Re: mkisofs mit files über 2GB?

From: Oliver Fromme <olli(at)lurza.secnetix.de>
Date: Fri, 5 Mar 2004 10:27:01 +0100 (CET)

Peter Ross <Peter.Ross(at)alumni.tu-berlin.de> wrote:
> Peter Ross sagte:
> > find . -type f -exec gzip {} \;

Igitt. :-)

Viel besser: find . -type f -print0 | xargs gzip

Der -exec-Primary bei find gehört meiner Meinung nach abge-
schafft.

> > Das geht auch auf dem Filesystem-Image vorm Brennen, wenn man das
> > mountet.
> [...]
> vnconfig -v /dev/vn0c image.iso
> mount -r -t cd9660 /dev/vn0c /somewhere
>
> Und dann kannst Du auf dem CD-Image alles Moegliche machen (z.B. gzip),
> bevor Du brennst.

Seit wann kann man ISO9660-Filesystem read-write mounten?
Habe ich da was verpaßt?

Gruß
   Olli

-- 
Oliver Fromme, secnetix GmbH & Co KG, Oettingenstr. 2, 80538 München
Any opinions expressed in this message may be personal to the author
and may not necessarily reflect the opinions of secnetix in any way.
"... there are two ways of constructing a software design:  One way
is to make it so simple that there are _obviously_ no deficiencies and
the other way is to make it so complicated that there are no _obvious_
deficiencies."        -- C.A.R. Hoare, ACM Turing Award Lecture, 1980
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Fri 05 Mar 2004 - 10:27:28 CET

search this site