Check the partition configuration of the system disk with the parted command and make a note of them. You must perform this step before setting the system disk mirroring.
These details are required for restoration when the system cannot start due to a certain failure.
# parted /dev/sda print
Disk geometry for /dev/sda: 0.000-35046.525 megabytes
Disk label type: gpt
Minor Start End Filesystem Name Flags
1 0.017 1024.000 linux-swap
2 1041.000 9233.000 ext3
3 9234.000 13330.000 ext3
4 13331.000 15379.000 ext3
5 15380.000 21380.000 ext3
6 21381.000 21581.000 ext3
7 21582.000 21782.000 fat16 boot
Information: Don't forget to update /etc/fstab, if necessary. |