Page 1 of 1
Resizing root partition

Posted:
May 19th, '13, 15:34
by vinoman
I just installed Mageia 3 and so far its runs great, except I forgot to resize the / partition and I don't know why you make it so small. It should be 20 GB instead of 12GB.
Anyway what is the best way for me to double the size of the / partition? its already 39% filled and I only installed two extra programs.
Re: Resizing root partition

Posted:
May 19th, '13, 15:44
by spiky001
Hi
You can use a live cd with gparted
Re: Resizing root partition

Posted:
May 19th, '13, 16:00
by vinoman
spiky001 wrote:Hi
You can use a live cd with gparted
Thanks, I just ran parted magic and the partition are so cut up that it won't let me enlarge the / partition and when shrinking the home partion it says it may break the boot up. maybe it's not worth it. Its the only complaint I have with Mageia/Mandriva over the past few years. They act like everyone only has a 30GB hdd when most are much bigger. I guess the / partition can go to 80% without problems. or I just reinstall Mageia 3 and start over.
Re: Resizing root partition

Posted:
May 19th, '13, 16:11
by spiky001
A reinstall would make sense to me
Re: Resizing root partition

Posted:
May 19th, '13, 16:17
by vinoman
I can also delete programs that I don't use. I just installed clementine and deleted amarok. that saves space. I'll live with it for now, may never need anymore space.
Re: Resizing root partition

Posted:
May 19th, '13, 16:25
by spiky001
My install Gnome is 4gigs I have deleted some packages and installed others
Re: Resizing root partition

Posted:
May 19th, '13, 23:03
by doktor5000
vinoman wrote:I can also delete programs that I don't use. I just installed clementine and deleted amarok. that saves space. I'll live with it for now, may never need anymore space.
Better search for larger packages with e.g.
- Code: Select all
rpm -qa --qf "%{SIZE} - %{NAME}\n" | sort -rn
or searching for larger files/directories, e.g. with
- Code: Select all
du -mx / | sort -rn | head -85