On Thursday, I went to the data center to install the system. I bought a new dell server and made RAID 5 for 6 2 TB hard disks. I needed to use all the hard disk space when installing the system, I introduced in the article "2 TB or above hard drive installation centos6. This installation uses the kickstart file method. a total of 10 servers are not installed for more than 1 hour (mainly due to the long wait time for the first hard disk formatting ). After installation, I thought there was no problem. Result: In order to check the installation result, I logged on to a server and found that the disk/is only 8 TB (only one
On Thursday, I went to the data center to install the system. I bought a new dell server and made RAID 5 for 6 2 TB hard disks. I used all the hard disk space when installing the system 《2 TB or above hard disk installationCentos6This article introduces.
This installation uses the kickstart file method. a total of 10 servers are not installed for more than 1 hour (mainly due to the long wait time for the first hard disk formatting ).
After installation, I thought there was no problem. Result: to check the installation result, Log on to a server and find that the disk/is only 8 TB (only one /). Use
# parted /dev/sda print
Command to view, the hard disk space clearly says 9999 GB, then where is the disappearance of more than 1 TB space. With questions, I modified the ks file and manually specified the size of the/partition part to 9990000 (the original grow ). Then reinstall the server. The result is an error during installation, as shown in.