Page 1 of 4 123 ... LastLast
Results 1 to 10 of 33

Thread: resize ext3 for win7 dual boot

  1. #1
    Join Date
    Aug 2009
    Beans
    45

    Red face resize ext3 for win7 dual boot

    I have a 320gb hard drive with Ubuntu 9.10 karmic fully installed on it. I need to know how to shrink the partition my ubuntu is on so i can create another partition for win7.

    please help, thank you.

  2. #2
    Join Date
    Jun 2008
    Location
    Ballard
    Beans
    2,409
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: resize ext3 for win7 dual boot

    First, let me say that I usually recommend running a virtual machine rather than a dual boot. For virtualization I use VirtualBox:

    http://www.virtualbox.org/wiki/Linux_Downloads

    You can follow the instructions under "Debian-based Linux distributions" to add a repository and keep up to date using Synaptic.

    Ok, I feel better.

    If you want to resize your operating system partition (or any partition used by your operating system), you will not be able to do so while signed into that operating system. You cannot resize a mounted partition and any partition in use is by necessity mounted.

    So, get a copy of the current installation CD and fire that up. You will want to use the try Ubuntu without installing option. This will allow you to boot into Ubuntu while leaving your installed Ubuntu partition unmounted.

    Once you are in the Live Ubuntu environment you can start the partition editor. It is called GParted (though it may be termed simply Partition Editor or something similar). You will find that here:

    System —> Administration —> Partition Editor [or] gparted

    You can see a little information about using gparted on this post of mine:

    http://www.soundunreason.com/InkWell/?p=587

    Now for the important bit: be very careful. You can easily delete a partition and destroy all data on it if you don't make slow, calculated choices. Also, I recommend shrinking the partition from the end of the drive rather than the beginning (moving the ending bit toward the left rather than moving the beginning bit toward the right).

    Best of luck.
    "We're all in this together, kid." --H. Tuttle (a.k.a. H. Buttle)
    "Maybe it's a layer 8 problem." --thatguruguy
    A High-Tech Blech!

  3. #3
    Join Date
    Jan 2009
    Location
    Stockholm, Sweden
    Beans
    593
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: resize ext3 for win7 dual boot

    The idea is that you can't resize partitions on a hard drive that is mounted (its risky, and therefore disabled). So what to do?

    Burn yourself a live cd (or make a bootable usb with system->admin->usb startup creator) or use an old live cd or whatever. Boot into that. Open gparted (applications->system tools->gparted). do the resizing/partitioning. restart.
    Since when is floor not a synonym of horizontal wardrobe?

  4. #4
    Join Date
    Aug 2009
    Beans
    45

    Smile Re: resize ext3 for win7 dual boot

    thank you very much, i'll give it a try

  5. #5
    Join Date
    Jun 2008
    Location
    Ballard
    Beans
    2,409
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: resize ext3 for win7 dual boot

    Great. Let us know how it goes.
    "We're all in this together, kid." --H. Tuttle (a.k.a. H. Buttle)
    "Maybe it's a layer 8 problem." --thatguruguy
    A High-Tech Blech!

  6. #6
    Join Date
    Aug 2009
    Beans
    45

    Talking Re: resize ext3 for win7 dual boot

    the resizing went perfectly, now just to install windows 7

  7. #7
    Join Date
    Aug 2009
    Beans
    45

    Re: resize ext3 for win7 dual boot

    installed windows 7, but how do i get back to ubuntu i don't understand the directions ubuntu.com gives

  8. #8
    Join Date
    Jun 2008
    Location
    Ballard
    Beans
    2,409
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: resize ext3 for win7 dual boot

    What trouble are you running into? You are likely now using the Windows boot loader and may need to add a line to include the Ubuntu installation among your boot choices.
    "We're all in this together, kid." --H. Tuttle (a.k.a. H. Buttle)
    "Maybe it's a layer 8 problem." --thatguruguy
    A High-Tech Blech!

  9. #9
    Join Date
    Sep 2007
    Location
    Ireland
    Beans
    224
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: resize ext3 for win7 dual boot

    You need to boot back off the live CD and reinstall grub
    Code:
    grub-install /dev/sda
    Grub 2 should then automatically detect and add an entry for your Windows 7 install but YMMV

  10. #10
    Join Date
    Jun 2008
    Location
    Ballard
    Beans
    2,409
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: resize ext3 for win7 dual boot

    Grub is probably the preferred boot loader. Take a look at this Ubuntu Help page:

    https://help.ubuntu.com/community/Re...tallingWindows
    "We're all in this together, kid." --H. Tuttle (a.k.a. H. Buttle)
    "Maybe it's a layer 8 problem." --thatguruguy
    A High-Tech Blech!

Page 1 of 4 123 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •