Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Mar 2001 04:27:38 +0100
From:      "Aleksandar Simic'" <alex@frustum.clara.co.uk>
To:        freebsd-questions@FreeBSD.org
Subject:   The right way to burn CDs ?
Message-ID:  <20010327042738.A529@frustum.clara.co.uk>

next in thread | raw e-mail | index | archive | help
Hello,

could you tell me what is the right way to burn CDs ? This is what
I've tried:

# mkisofs -p "my cd" -R -v -o cd.iso ./burn/

where ./burn is a directory containing just a single file

# vnconfig /dev/vn0c ./cd.iso 
# mount -t cd9660 /dev/vn0c /cdrom

I then checked the contents of /cdrom and I found the file I placed in
burn directory. Then I've unmounted the /cdrom and /dev/vn0c, and
proceeded to:

# burncd -f /dev/acd1c data ./cd.iso fixate

Which spews the following error message:

next writeable LBA 0
writing from file ./cd.iso size 54 KB
written this track 54 KB (100%) total 54 KB
fixating CD, please wait..
burncd: ioctl(CDRIOCCLOSEDISK): Input/output error

The CD writer, Yamaha 16/10/40, is detected by the kernel:

acd1: CD-RW <YAMAHA CRW2100E> at ata1-slave using WDMA2

And uname -r:

4.3-BETA

If you can help me with this I would be very grateful, thanks.

--Alex

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?20010327042738.A529>