Subject: Re: CD writer support?!
To: Torsten (mac) Buecheler <mac@cs.uni-sb.de>
From: Ignatios Souvatzis <is@jocelyn.rhein.de>
List: port-amiga
Date: 05/26/1998 20:26:38
On Tue, May 26, 1998 at 01:21:07PM +0200, Torsten (mac) Buecheler wrote:
> I try to install my CD (writer) with NO success. I don't know how to
> mount which device.

if it is a SCSI cd writer:

to read:

mount -o ro -t cd9660 /dev/cd0a /mnt

to write:

get the mkisofs, and the cdrecord, package from the pkg stuff. In case they
aren't available for m68k, get pkgsrc.tgz, install it,

as root:
 
cd /usr/pkgsrc/sysutils/mkisofs
make install
 
cd /usr/pkgsrc/sysutils/cdrecord
make install

Be sure to read ALL of the included cdrecord (and mkisofs) documentation before
starting to try to even touch the cdrecord executable... its your
money you're burning away ;-)

Note that I didn't ever try this on an Amiga; but I use both at
work on a NetBSD/i386 machine.

Regards,
	Ignatios Souvatzis