* partition manager for windows/linux
Posted on December 3rd, 2008 by jitu. Filed under Projects.
Recently a few friends bought several laptops. Beside the limited standard shareware, also my favorite operating system was installed: Windows Visa. After the excitement about the purchases has passed by, complains started about the size of the partitions and the slow systems. Fortunately Windows Visa includes a partition manager which is even able to resize the partitions. However when it comes to resize the partition on which the operating system resides (namely “C:\”), the partition manager capitulates. It seems that it expects a minimum size of around 60 or 80GB (cannot remember). Out of this space already 21GB is occupied by Windows itself and the preinstalled and mostly useless shareware.
Fortunately the Ubuntu LiveCD booted flawlessly on those systems and allowed to change the partitions in any way the users wanted to do. Even the C-drive preformated with NTFS, could be resized by GParted, which is included on that CD. Well, obviously the partition must be a little bit bigger to hold all data on the drive (marked with the yellow shadow) and lesser than the overall disk space.
After resizing, Windows Visa complains about some errors on the partitions and wants to perform integrity checks. After the checks completed, everything works fine and normal without any loss of data. However before you start, please consider the following:
- You have to shut down Windows cleanly and completely. Otherwise GParted will not alter anything on that partition. So do not hibernate or suspend your system, before changing the sizes.
- Resizing will take lots of time. Make sure that you attach your power supply, if you alternate the partition sizes of a laptop. Data loss is imminent otherwise.
- If you use an extended partitions to hold logical drive, it must be the only one or the last one on the drive. Do not let a primary partition follow any extended partitions including logical drives. This is not accepted by Windows and it will crash with a blue screen while booting. At least that is my experience.
- Please backup your data. Nothing is more frustrating than to recover documents and holiday photos from a failed operation. Although it looks easy and partition alternating is just a few clicks away, it is a major change and reallocation of data, which might result in data loss./li>
To execute GParted on Ubuntu, download an iso image file and burn it on a CD. For a one time use, any CD type will work: CDR oder CDRW. After the image has been written, boot from the CD which takes almost the same time than booting Windows Vista from hard disk (Sorry, could not resist
). Select the first option in the menu (“Try out Ubuntu” or similar). Wait till the graphical interface comes up, go to “Applications” (top left) -> “Accessories” -> “Terminal” and type “sudo gparted” at the prompt.
GParted will come up, analyzing your current configuration of the hard disk. By right-clicking on the partitions, you will see all available options. The next questions that might come up is: What partition number is what drive letter in Windows? Usually the first readable partition by Windows on the first drive is C:\, the second one is D:\ etc… Readable are partitions when they are either formated in NTFS or any FAT file system. E.g. in the picture sda1 is mapped to C:\, sda2 and sda3 are not readable by Windows (ext3 and linux-swap) and hence do not have a drive letter. sda5 till sda7 have D:\, E:\, and F:\ respectively (FAT32). It is also possible to work with labels. If you label a disk in Windows, the name is also displayed in GParted.
The big advantage of using GParted: It is totally free of cost and available in the net compared to commercial product such as PartitionMagic. In addtion it provides almost the same look-and-feel and mostly needed functionality.
2 Responses to “partition manager for windows/linux”
Leave a Reply
Pages:
Categories:
Archives:
- August 2010
- July 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- May 2008
- April 2008
- March 2008
- January 2008
- November 2007
- October 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006

January 4th, 2009 at 7:09 am
[...] Warning: Before you start, please make sure that you have the /boot directory on a partition with an ext2/3, xfs, minix, fat, jfs or reiser file system. So far grub is not able to boot from a ext4 system natively. You can change your partitions very easily with gparted. [...]
February 26th, 2009 at 11:21 am
[...] partitions, change their sizes and create new ones, the numbering might get mixed up (e.g. with gparted). The partitions might look like these: /dev/sda1 ntfs /media/win /dev/sda2 ext4 / /dev/sda3 ext3 [...]