I’ve got a problem and a couple quesitons. First the problem.
I’m running openSUSE 11.1 32-bit and I’m trying to use my external USB DVD-RW drive. I’ve tried loading two 11.1 discs in the drive and both of them fail. After putting the dvd in the drive I mount with::
mount /dev/scd0 /media/cdrom
and it comes back 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
So when i run dmesg I get:
1198.836720] sr 3:0:0:0: [sr0] unaligned transfer
1198.866725] sr 3:0:0:0: [sr0] unaligned transfer
1198.875723] sr 3:0:0:0: [sr0] unaligned transfer
1198.883716] sr 3:0:0:0: [sr0] unaligned transfer
1198.892726] sr 3:0:0:0: [sr0] unaligned transfer
1199.108704] sr 3:0:0:0: [sr0] unaligned transfer
1199.117706] sr 3:0:0:0: [sr0] unaligned transfer
1199.158707] sr 3:0:0:0: [sr0] unaligned transfer
1199.242705] sr 3:0:0:0: [sr0] unaligned transfer
1199.242870] isofs_fill_super: bread failed, dev=sr0, iso_blknum=16, block=16
If I use -t auto, or -t iso9660 it comes back with the same results. I’ve put in a different data cd and it loaded just fine. I haven’t tried a data dvd but I’m assuming it should work as well. However I’ll test this.
I’ve used both these openSUSE 11.1 discs before and not had any problems so I don’t think there is a problem with the dvd’s. Is there something else I need to specify in my mount command or in fstab or mtab to get iso’s burned to a disc to work? I guess I’ll try putting in another iso disc just to see if it comes back with the same problem.
Just in case anyone asks here’s my fstab file:
/dev/Optional/Swap swap swap defaults 0 0
/dev/zipmaster07/Root / ext4 acl,user_xattr 1 1
/dev/disk/by-id/scsi-200e09e0030716f63-part2 /boot ext4 acl,user_xattr 1 2
/dev/Home/Josh /home ext4 acl,user_xattr 1 2
/dev/Optional/Opt /opt ext4 acl,user_xattr 1 2
/dev/Optional/Temp /tmp ext4 acl,user_xattr 1 2
/dev/scd0 /media/cdrom auto ro,user,noauto 0 0
proc /proc proc defaults 0 0
sysfs /sys /sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
My questions are pretty simple. first question is just plain curiosity. What is usbfs in my fstab? Is this my mouse?
Second question is can I use this external USB DVD-RW drive to install linux from, or does it have to be an internal drive? If so is there anything special I need to do to get it to look at the drive during boot. I take it this is dependant on a BIOS setting. This is all assuming of course I can get my dvd’s to read.
Thanks for your help.