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
  • 3
    I have seen indeed some people making a partition for each kind of data. The big problem with that is mostly that you can never calibrate correctly the size each will need. And sooner or later, you will start putting files in the wrong partitions, lacking space in the appropriate ones. So in general, "don't use partitions where you can use folders"
    – Gnoupi
    Commented Aug 26, 2009 at 20:03
  • 1
    Exactly... you can use the available space way better with one partition and a good and clean folder structure.
    – Daff
    Commented Aug 26, 2009 at 20:38