
Code: Select all
bash-2.05b# growisofs -Z /dev/scsi/host0/bus0/target1/lun0/cd=/home/kamikaze_gerbil/media/dvd/filename.udf
Executing 'builtin_dd if=/home/kamikaze_gerbil/media/dvd/filename.udf of=/dev/scsi/host0/bus0/target1/lun0/cd obs=32k seek=0'
/dev/scsi/host0/bus0/target1/lun0/cd: "Current Write Speed" is 2.0x1385KBps.
1245184/4249559040 ( 0.0%) @0.3x, remaining 341:10
:-[ LBA=260h, SENSE KEY=3h/ASC=02h/ASCQ=00h ]
:-( write failed: Input/output error
/dev/scsi/host0/bus0/target1/lun0/cd: flushing cache
:-( unable to FLUSH CACHE: Input/output error
/dev/scsi/host0/bus0/target1/lun0/cd: updating RMA
/dev/scsi/host0/bus0/target1/lun0/cd: closing session

Code: Select all
1) mount -o loop -t auto [iso] [mount_dir]
2) point software player to [mount_dir]
Thanks, thats a good test. Works ok, so I must have another problem. I can burn a data dvd ok using k3b so it must be something with the command itself?lain iwakura wrote:Here's a neat tip to test how the dvd will work (or won't) before even burning.
Code: Select all
growisofs -Z /dev/scsi/host0/bus0/target1/lun0/cd=/home/kamikaze_gerbil/media/dvd/filename.udf
Code: Select all
noah@LIQuid > growisofs -Z /dev/ide/host1/bus1/target1/lun0/cd=/home/noah/Data/dvd-conversion-files/dvdshrink/complete/fifth.iso
WARNING: /dev/ide/host1/bus1/target1/lun0/cd already carries isofs!
About to execute 'builtin_dd if=/home/noah/Data/dvd-conversion-files/dvdshrink/complete/fifth.iso of=/dev/ide/host1/bus1/target1/lun0/cd obs=32k seek=0'
/dev/ide/host1/bus1/target1/lun0/cd: "Current Write Speed" is 1.0x1385KBps.
:-[ LBA=0h, SENSE KEY=5h/ASC=21h/ASCQ=02h ]
:-[ attempt -blank=full or re-run with -dvd-compat -dvd-compat to engage DAO ]
:-( write failed: Invalid argument
Code: Select all
* app-cdr/dvd+rw-tools
Latest version available: 5.13.4.7.4
Latest version installed: 5.16.4.8.5
Size of downloaded files: 71 kB
Homepage: http://fy.chalmers.se/~appro/linux/DVD+RW/
Description: A set of tools for DVD+RW/-RW drives.Code: Select all
emerge -s dvdCode: Select all
growisofs -Z /dev/ide/host1/bus1/target1/lun0/cd=/home/noah/Data/dvd-conversion-files/dvdshrink/complete/fifth.iso
Executing 'builtin_dd if=/home/noah/Data/dvd-conversion-files/dvdshrink/complete/fifth.iso of=/dev/ide/host1/bus1/target1/lun0/cd obs=32k seek=0'
/dev/ide/host1/bus1/target1/lun0/cd: "Current Write Speed" is 1.0x1385KBps.
:-[ LBA=0h, SENSE KEY=5h/ASC=64h/ASCQ=00h ]
:-[ attempt -blank=full or re-run with -dvd-compat -dvd-compat to engage DAO ]
:-( write failed: Input/output error




There's an even easier way to do this if you have xine:lain iwakura wrote:Here's a neat tip to test how the dvd will work (or won't) before even burning.
you need the loop module/feature
Code: Select all
1) mount -o loop -t auto [iso] [mount_dir] 2) point software player to [mount_dir]
