[nzlug] 'Chunked' file systems?

Robin Sheat robin at kallisti.net.nz
Fri Sep 1 10:56:19 NZST 2006


On Friday 01 September 2006 09:07, Cliff Pratt wrote:
> Rather than have a directory with a bunch of tiny files in, which causes
> havoc with backups and copies and such, is there any way that I can have
> a 'directory' with a bunch of 'files' that can be copied and or backed
> up as a unit.
You mean like a tar.gz or .zip file? Or do you want to be able to access it as 
both a lot of small files, and as one big lump? In that case, do something 
like use dd to create a file as large as you'll need, mkfs to format it to 
ext2[0] or something, and then mount it. But it seems like a strange system 
that would have issues with many small files. Typically Linux (and UNIX) 
filesystems have handled this kind of thing well, I thought.

[0] ext2 is probably good due to being low overhead, and the consistency 
hopefully being provided by the journalling FS below it

-- 
Robin <robin at kallisti.net.nz> JabberID: <eythian at jabber.kallisti.net.nz>

Hostes alienigeni me abduxerunt. Qui annus est?

PGP Key 0xA99CEB6D = 5957 6D23 8B16 EFAB FEF8  7175 14D3 6485 A99C EB6D
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: not available
Url : http://www.linux.net.nz/pipermail/nzlug/attachments/20060901/cccdec11/attachment.pgp


More information about the NZLUG mailing list