[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

cdrecord



Hi all,
whenever i burn a cd using the script below, the burnprocess finishes
without any problems but i cant copy the data back to the hd anymore.
Just before the copyprocess finishes, i get a scsi input/output error.
I experienced this problem with different scsi controllers (Adaptec
2940U2W and 1460). I am using cdrecord 1.9-1, tried Kernel 2.4.0 - 2.4.2
and a Teac CDR55S. 
The script taken from the CD-Writing-HOWTO:

#!/bin/bash
IMG_SIZE=`mkisofs -R -q -print-size /home/torsten/cdr/ 2>&1|sed -e "s/.* = // "`
echo $IMG_SIZE
[ "0$IMG_SIZE" -ne 0 ] && mkisofs -r -J -v /home/torsten/cdr/|cdrecord -v speed=4 dev=0,0,0 -fs=12m tsize=${IMG_SIZE}s -data -

thanks for helping
Torsten

-- 
pub  1024D/46B588A9 2001-03-12 Torsten Kersting <kersting@hqpm.net>
     Key fingerprint = 5869 11F0 1546 FDC4 82F2  E33F C692 C1CF 46B5 88A9
PGP Key available at http://www.hqpm.net/kersting/pgp/pgpkey



Reply to: