On Tue, Jun 17, 2003 at 05:53:14PM +1000, Bill Bennett wrote: > I connected the CD burner to the USB bus. > > I put in a data disk and typed > > mount -t iso9660 /dev/scd0/ /mnt/usbcd > [...] > > So, I unmounted the usbcd, put in an audio CD and typed the > same command. > > and was told: > > mount: block device /dev/scd0 is write protected, mounting read-only > I/O error: dev 0b:00, sector 64 > isofs_read_super: bread failed, dev=0b:00, iso_blknum=16, block=16 > mount: wrong fs type, bad option, bad superblock on /dev/scd0, > or too many mounted file systems. > > Well, I understand the first line. Can anyone explain the rest > of the error message, please?
Not sure regarding the permissions (I've never burnt a CD under linux), but that error message makes sense. Audio CDs aren't in iso9660 format, and so can't be mounted like that (if you want to read an audio CD, cdparanoia is your best bet). -Andrew. -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
