lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 23 Nov 2008 04:27:27 +0000
From:	Phillip Lougher <phillip@...gher.demon.co.uk>
To:	Tetsuo Handa <penguin-kernel@...ove.SAKURA.ne.jp>
CC:	linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: Zero-clearing all zero-clearable bytes.

Tetsuo Handa wrote:
> Hello.
> 
> I often create a Live CD.
> When creating a Live CD, loopback mounted ext3 image files are used.
> These image files are then compressed so that the ISO image will fit within
> a CD-R's capacity (i.e. 700MB).
> 

You don't mention what you're using to compress the ext3 image file.  If 
you're using Squashfs then it's much better to zero-fill the blocks 
rather than use 255, because Squashfs detects zero-filled blocks and 
stores them sparsely.  This not only gets slightly better compression 
(than a compressed zero-filled block), but reading is also slightly faster.

Phillip


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ