change your cd line in fstab to use the fs type 'auto' rather than 'iso9660' it may not be an iso disc
when i go to mount my cdrom drive "mount -t iso9660 -o ro /dev/cdrom /mnt/cdrom"
i get
"mount: wrong fs type, bad option, bad superblock on /dev/cdrom,or too many mounted file systems"
and i can't unmount any more partitions w/o cutting out critical things. So im not sure what to do. Im running Slackware 10.and my fstab is below
/dev/hda6 swap swap defaults 0 0
/dev/hda5 / reiserfs defaults 1 1
/dev/hda7 /home reiserfs defaults 1 2
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
change your cd line in fstab to use the fs type 'auto' rather than 'iso9660' it may not be an iso disc
well it fixed it a little bit i updated my fstab to
"/dev/cdrom /mnt/cdrom auto noauto,owner,ro 0 0"
but i "mount -t auto -o ro /dev/cdrom /mnt/cdrom"
i get "Input/output error
mount: you must specify the filesystem type"
try just 'mount /mnt/cdrom'
bob@boxone:~$ mount /mnt/cdrom
mount: can't find /mnt/cdrom in /etc/fstab or /etc/mtab
bob@boxone:~$
Fatal Error, you need to add /mnt/cdrom line to you fstab Nexus already has it
hmm this is odd i tried just usint the "mount /mnt/cdrom"
and i get
"/dev/cdrom: Input/output error
mount: you must specify the filesystem type"
and im trying to mount audio cd and its unencrited
but it doesnt have any trouble mounting data disks
well ok apparently when i put in an audio cd Konqueror takes the liberty of mounting the cd for you but i cant accces the music and i get an error of "the process for the audiocd protocol died unexpectedly"?
Bookmarks