You are not logged in.

#1 2007-08-08 01:56:01

murpheus40
Member
Registered: 2004-03-04
Posts: 77

Problem to mount CD (Solved)

Hello,

I'm using XFCE4 and I have thunar-volman installed. When I insert a cd,  HAL recognizes the disc and displays desktop icons.
But if I click on the icon, it says Unable to mount the cd....

mount: wrong fs type, bad option, bad superblock on /dev/dvd0,
       missing codepage or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so




Anyone has an idea to fix this?

Thank you!

EDIT: Problem fixed! I replaced udf and iso9660 by auto in /etc/fstab file.

# <file system>        <dir>         <type>    <options>          <dump> <pass>
none                   /dev/pts      devpts    defaults            0      0
none                   /dev/shm      tmpfs     defaults            0      0


/dev/cdrom /mnt/cdrom   auto   ro,user,noauto,unhide   0      0
/dev/dvd /mnt/dvd   auto   ro,user,noauto,unhide   0      0
/dev/fd0 /mnt/fd0   vfat   user,noauto   0      0
/dev/sda1 /boot ext2 defaults 0 1
/dev/sda2 swap swap defaults 0 0
/dev/sda3 / ext3 defaults 0 1
/dev/sda4 /home ext3 defaults 0 1
/dev/sdb1 /mnt/hd ext3 rw,user,noauto  0    0

Last edited by murpheus40 (2007-08-08 02:17:34)

Offline

#2 2007-09-03 13:12:48

leo2501
Member
From: Buenos Aires, Argentina
Registered: 2007-07-07
Posts: 658

Re: Problem to mount CD (Solved)

no help with the problem itself... but i use fluxbox and everytime i insert a cd i tipe at "aterm -tr" (transparent aterm tongue)

$ mount-o loop /dev/cdrom /mnt/cdrom

and when i finish copying files...

$ umount /mnt/cdrom

and remove the cd of the tray.. know for some people this is time consuming, but i like this way smile


Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.
-- Antoine de Saint-Exupery

Offline

Board footer

Powered by FluxBB