Re: cd burning: kernel / userspace?

From: Wakko Warner
Date: Wed Aug 11 2004 - 19:48:12 EST


> Sorry, I'm not very good at this list / person CC stuff. I sent a reply
> to Valdis.Kletnieks@xxxxxx, but forgot to CC to list. Contents as follows:
>
> I'm not sure this is necessary. Can't you just do:
>
> # dump -0 -B 700000 -u -z3 /home -f -| cdrecord /dev/hdb -
>
> dump and cdrecord allow you to use "-" as a filename to indicate that
> output shoud be written to stdout and input should be read from stdin
> respectively.

Yes, but if I was to understand it right, dump will close/reopen at "700000"
(whatever that is, 700000kb?). That won't work with cdrecord since it's
expecting a single input stream, not many seperated by a pause. I'd
consider it more like using tar with the multiple tape option. When it is
finished writing to a tape, it'll wait for the user to physically change
tapes and start writing at the beginning of the new tape.

--
Lab tests show that use of micro$oft causes cancer in lab animals
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/