⌊ K™¦krizzna.web.id ⌉

Sekedar coretan seorang nyubi

How do I remove an old Ubuntu partition while keeping both my new Ubuntu partition and my Vista partition?

Posted on

I currently have 3 operating systems installed on my computer:
Ubuntu 9.10
Windows Vista Home Premium
Ubuntu 8.04

I would like to remove the Ubuntu 8.04 partition and use the space for my Vista partition. Does anyone know how to do this?

Share and Enjoy:
  • printfriendly How do I remove an old Ubuntu partition while keeping both my new Ubuntu partition and my Vista partition?
  • digg How do I remove an old Ubuntu partition while keeping both my new Ubuntu partition and my Vista partition?
  • delicious How do I remove an old Ubuntu partition while keeping both my new Ubuntu partition and my Vista partition?
  • facebook How do I remove an old Ubuntu partition while keeping both my new Ubuntu partition and my Vista partition?
  • yahoobuzz How do I remove an old Ubuntu partition while keeping both my new Ubuntu partition and my Vista partition?
  • twitter How do I remove an old Ubuntu partition while keeping both my new Ubuntu partition and my Vista partition?
  • googlebookmark How do I remove an old Ubuntu partition while keeping both my new Ubuntu partition and my Vista partition?
  • email link How do I remove an old Ubuntu partition while keeping both my new Ubuntu partition and my Vista partition?
  • linkedin How do I remove an old Ubuntu partition while keeping both my new Ubuntu partition and my Vista partition?
  • live How do I remove an old Ubuntu partition while keeping both my new Ubuntu partition and my Vista partition?
  • myspace How do I remove an old Ubuntu partition while keeping both my new Ubuntu partition and my Vista partition?
  • pdf How do I remove an old Ubuntu partition while keeping both my new Ubuntu partition and my Vista partition?
  • plurk How do I remove an old Ubuntu partition while keeping both my new Ubuntu partition and my Vista partition?
  • slashdot How do I remove an old Ubuntu partition while keeping both my new Ubuntu partition and my Vista partition?
  • technorati How do I remove an old Ubuntu partition while keeping both my new Ubuntu partition and my Vista partition?
  • tumblr How do I remove an old Ubuntu partition while keeping both my new Ubuntu partition and my Vista partition?
  • hackernews How do I remove an old Ubuntu partition while keeping both my new Ubuntu partition and my Vista partition?

Tags: , , , , ,


  • minh ☚

    You can just boot into Vista and then use its disk partition manager to delete the partition of Ubuntu 8.04

    Start – right-click ‘computer’ – manage. In ‘Disk Management’, you’ll see your hard-drives below (disk 0, disk1, etc.). Right-click on Ubuntu 8.04 partition and choose delete logical drive or some like that (make sure you know the exact partition to delete otherwise the result could be devastating)

  • Mike H

    Boot up Vista and remove the Ubuntu partition, as long as you delete the partition that isn’t the one you are currently on at that moment you will be good.

  • Ali

    BE AWARE!

    Although the method that “minh” & “Mike H” has suggested is the easiest, but it may lead you to serious troubles in case you have GRUB as your boot loader.
    Upon deleting the partition, although done from within Windows, the change will be automatically reflected in UBUNTU when you reboot since GRUB will, as usual, be reading the /boot/grub/menu.lst file to mount your root & other linux partitions. But this file is now outdated.

    For example, assuming, originally your root partition was /dev/hda5, upon the deletion of a partition, the /hda5 will actually be /hda4. Since GRUB was not officially informed about the changes you made, GRUB will continue to think that /dev/hda5 is still the root partition when it has actually become the /dev/hda4 partition.

    To overcome this serious problem, make sure that, after you had deleted the undesired partition from within Windows, you CREATE a new partition in that exact same space that was allocated to the deleted partition.
    You can create the partition by right-clicking on the free space that was created by the delete operation, & choose create new partition.

    Better yet, if you do not delete the partition. Instead, right-click on it & choose FORMAT & not DELETE.
    This way, you will erase all data on it & will be prompted to choose the new file system(either FAT or NTFS) for this partition.

  • Beryl 0.2.1/Linux Mint 7

    You can do this by using GParted (Partition Editor) which is included on the Ubuntu LiveCD

    System>Administration>Partition Editor

    GParted can also be used to resize your existing windows partition to reclaim the space from the deleted partition

    LUg.