Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Mar 2004 22:03:39 +1030
From:      Malcolm Kay <malcolm.kay@internode.on.net>
To:        <elarsen2@cox.net>, freebsd-questions@freebsd.org
Subject:   Re: burncd and cdrecord
Message-ID:  <200403082203.39408.malcolm.kay@internode.on.net>
In-Reply-To: <20040308012046.QHSL12895.lakemtao08.cox.net@smtp.central.cox.net>
References:  <20040308012046.QHSL12895.lakemtao08.cox.net@smtp.central.cox.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 8 Mar 2004 11:50, elarsen2@cox.net wrote:
> I backed some files up using burncd and cdrecord. The files burned fine=
=2E
> But the problem that I am having. Is that I am unabel to see the files.=
 The
> command I used for burn cd was: "burncd -f /dev/asc1c -s max -e data *.=
*
> fixate". And the command I used for cdrecord i baleve was: "cdrecord
> dev=3D1,1,0 *.*". I am not sure the exact command I did for cdrecord. B=
ecause
> I only have 1,1,0 written down. I am using FreeBSD 4.9  and have a Hewl=
ett
> Packard Cd-Writer Plus 9100 series.

The *.* in the above should be a prepared image of an ISO-9660 filesystem=
 --
not just a set of ordinary files as they come.

You need to make the image using mkisofs. Have a look at the man page.

You might find the example script /usr/share/examples/worm/makecdfs.sh
a useful starting point although not exactly what you want as it  actuall=
y=20
creates a bootable CD.

If you have an ATAPI CD drive then burncd is straightforward and works we=
ll
without the complication of atapicam.

Malcolm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403082203.39408.malcolm.kay>