At 2004-11-24T11:59:34+1300, Volker Kuhlmann wrote: > The fastest way to create a big empty file for mkfs is to use the > truncate() system call.
Or just do:
$ dd if=/dev/zero of=iso.fs count=0 bs=1 seek=650M
Cheers,
-mjg
--
Matthew Gregan |/
/| [EMAIL PROTECTED]
