The other day my CDrom drives stopped working. I can't read from them, and when I try to rip a cd to my computer using Grip, I get this error:
Error: Unable to initialize [/dev/scdx] (where x is either 0 or 1, depending on what I set grip to use).
It started the other day when I was ripping a bunch of cd's. Some of the heavily scratched cd's were stalling out, and after ejecting them, I'd have to manually remount the drive to get it to recognize a cd. I took a look in the disk&filesystems menu, and it was acting funny (ie - I'd click to modify scd0, and the dialog would have scd1 as the name, ect). I've heard of similar things happening to this menu.
Anyway, I took a look at my Fstab, and it was a mess, so I started cleaning it up, but I still can't get the cd drives to be recognized. The scd0 and 1 lines look correct to me, but I'd appreciate some input. Also, my Sda(x) lines look really messy too. Any suggestion on cleaning up the whole file would be appreciated:
Error: Unable to initialize [/dev/scdx] (where x is either 0 or 1, depending on what I set grip to use).
It started the other day when I was ripping a bunch of cd's. Some of the heavily scratched cd's were stalling out, and after ejecting them, I'd have to manually remount the drive to get it to recognize a cd. I took a look in the disk&filesystems menu, and it was acting funny (ie - I'd click to modify scd0, and the dialog would have scd1 as the name, ect). I've heard of similar things happening to this menu.
Anyway, I took a look at my Fstab, and it was a mess, so I started cleaning it up, but I still can't get the cd drives to be recognized. The scd0 and 1 lines look correct to me, but I'd appreciate some input. Also, my Sda(x) lines look really messy too. Any suggestion on cleaning up the whole file would be appreciated:
#
# <file system> <mount point> <type> <options> <dump> <pass>
# /dev/sda2
UUID=b3d67296-c45a-49ad-b31f-2070a98b4a21 / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
# /dev/sda1
UUID=6077b45b-7358-4745-a3be-10276a926497 /home ext3 nouser,defaults,atime,auto,rw,dev,exec,suid 0 2
# /dev/sdb1
/dev/sdb1 /media/media ext3 nouser,defaults,atime,auto,rw,dev,exec,suid 0 2
# /dev/sda3
UUID=99d09527-8d65-4faa-a55d-8588f22fa0e3 none swap sw 0 0
/dev/scd0 /media/cdrom0 auto user,atime,noauto,rw,nodev,noexec,nosuid 0 0
/dev/scd1 /media/cdrom1 auto user,atime,noauto,rw,nodev,noexec,nosuid 0 0
# <file system> <mount point> <type> <options> <dump> <pass>
# /dev/sda2
UUID=b3d67296-c45a-49ad-b31f-2070a98b4a21 / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
# /dev/sda1
UUID=6077b45b-7358-4745-a3be-10276a926497 /home ext3 nouser,defaults,atime,auto,rw,dev,exec,suid 0 2
# /dev/sdb1
/dev/sdb1 /media/media ext3 nouser,defaults,atime,auto,rw,dev,exec,suid 0 2
# /dev/sda3
UUID=99d09527-8d65-4faa-a55d-8588f22fa0e3 none swap sw 0 0
/dev/scd0 /media/cdrom0 auto user,atime,noauto,rw,nodev,noexec,nosuid 0 0
/dev/scd1 /media/cdrom1 auto user,atime,noauto,rw,nodev,noexec,nosuid 0 0
Comment