First page Back Continue Last page Summary Graphic

Filesystem planning

  • Note that at this point, we have not even touched the machine. This is normal, as the more you plan in advance, the easier it will be to execute. Next you should determine how you need to partition your disks. Beginners can use one large partition, though from a security standpoint, especially on multiuser systems, it is not sufficient.
  • Multiuser systems should be protected from users actions, both malicious and accidental.
  • Historically, Unix systems crashed if the root partition fills. Modern Unix filesystems reserves 5-10% against this eventuality. For large drives allocate around 1-2%.

    Notes: