101-500 question 186 discussion

View all LPIC-1 System Administrator Exam 101, Part 1 of 2, here
back to lpi forum

Question 186

Which of the following commands will mount an already inserted CD-ROM in /dev/sr0 onto an
existing directory /mnt/cdrom when issued with root privileges?

  • A. mount /dev/cdrom /mnt/cdrom
  • B. mount /dev/sr0 /mnt/cdrom
  • C. mount –t cdrom /dev/sr0 /mnt/cdrom
  • D. mount –l cdrom /dev/sr0 /mnt/cdrom
  • E. mount –f /dev/sr0/mnt/cdrom
Answer:

C

User Votes:
A
50%
B 4 votes
50%
C 1 votes
50%
D
50%
E
50%
Discussions
0 / 1000
daittarn2
2 months ago

B is the correct one
C. mount –t cdrom /dev/sr0 /mnt/cdrom
❌ cdrom is not a valid filesystem type. The correct one is usually iso9660 or udf.