Menu

Mounting the CD-Rom in Linux

This is how to mount a CD-ROM in Linux

at the command line type in

Evilware 14 years ago 0 135

This is how to mount a CD-ROM in Linux

at the command line type in

mount -t auto /dev/cdrom /mnt/cdrom

an alternative to this command is:

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

The contents of your CD are in the directory /mnt/cdrom

Tags
Written By

Leave a Reply

Leave a Reply

Your email address will not be published. Required fields are marked *