Author Topic: Enlarging root partition..  (Read 318 times)

Offline OleWilly

  • Hero Member
  • *****
  • Posts: 911
  • Nothing endures but change.
Enlarging root partition..
« on: March 22, 2012, 03:25:11 AM »
Hi

Is there a way to enlarge the root partition without having to remove programs or making a new customized install ?

OW
Avoid the Gates of Hell. Use Linux.

Online Bald Brick

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6387
  • I'm going South
Re: Enlarging root partition..
« Reply #1 on: March 22, 2012, 06:48:07 AM »
Hi

Is there a way to enlarge the root partition without having to remove programs or making a new customized install ?

OW

If you have some unallocated space after the root partition, you can probably enlarge it with almost any partition manager. The operation will be fast and is relatively safe.

If you have some unallocated space before the root partition, try enlarging it with GParted. The operation may take quite a long time and is slightly more risky.

If you don't have enough free space before or after, you have to shrink an adjacent partition first. If the adjacent partition is a logical partition, you may have to resize the extended partition holding it too. (For instance with DiskDrake this is not necessary.)

When you change the size of a partition, don't forget to back up any important data on it first. A partition manager like GParted is not likely to trash it, but you never know.
« Last Edit: March 22, 2012, 07:19:45 AM by Bald Brick »
Feed the trolls!
They need it!

AMD Athlon 7450 Dual-Core Processor, 7.80 GiB RAM, Nvidia GeForce GT 120/PCIe/SSE2, OpenGL/ES-version: 3.3 0 NVIDIA 295.40, SBx00 Azalia (Intel HDA) soundcard, ‎Logitech B500 webcam, SAA7146 DVB card, HDDs: Seagate 250824AS, Western Digital WD10EAVS-00D

Offline OleWilly

  • Hero Member
  • *****
  • Posts: 911
  • Nothing endures but change.
Re: Enlarging root partition..
« Reply #2 on: March 22, 2012, 09:11:05 AM »
Hi Bald Brick

Thank You very much. - I will try.  - I have 20 Gb free in my home but only 26 Mb free in root and 13 updates are waiting in repository but got the message that no more room in root 99.8 % of 12  Gb used.

OW
Avoid the Gates of Hell. Use Linux.

Offline pags

  • Hero Member
  • *****
  • Posts: 2519
  • Keep it clean.
Re: Enlarging root partition..
« Reply #3 on: March 22, 2012, 09:19:51 AM »
Hi Bald Brick

Thank You very much. - I will try.  - I have 20 Gb free in my home but only 26 Mb free in root and 13 updates are waiting in repository but got the message that no more room in root 99.8 % of 12  Gb used.

OW

Have you checked to see if you can reclaim any space?  Bleachbit as root might help...check root's folder (/root/) for any large, unneeded files (old remasters, etc.).
If this is an older install, kept up to date, check the root directory (/) for a file called dead.letter.  It can (may have) grow(n) out of control...
Code: [Select]
[jpaglia@grendel ~]$ ls / -lh
total 160M
...
-rw-------   1 root root 160M Mar 22 04:04 dead.letter
...
[jpaglia@grendel ~]$