| hdd | partition | raid1 | lvm | mount point |
|---|---|---|---|---|
| sda | sda1 | md4 | - | / |
| sdb | sdb1 | md4 | ||
| sda | sda3 | md1 | - | swap |
| sdb | sdb3 | md1 | ||
| sda | sda2 | md3 | - | - |
| sdb | sdb2 | md3 | ||
| sdc | sdc1 | md5 | vg1, lv1, lv2 | /home, /srv |
| sdd | sdd1 | md5 | ||
| sde | sde1 | md2 | vg2, lv3 | /backup |
| sdf | sdf1 | md2 | vg2, lv3 | /backup |
md3 is the previous system partition, not mounted. To be used when upgrading the operating system.
to check wether root and swap are mounted, enter:
mount free -m -t
to check mismatching uuid's, enter:
ls -la /dev/disk/by-uuid cat /etc/fstab
to fix, do:
vim /etc/fstab
replace the uuid's found in fstab with the ones found in /dev/disk. Make sure you copy the correct uuid (md0, md1) to the respective entry in fstab.