If you can see this check that
You are configuring a linux box to be a general server, using a machine
which has a single 10 GB SCSI disk. Which of the following is the best way
to partition such a system?
A. | Partition | Size (MB) | Mountpoint |
/dev/scsi1 | 100 | /home |
/dev/scsi2 | 2000 | / |
/dev/scsi3 | 1000 | (swap) |
/dev/scsi5 | 2000 | /var |
/dev/scsi6 | 4900 | /boot |
|
B. | Partition | Size (MB) | Mountpoint |
/dev/sda1 | 10000 | /home |
/dev/sda2 | 20000 | / |
/dev/sda3 | 10000 | (swap) |
/dev/sda5 | 20000 | /var |
/dev/sda6 | 49000 | /boot |
|
C. | Partition | Size (MB) | Mountpoint |
/dev/sda1 | 100 | /home |
/dev/sda2 | 2000 | / |
/dev/sda3 | 1000 | (swap) |
/dev/sda5 | 2000 | /var |
/dev/sda6 | 4900 | /boot |
|
D. | Partition | Size (MB) | Mountpoint |
/dev/hda1 | 100 | /boot |
/dev/hda2 | 4900 | / |
/dev/hda3 | 1000 | (swap) |
/dev/hda5 | 2000 | /var |
/dev/hda6 | 2000 | /home |
|
E. | Partition | Size (MB) | Mountpoint |
/dev/sda1 | 100 | /boot |
/dev/sda2 | 2000 | / |
/dev/sda3 | 1000 | (swap) |
/dev/sda5 | 2000 | /var |
/dev/sda6 | 4900 | /home |
|
4-sa-08
SCSI drives are called sda devices. scsi1 is a device name I made up.
Close
3-sa-08
You only have a 10G disk, and this adds up to over 100G.
Close
2-sa-08
/boot should be about 100MB or less. 5G for /boot is silly.
Close
1-sa-08
SCSI drives are called sda, not hda. IDE drives are hda devices.
Close
0-sa-08
You should be aiming for about 100M in boot, some swap space, a root directory, perhaps a var directory, and a home directory with the remaining space. 2G for root should be about fine.
Close