Hello
I have a server with 2x 20GB(RAID1) hard drives. I'm trying to figure out whats the best way to partition the drive.
I'm thinking that /var & /temp needs to be on a separate partition.
Can anyone offer guidance as to what partition layout to follow
-John
I have a server with 2x 20GB(RAID1) hard drives. I'm trying to figure out whats the best way to partition the drive.
# fdisk -l
Disk /dev/hda: 20.0 GB, 20020396032 bytes
255 heads, 63 sectors/track, 2434 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 131 1052226 83 Linux
/dev/hda2 132 2434 18498847+ fd Linux raid autodetect
Disk /dev/hdb: 20.0 GB, 20020396032 bytes
255 heads, 63 sectors/track, 2434 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 131 1052226 82 Linux swap
/dev/hdb2 132 2434 18498847+ fd Linux raid autodetect
I'm thinking that /var & /temp needs to be on a separate partition.
Can anyone offer guidance as to what partition layout to follow
-John