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.
Want to join our community?
Please log in or signup in order to use this feature
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.