Port-xen archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Zeroing unused FFS blocks



On 2008-01-25 13:29 +0200 (Fri), Martti Kuparinen wrote:

> Now, after halting the domU it would be very nice to compress this virtual 
> hard drive before storing it on a DVD or moving it to another server.
>
> Is there any way to zero all unused FFS blocks in order to make the 
> compressed image smaller?

If you're going to process the file anyway, before storing it or moving it,
my recommendation would be:

    dump -0 -a -F /path/to/fs/image -f - | gzip > image.dump.gz

cjs
-- 
Curt Sampson       <cjs%starling-software.com@localhost>        +81 90 7737 
2974   
Mobile sites and software consulting: http://www.starling-software.com



Home | Main Index | Thread Index | Old Index