I have a dual boot setup with Ubuntu and Windows 7. I need to shrink my root Ubuntu volume in order to get some free space to create a new partition. Are there any Windows based tools that will do this for me? I tried booting up in gparted to do this but I cannot tell which partition is which since I cannot find the size (it displays everything in blocks).
6 Answers
Parted Magic is a good suggestion, but if you already have an Ubuntu live CD or USB stick you can boot from that and run GParted from there. Basically, you need to boot from something which is not the hard drive you're going to resize partitions on.
As it's already been pointed out - gparted is a graphical utility, so what you're referring to as "GParted" is definitely not it. Which brings me to another important point: make sure you have a backup of everything, because your chances of screwing everything up are relatively high :)

- 15,657

- 43,665
You can burn the Parted Magic OS into a CD and boot from that. That OS includes a very basic graphical interface as well as GParted and other graphical tools. It should make a job like resizing any partition really easy, because it boots from ram and you can manipulate any partition from the familiar environment of GParted.
- Website
- Screenshots: You can note from the screenshots that size on that GParted is displayed quite nicely.
Resizing a partition is a slow task, so make sure your computer doesn't shut down if you are on a laptop for example.

- 15,657

- 448
- Boot with Ubuntu installation cd, choose to try ubuntu
- Use GParted partition editor to resize your partitions.

- 163
Yes, use gparted. Boot from your Ubuntu CD and in the terminal type: sudo -i gparted
there you can resize and delete/create partitions. When you apply the changes, I would recommend not to interrupt the progress.
-
-
I guess it probably is better, but seriously, if you're booted from a Live CD and any file changes you make are being discarded when you poweroff... well, whatever. – Matt May 31 '12 at 22:11
-
Sure - in this specific case it doesn't matter very much =) However, it's easy to form habits... – Tomas Aschan Jun 01 '12 at 01:25
-
TBH, I never ever use
gksudo
, I either usesudo
or usesu
to become root, then execute the command. And my laptop hasn't blown up yet.. ;) – Matt Jun 03 '12 at 21:21
I had this exact problem, and have since solved it. The process required a number of steps which the above gparted-only solutions didn't address or provide enough detail
step by step: Problems resizing root filesystem with extended-partition, lvm, and snapshots on vm disk

- 359
- 1
- 5
- 15
gnome-screenshot
on the Terminal. – Uri Herrera Sep 07 '11 at 18:23