So this computer was mounting disks fine in multiple linux distros I tried before installing VL, but now... when I load a blank CD-R it gives me the following
Error mounting: mount exited with exit code 1: helper failed with:
mount: wrong fs type, bad option, bad superblock on /dev/sr0,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
Naturally I tried dmesg | tail next, and this is what it gave me
root:# dmesg | tail
[ 9603.961483] FAT-fs (sr0): unable to read boot sector
[ 9738.763610] sr 3:0:0:0: [sr0] Result: hostbyte=0x00 driverbyte=0x08
[ 9738.763615] sr 3:0:0:0: [sr0] Sense Key : 0x5 [current]
[ 9738.763620] sr 3:0:0:0: [sr0] ASC=0x21 ASCQ=0x0
[ 9738.763624] sr 3:0:0:0: [sr0] CDB: cdb[0]=0x28: 28 00 00 00 00 10 00 00 01 00
[ 9738.763634] end_request: I/O error, dev sr0, sector 64
[ 9738.763662] isofs_fill_super: bread failed, dev=sr0, iso_blknum=16, block=16
[10169.078671] attempt to access beyond end of device
[10169.078676] sr0: rw=0, want=68, limit=4
[10169.078680] isofs_fill_super: bread failed, dev=sr0, iso_blknum=16, block=16
I've done some searching and seen people run into similar problems, but nothing that exactly matches my issue and I failed in my efforts to adapt the solutions I did find to my problem.
If anybody can help I'd really appreciate it, VL7-light is running like a champ, but it won't let me mount my disks for reasons that remain a mystery to me.