You are not logged in.
I'm trying to mount a cd that I have in my cd-rw drive. I only have one drive on this computer. I did recently edit my fstab, so that a computer game could be installed, and I think that's where this whole mess started. This is the error I'm receiving:
mount: wrong fs type, bad option, bad superblock on /dev/cdroms/cdrom0,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
Thanks for reading. Hope someone knows
Offline
it should be /dev/hdc. Could you post your fstab?
Offline
Sure thing man:
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump>
<pass>
none /dev/pts devpts defaults 0
0
none /dev/shm tmpfs defaults 0
0
tmpfs /tmp tmpfs defaults 0
0
usbfs /proc/bus/usb usbfs defaults 0 0
/dev/cdroms/cdrom0 /mnt/cd iso9660 ro,user,noauto,unhide 0
0
/dev/cdroms/cdrom0 /mnt/dvd udf ro,user,noauto,unhide 0
0
/dev/floppy/0 /mnt/fl vfat user,noauto 0
0
/dev/discs/disc0/part2 swap swap defaults 0 0
/dev/discs/disc0/part3 / reiserfs defaults 0 0
Offline
I assume those 0's are in the same line above, not by themselves..
Did hdc yield anything different? I see you have the devfs naming scheme. Have you updated you system lately? The latest kernel uses udev. You can try using auto instead of iso9660 and UDF to autodetect the fstype.
Offline
He, thanks for the reply. I do believe the 0's are in the right spot, haven't messed with those before. Confused about hdc, I am using dev's naming scheme, and I have updated, I usually do daily. I change both iso9660 and UDF to auto, it gave me a new error though, so I think you're on the right track this one read:
Unable to mount the selected volume.
mount: I could not determine the filesystem type, and none was specified
Offline
Is it a music CD? Music CD cannot be mounted. You just play them with your CD player app.
Offline
Hey, yes I'm used to mounting huge compilations of my mp3 collection, so that did the trick.
Offline