Date: Fri, 5 Apr 2002 21:00:39 +0200 From: Patrik Sundberg <ps@radiac.mine.nu> To: freebsd-stable@freebsd.org Cc: sos@freebsd.org Subject: burncd from stdin Message-ID: <20020405190039.GA11402@raquel.radiac.mine.nu>
next in thread | raw e-mail | index | archive | help
hi,
after updating to -stable as of yesterday i can't burn cd's from stdin
anymore. what i usually do is:
# mkisofs -R -J /path/to/cd_dir | burncd -s 12 -f /dev/acd0c data - fixate
this now says (in verbose mode) that the size to write is 0bytes and it never
writes anything to disk and then complain when trying fixate (not destroying
the cd though).
it works however with:
# mkisofs -R -J -o /path/temp.iso ; burncd -s 12 -f /dev/acd0c data /path/temp.iso fixate
anyone know what this could be?
--
---------------------------------------------------------------------------.
Patrik Sundberg Address: Rydsvägen 100C, 584 31 Linköping, Sweden |
Email: ps@raditex.se || ps@radiac.mine.nu |
Phone: +46 13 178567 || +46 707 602240 |
.---> Applied Physics and Electrical Engineering student |
|-----> Master of Science in Business Administration and Economics student |
|-------> UNIX/Programming consultant |
`--------------------------------------------------------------------------'
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020405190039.GA11402>
