Re: NEW TAR

From: Daniel Lang <dl_at_leo.org>
Date: Wed, 21 Jul 2004 22:31:05 +0200
Hi,

Brooks Davis wrote on Wed, Jul 21, 2004 at 09:27:06AM -0700:
[..]
> Since sparse files over commit the disk, they should only be created
> deliberatly.  Otherwise you can easily get in trouble if you try to use
> reserved space later since it won't actually be reserved.  Consider the
> case of a file system image created with "dd if=/dev/zero ...; newfw
> ...".  If your archiver decides to be "smart" and restore a copy of that
> file sparce and then you use up the availble blocks on your disk you're
> going to be in a world of hurt.  I wouldn't be suprised it that resulted
> in a panic.

[Garret writes:]
> You've never run out of disk space as a result of a sparse file
> becoming non-sparse?


That was not my point. I agree, that it should be done deliberately.
There should be a non-default command-line switch to enable sparse
files or not (as it is common practice now anyway). But if someone
chooses to use sparse files upon archive extraction (I believe this
is the more important part), it does not matter how the original
file layout was in terms of blocks of allocated zeroes and unallocated
blocks.


To Harti:
I admit I don't know for sure, but to my understanding the handling
of the sparse file is done in the filesystem layer and not in the 
application, right? Then all possible performance benefit on reading
a sparse file should be gained anyway. Regardless if the application
(the archiver) knows about the locations of the gaps or not....

Best regards,
 Daniel
-- 
IRCnet: Mr-Spock                    - All your .sigs are belong to us -
 Daniel Lang * dl_at_leo.org * +49 89 289 18532 * http://www.leo.org/~dl/
Received on Wed Jul 21 2004 - 18:31:07 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:02 UTC