Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jul 2006 15:44:25 +0400
From:      "Andrew Pantyukhin" <infofarmer@gmail.com>
To:        "gs_stoller@juno.com" <gs_stoller@juno.com>
Cc:        freebsd-questions@freebsd.org, sos@freebsd.org
Subject:   Re: (no subject)
Message-ID:  <cb5206420607210444h7dca5849vc8c020d2bb6099e5@mail.gmail.com>
In-Reply-To: <20060720.162500.375.378159@webmail50.nyc.untd.com>
References:  <20060720.162500.375.378159@webmail50.nyc.untd.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 7/21/06, gs_stoller@juno.com <gs_stoller@juno.com> wrote:
>         I tried to use  burncd  on my  FreeBSD 6.1  system and it failed.
> The command I typed is:
>         burncd -t -v -f /dev/acd0  ISO9660  file-name
> and I got the error message "no data format selected".  I thought the
> "ISO9660" was the data format.  What is the data format?  How do I get
> to burn a  CDROM ?  Probably the man page should give samples,
> highlighting the data format.
>         All the man page examples wrote to the default device and still
> included it in the command line.  You should write to a non-default
>  CDROM  device, and for at least 1 default  CDROM  device example, don't
> have the device designation in the command.

% man burncd | grep 'burncd -f'
burncd -f /dev/acd0 data file1
burncd -f /dev/acd0 audio file1 file2 file3 fixate
burncd -f /dev/acd0 -d audio file1 file2
burncd -f /dev/acd0 data file1 audio file2 file3
gunzip -c file.iso.gz | burncd -f /dev/acd0 data - fixate



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