Storing large amounts of small files into bigger files on Windows
Posted
by
asmo
on Super User
See other posts from Super User
or by asmo
Published on 2011-06-29T15:51:27Z
Indexed on
2011/06/29
16:24 UTC
Read the original article
Hit count: 342
Let's say I have 50 GiB of files that weights around 500 KiB each.
My guess is that having, for example, 5 large files of 10 GiB each with the same content archived in them would be better for hard drive performance. Am I correct?
Will there be a noticeable gain on an NTFS filesystem?
=====================================================================
Finally, which tool could I use to group the files together while retaining the ability to modify the content of the archive with zero or minor performance loss? For example, I like TrueCrypt archiving because after mounting an archive file, it creates a drive which I can use seamlessly as if it was a normal drive. The only thing with TrueCrypt is that I don't need encryption/compression, only archiving.
© Super User or respective owner