Changes
Jump to navigation
Jump to search
Web Server Documentation (view source)
Revision as of 16:44, 17 February 2016
, 16:44, 17 February 2016→Configuring RAID 1 on Web Server(2/15/2016-2/17/2016)
== Configuring RAID 1 on Web Server(2/15/2016-2/17/2016) ==
hostname: McNairWebServ
New idea: ditch the idea of RAID on the boot partitions (we'll put the bootloader on one of the boot partitions and then we can try to set up RAID once we've got the thing booting into Linux), so leave the partitions as above ("Second Partitioning Attempt"). Only make one software RAID device (/dev/md0): RAID1, 2 active devices (/dev/sda3 and /dev/sdb2), 0 spare devices. Then configure the first RAID device partition: use as ext4 filesystem, mount point /, format data on the partition.
Third partitioning attempt:
First hard disk (/dev/sda):
* 10 MB partition, use as reserved BIOS boot area, bootable flag off
* 32 GB partition, use as swap space
* rest of the space partition, use as ext4 filesystem, mount point /, bootable flag off
Second hard disk (/dev/sdb):
* 10 MB partition, use as reserved BIOS boot area, bootable flag off
* 32 GB partition, use as swap space
* rest of the space partition, use as ext4 filesystem, mount point /, bootable flag off
One RAID device (/dev/md0): RAID1, 2 active devices (/dev/sda3 and /dev/sdb3), 0 spare devices. set partition: use as ext4 filesystem, mount point /
Database server drive partition specs: