resize partition using gparted
before:
after:
steps:
- Ctrl+Alt+F1 (go to tty1)
- login with user: root
- #/etc/init.d/gdm stop (stop GDM)
- #umount /home
- #X & (start X in the background process, X server will be up in tty7. please check by type ctrl+alt+f7)
- #export DISPLAY=localhost:0.0 (set display on tty7 on every application which need X)
- #gparted & (start gparted)
- Ctrl+Alt+F7 (to see the display)
- resize the home partition. and then apply.
- quit gparted. and reboot the system.

