Kevin Brosius on Tue, 21 May 2002 13:32:02 -0400 |
Fred K Ollinger wrote: > > > I know there are some restrictions on which kernel versions formatdvd > > will work on. Any chance that's an issue? There are also kernel > > patches available, in case you have a version which doesn't have needed > > features. > > OK, I'll look into this. > > > Hmm, I'm surprised hdd worked here. I thought the scsi device node was > > needed. I could be wrong, but I thought mine failed if I tried a hd? > > device name here. > > Maybe it lied. I was doing this remotely so I couldn't look for der > blinkenlights. > I did notice some odd behavior as to which device worked. It seemed to allow hd? devices a couple times and then not others. I ended up checking my /var/log/messages (I think dmesg had the info also) for which device the dvd drive was bound to... hang on let me grab it... May 2 21:02:41 cobra kernel: scsi0 : SCSI host adapter emulation for IDE ATAPI devices May 2 21:02:41 cobra kernel: Vendor: HP Model: DVD Writer 100j Rev: 1.34 May 2 21:02:41 cobra kernel: Type: CD-ROM ANSI SCSI revision: 02 May 2 21:02:41 cobra kernel: Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0 May 2 21:02:41 cobra kernel: sr0: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray Hmm, so, I ended up using /dev/sr0 in some cases also. It is important that the sr driver load. So even if you don't have to use the sr device, make sure that the above line loads to an sr? type device. I forgot that sr? was important... > > If you're successful with the above (single growisofs -Z) command, then > > a 'mount /mnt /dev/scd0' should get you a clean mount. If not, then > > something is still wrong. > > Yes, I'm doing more things wrong. I'll look into this. I'm going to try to > get a rh 'dvd ready' kernel and try again. Thanks for all the help. > > Here's my latest failure: > > [root@gall] ~> mount /dev/scd0 /mnt/dvd > /dev/scd0: Input/output error > mount: block device /dev/scd0 is write-protected, mounting read-only > /dev/scd0: Input/output error > mount: you must specify the filesystem type > > [root@gall] ~> mount -t iso9660 /dev/scd0 /mnt/dvd > mount: block device /dev/scd0 is write-protected, mounting read-only > mount: wrong fs type, bad option, bad superblock on /dev/scd0, > or too many mounted file systems When the dvd is burned ok you won't need to specify fs type, as it will be correctly auto detected... -- Kevin Brosius ______________________________________________________________________ Philadelphia Linux Users Group - http://www.phillylinux.org Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|