Re: GNU/Linux stance by Richard Stallman

Tim Smith (tzs@tzs.net)
Sat, 27 Mar 1999 17:44:24 -0800 (PST)


On Sun, 28 Mar 1999, Chris Wedgwood wrote:
> > Minimal bin/true being #!/bin/sh - 10 bytes (you'll need newline at
> > /the end).
>
> It still takes 1K on disk miniumum (or 4K on my disks, as I use 4K
> block sizes almost everywhere)..

That's true for current ext2fs implementations, but people have occasionally
suggested that for small files (64 bytes or less), the data should be
stored in the inode itself. If that ever comes to pass, then the 10 byte
version will save disk space.

--Tim Smith

ps: I've got around 5000 files on my system whose size is in [1,64].

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