Click to See Complete Forum and Search --> : no more CD-RW?


bobtcowboy
10-05-2001, 03:47 PM
My CD-RW seems to have stopped working...

I'm running Progeny, it worked fine - burned and read like it was supposed to - then I upgraded to Debian Testing... now when I try to mount it I get

<quote>
mount: wrong fs type, bad option, bad superblock on /dev/cdrom, or too many mounted file systems
</quote>

happens no matter what CD is in it, and if I umount other drives it still won't...

the thing works in windows, so its not broken....

any ideas? need more info?

Thanks,
Bill

jaygee432
10-05-2001, 04:18 PM
I suspect your /dev/cdrom may not be linked to your actual cd-rw partition. Try mounting that, e.g., if it is /dev/hdb, try mounting it as /dev/hdb.

bobtcowboy
10-05-2001, 07:00 PM
Originally posted by jaygee432:
<STRONG>I suspect your /dev/cdrom may not be linked to your actual cd-rw partition. Try mounting that, e.g., if it is /dev/hdb, try mounting it as /dev/hdb.</STRONG>

Ahhhh.....

mount -t iso9660 /dev/scd0 /cdrom

worked! Thanks! Wonder why it stopped working? Don't recall changing fstab, though maybe my apt upgrade did?

Thanks!
Bill