Quote:
Originally Posted by pcxman i just used the partitioner that came in linux under expert mode resized windows and start / from that point. |
You need to boot from a live CD to resize root reliably ... doing the resize using gparted I think is less error prone as you can see impact in GUI before applying changes. As with most things there is more than one way to approach the problem. You could make the changes using parted but it is much easier to make a mistake.
... and to answer saurabh1403's original question yes I have resized partitions including extended partitions using Partedmagic without problems. I always use PartedMagic for partition resize .... example fdisk -l ouput from laptop
Code:
jonathan@jonathan-laptop:~$ sudo fdisk -l
[sudo] password for jonathan:
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x199c199b
Device Boot Start End Blocks Id System
/dev/sda1 * 1 894 7181023+ 27 Unknown
/dev/sda2 895 3452 20547135 7 HPFS/NTFS
/dev/sda3 4031 14593 84847297+ 5 Extended
/dev/sda4 3453 4030 4642785 7 HPFS/NTFS
/dev/sda5 4031 4158 1028128+ 82 Linux swap / Solaris
/dev/sda6 4159 6078 15422368+ 83 Linux
/dev/sda7 6079 6843 6144831 83 Linux
/dev/sda8 6844 7480 5116671 83 Linux
/dev/sda9 7481 8088 4883728+ 83 Linux
/dev/sda10 8089 8696 4883728+ 83 Linux
/dev/sda11 8697 9333 5116671 83 Linux
/dev/sda12 9334 10225 7164958+ 83 Linux
/dev/sda13 10226 11244 8185086 83 Linux
/dev/sda14 11245 12006 6120733+ 83 Linux
/dev/sda15 12007 14593 20780046 83 Linux
Partition table entries are not in disk order
jonathan@jonathan-laptop:~$
All partitions except sda1 and sda2 created/resized using PartedMagic ... sda1 and sda2 resized using PartedMagic. I have used the SUSE partitioner but the PartedMagic CD is easier to use.
