Date: 24 Nov 2001 12:15:37 -0800 From: swear@blarg.net (Gary W. Swearingen) To: Phil R <t3xt@sympatico.ca>, freebsd-questions@FreeBSD.ORG Subject: Re: cannot burn a CD with burncd Message-ID: <io1yioudqu.yio@localhost.localdomain> In-Reply-To: <20011124195852.U32004-100000@jodie.ncptiddische.net> References: <20011124195852.U32004-100000@jodie.ncptiddische.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Nils Holland <nils@tisys.org> writes: > You will need to > make an ISO image out of the files you want to burn before you can > actually burn them. I must be disagreeable again. Here's my notes on a raw-file backup and verify which I did last January (using afio instead of tar): /////// time find / /usr /u -xdev | afio -ozZ -b32k -c256 -M16m -T1k /big/fbsdbackup cd /big/fbsdbackup-dir; afio -izZ -b32k -c256 -M16m -T1k /big/fbsdbackup cd /big; burncd -f /dev/acd0c -s 2 -e blank data fbsdbackup fixate diff -r /big/fbsdbackup-dir / cd /big/fbsdbackup-dir; time afio -rzZ -b32k -c256 -M16m /dev/acd0c /////// I might have gotten lucky by creating a raw file that was a multiple of the device block size (2k), but the "burncd" man page says that pads short files so file size shouldn't be a problem. Maybe it is. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?io1yioudqu.yio>