Skolelinux use Logical Volume to hold the various partition as follow:
/dev/hda1 on / type ext3 (rw,errors=remount-ro) /dev/vg_system/lv_usr on /usr type ext3 (rw) /dev/vg_data/lv_home0 on /skole/tjener/home0 type ext3 (rw) /dev/vg_system/lv_var on /var type ext3 (rw)
However the orginal preselected size for the home and usr partition are a bit tiny for me, so it's good to be able to resize these ones.
First the home partition must be umounted.
However due to strange bugs in the tools it is necessary to umount and remount it several time before proceeding to the resize operation
Check with the command df -h your home partition is bigger of 2Gb.
In case you have trouble and your partition is not resize as requested, repeated the mount, umount step a couple of time and do a e2fsadm -l +1 /dev/vg_data/lv_home0
The steps are almost the same. However to cleanly umount the /usr partition you need to do first:
Check with the command df -h your /usr partition is bigger of 2Gb.
| Page Execution took 36.477 seconds |