2

My Linux (Mint 13) laptop reported that 'The volume "Fiilesystem root" has only 0 bytes disk space remaining'. When I ran a 'df' I got the following result:-

HP-255-G1-Notebook-PC # df
Filesystem     1K-blocks     Used Available Use% Mounted on
/dev/sda2       28836860 27372200         0 100% /
udev             1810632        4   1810628   1% /dev
tmpfs             727768      980    726788   1% /run
none                5120        0      5120   0% /run/lock
none             1819416       76   1819340   1% /run/shm
/dev/sda3      692800400 68383328 589741516  11% /home
overflow            1024       16      1008   2% /tmp

I suspect that the system was originally configured with insufficient space on /dev/sda2. Is it possible to reconfigure this without doing a complete reinstall?

Thank you.

MichaelJohn
  • 413
  • 1
  • 5
  • 17
  • You should have a look at `gparted`. – Thushi Feb 09 '15 at 13:16
  • Here you go it might be helpful "https://thewiringcloset.wordpress.com/2013/01/09/extending-a-root-filesystem-in-linux-without-lvm/" – OmiPenguin Feb 09 '15 at 13:35
  • 3
    You might have some huge files that are taking up space on your root partition that don't need to be there. [This question](http://unix.stackexchange.com/questions/48059/how-to-clean-up-unnecessary-files) has some suggestions for finding them. Also, it might be worthwhile running [bleachbit](http://bleachbit.sourceforge.net/). – PM 2Ring Feb 09 '15 at 14:15
  • are /home and / using LVM? – guido Feb 09 '15 at 14:58
  • 1
    The [package cache](https://askubuntu.com/questions/65549/var-cache-apt-archives-occupying-huge-space) is a fairly frequent offender for eating space. You may just need to manage `/var/cache/`. – bu5hman May 17 '19 at 23:09

1 Answers1

0

Yes it is possible to change partitioning under any of GNU/Linux OS with gparted without reintstalling the OS. You will need to download from gpated web site Live CD/USB image, make a bootable media with it and load machine from there. If you have enough free space before or after the partition you can easily resize it in particular enlarge. Save any precious data before.

Rui F Ribeiro
  • 55,929
  • 26
  • 146
  • 227