0

The way to resize via terminal on Ubuntu, is little complicate.

So, would like to learn which are these commands for resizing this directories (/usr & /root) and how to do it.

Morpheus
  • 107

1 Answers1

1

You can't resize partitions while there are mounted. This said you can extend them if they are using lvm.

If you are not using lvm, best is to boot on a livecd or usb and use gparted or parted tool if you prefer the command line.

By the way, nowadays the usual fashion to partition system is /, /home, swap. / at 20G is enough for most of people, swap the size of RAM and everything else in /home.

jmary
  • 656
  • 4
  • 15