Mounting CD/DVD ubuntu (Hardy)
Written By smart|
11 June 2009|
No Comment
First step you need check for mounted cdrom0
to check that
type sudo cat /etc/fstab in terminal
find below messga like this
/dev/scd1 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
second step
make a directory in the home floder
mkdir cdrom
third step
mount /dev/scd1 cdrom
Now you can find mounted cd/dvd in cdrom floder
to unmount
unmount cdrom











Leave your response!