Tuesday, May 27, 2008

Mount a cdrom from the command line

To mount a cdrom (or DVD) from the command line, do the following:

#mount -t iso9660 -o ro <device> <mountedDirectory>

Example:

# mount -t iso9660 -o ro /dev/cdrom /media/cdrom

Note: make sure that /media/cdrom exists.

No comments: