Re: [ILUG] CD-Writing over a network

From: Fergal Daly (fergal at domain esatclear.ie)
Date: Tue 12 Jun 2001 - 13:09:05 IST


Not quite true, you don't actually have to make an ISO image. You can write
any file system type to a CD, it just happens that ISO is about the only one
anyone ever does. It's probably optimised in some ways for CD usage and it
also knows about tracks/sessions etc.

If you just want to store as much data as possible and don't care about
mounting it as a proper filesystem (a ghost image is probably a good
example) then you could do this

tar -zcf - |cdrecord [options] -

then later on

tar -zxf /dev/cdrom

to get the files back.

If the filesystem is small enough you can also do

cdrecord [options] /dev/hdaX

then later on

mount /dev/cdrom /mnt/weirdcd

Fergal

On Mon, Jun 11, 2001 at 07:29:26PM +0100, Niall O Broin wrote:
> You won't do this on the fly because you'll have to make whatever kind of
> image file you make and then make an ISO of that. This would be doable if
> you have the CD burner on a Linux box and then boot each 'doze PC from a
> bootable Linux CD e.g. the ILUG BBC which you have customised to load the
> network drivers and make the appropriate disk image and sling it over the
> net into a queue on the burner machine. However, how many 'doze machines do
> you have whose entire C drive can fit on one CD - not very many now, I'd
> imagine, unless you're being very religious about stopping crudd
> accumulating on the 'doze PCs.



This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:10:38 GMT