Re: burncd freebsd 5.1

2003-09-30 Thread jon

 next writeable LBA 450 addr = 450 size = 655589376 
 writing from file slackware-9.1-install-d1.iso size 
 640224 KB written this track 32 KB (0%) total 32 K
 only wrote -1 of 32768 bytes: Bad address


Are you using atapicam?  If so, try using
cdrecord.this worked for me, same problem. i thought
it was my pioneercd-rw/dvd-+rw drive

__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: burncd freebsd 5.1

2003-09-29 Thread Andrew L. Gould
On Monday 29 September 2003 11:35 am, [EMAIL PROTECTED] wrote:
 Hello,

 When i tried to burn this iso image i got the following error ( please find
 below).

 #used command:

 burncd -f /dev/acd0 -t -v -s 4 data slackware-9.1-install-d1.iso

 iso image is correct (md5 cjhecked).

 #Output of the error message:

 next writeable LBA 450
 addr = 450 size = 655589376 blocks = 320112
 writing from file slackware-9.1-install-d1.iso size 640224 KB
 written this track 32 KB (0%) total 32 K
 only wrote -1 of 32768 bytes: Bad address

 #System information
 1- uname output:
 FreeBSD  5.1-CURRENT FreeBSD 5.1-CURRENT #0: Sun Sep 14 23:04:43 CEST 2003

 root@:/usr/src/sys/i386/compile/XXX  i386


Are you using atapicam?  If so, try using cdrecord.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: burncd freebsd 5.1

2003-09-29 Thread Micheas Herman
On Mon, 2003-09-29 at 09:35, [EMAIL PROTECTED] wrote:
 Hello,
 
 When i tried to burn this iso image i got the following error ( please find
 below).
 
 #used command:
 
 burncd -f /dev/acd0 -t -v -s 4 data slackware-9.1-install-d1.iso

I belive the command should be:
burncd -f /dev/acd0 -t -v -s 4 data slackware-9.1-install-d1.iso fixate
 --
man burncd | grep gunzip

gives the command that I use for burning iso images.

Micheas

 
 iso image is correct (md5 cjhecked).
 
 #Output of the error message:
 
 next writeable LBA 450
 addr = 450 size = 655589376 blocks = 320112
 writing from file slackware-9.1-install-d1.iso size 640224 KB
 written this track 32 KB (0%) total 32 K
 only wrote -1 of 32768 bytes: Bad address
 
 #System information
 1- uname output:
 FreeBSD  5.1-CURRENT FreeBSD 5.1-CURRENT #0: Sun Sep 14 23:04:43 CEST 2003
 
 root@:/usr/src/sys/i386/compile/XXX  i386
 
 
 
 Ce service de mailing vous est offert par http://www.freesurf.fr.
 FreeSurf, votre acces ADSL a partir de 29 euros/mois
 http://www.freesurf.fr/adsl/
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
-- 
Micheas Herman [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: burncd freebsd 5.1

2003-09-29 Thread Warren Block
On Mon, 29 Sep 2003 [EMAIL PROTECTED] wrote:

 When i tried to burn this iso image i got the following error ( please find
 below).

 #used command:

 burncd -f /dev/acd0 -t -v -s 4 data slackware-9.1-install-d1.iso

/dev/acd0(c) is the default, at least on 4.8.  -t is for a test... and
it needs a fixate at the end to complete the CD:

burncd -s4 data slackware-9.1-install-d1.iso fixate

would really create a CD-R.

 #Output of the error message:

 next writeable LBA 450
 addr = 450 size = 655589376 blocks = 320112
 writing from file slackware-9.1-install-d1.iso size 640224 KB
 written this track 32 KB (0%) total 32 K
 only wrote -1 of 32768 bytes: Bad address

Are you using a CD-R disk?  (Not CD-RW.)  Has it been written before?
Some brands of drives are not supported by burncd... there should be a
partial list at

http://freebsd.dk

-Warren Block * Rapid City, South Dakota USA
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]