Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jan 2009 03:42:28 +0100
From:      Polytropon <freebsd@edvax.de>
To:        Gary Kline <kline@thought.org>
Cc:        Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl>, FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: how to create a DVD backup filesystem?
Message-ID:  <20090125034228.f8ccd623.freebsd@edvax.de>
In-Reply-To: <20090125023201.GE31215@thought.org>
References:  <20090123011043.GA86638@thought.org> <20090123170407.A38136@wojtek.tensor.gdynia.pl> <20090125000258.GB31215@thought.org> <20090125025346.3c67b14b.freebsd@edvax.de> <20090125023201.GE31215@thought.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 24 Jan 2009 18:32:01 -0800, Gary Kline <kline@thought.org> wrote:
> 	Max, yes, even if all I have is DOS :-)

Sure, no problem. Erm stop, no, little problem with DOS: It will
cut off filenames at 8.3 convention because DOS only gets the
ISO-9660 part, but not the standard RockRidge (or even the non-
standard "Joliet" extension). But because RockRidge is standard,
it provides the RR_MOVED mechanism which can be used to obtain
the "real" filenames from the ISO-9660 8.3 names.



> 	Thanks very much.  I do have dvd linked in /etc/devfs.conf, as
> 	well as the atapi/cam/SCSI xpt stuff compiled in. 

You just need to have the proper permissions, or call the command
with a "sudo" prefix - I prefer the first option.



> Probably use a seperate script for the DVD's and growiofs.

Because the geowisofs burning command doesn't allow the file name
for the ISO to be a separate parameter, I chose to put it into a
little shell script. That's the only reason that I didn't create
an alias in /etc/csh.cshrc. If something like

	% growisofs -dvd-compat -Z /dev/dvd -f cdr.iso
                                            ^^^^^^^^^^,
	                                 fictional parameter

would be possible, I would really prefer it. The alias could then
be everything until "-f" (which would read out "use this file as
image" instead of the "device=file" parameter which isn't good
for creating an alias (such as for cdrecord or cdrdao).




-- 
Polytropon
>From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...



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