Things You'll Need:
- Linux
-
Step 1
Jot down the names of all directories you know that you wish to have on your hard drive before you even begin partitioning. This will help you visualize the amount of space and the number of directories you think you will need (including subdirectories).
-
Step 2
Use "fdisk," a partitioning application that ships with Linux, to help create the partitions you need. Not only will you be able to name those partitions, but you will also be able to set the specific size you wish the partition to be. If you've created a dual-boot system with Linux and Windows, do not use the Windows "fdisk" function once Linux is installed.
-
Step 3
Keep your /boot directory on a separate partition from the rest. This is important as it protects this partition from attack by unauthorized people.
-
Step 4
Create a disk layout that gives each person a separate partition. This allows you to control how much data each person is permitted to add to the drive. Remember that shared directories, however, can still become full as a result of multi-person activity.
-
Step 5
Plan on placing the /etc directory in a separate partition from other important directories. This prevents the /etc directory from being modified by outsiders.









