Computer Science - Linux - Discussion

Discussion Forum : Linux - Section 1 (Q.No. 17)
17.
Which of the following is a valid format for mounting a CD-ROM drive?
mount -t iso9660 /dev/cdrom / mnt/cdrom
mount /dev/cdrom
mount /mnt/cdrom
All of the above
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Anom said:   4 years ago
If you have detail where to mount a device in your /etc/fstab, then mount will mount your device at the location specified in /etc/fstab.

Ashish said:   8 years ago
Yes, if you do not specify the destination path then how it is possible?

Daljeet said:   1 decade ago
How could be possible to mount ?

[B]. mount /dev/cdrom and C]. mount /mnt/cdrom because if you did not give the destination for mount.

Post your comments here:

Your comments will be displayed after verification.