Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • There are advantages to partitioning with some filesystems, mainly because their table of file descriptors was of limited size, so to handle very large partitions they increased the block size. Since the OS has to read one entire block at a time, this could mean that reading 1K of data required the OS to read 16K of data from the disk. For modern filesystems, this is not an issue and in general I agree with chunkyb2002.
    – CarlF
    Commented Oct 8, 2010 at 20:36
  • Thanks for the extra info. I would hope he's planning on using a modern filesystem but you never know :D Commented Oct 8, 2010 at 22:36