Results 1 to 8 of 8

Thread: Resizing my ubuntu partition.

  1. #1
    Join Date
    Dec 2008
    Location
    Kennewick, Washington
    Beans
    168
    Distro
    Ubuntu 10.04 Lucid Lynx

    Resizing my ubuntu partition.

    I originally installed ubuntu with wubi and only gave my ubuntu partition 15 Gigs. I have become so attacthed to ubuntu lately I rarely ever use windows. Is there an easy way for me to delete my windows partition and resize ubuntu?
    Avoid the Gates of Hell. Use Linux.

  2. #2
    Join Date
    May 2009
    Location
    Earth
    Beans
    40
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Resizing my ubuntu partition.

    Twittery points to the post below .
    Last edited by Twittery; August 15th, 2009 at 08:34 AM.

  3. #3
    Join Date
    May 2009
    Location
    Earth
    Beans
    40
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Resizing my ubuntu partition.

    Oh sorry but I didn't see to the act that you use ubuntu inside windows . And I really doubt if it is possible to delete that partition . I'd say create a backup partition and install windows from the live CD ( that is start with a fresh beginning)

  4. #4
    Join Date
    Jan 2009
    Location
    Malang, Indonesia
    Beans
    42
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Resizing my ubuntu partition.

    Double post, ignore me.
    Last edited by irfan9727; August 15th, 2009 at 10:02 AM.
    I'm waiting 9.04 out of beta..

  5. #5
    Join Date
    Jan 2009
    Location
    Malang, Indonesia
    Beans
    42
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Resizing my ubuntu partition.

    Don't resize, convert it to a real partition using LVPM instead.
    Search this forum about how to use LVPM.
    After you transferred your Ubuntu install, use Gparted to delete your windows partition. I can't give details because I'm on my cellphone now.
    I'm waiting 9.04 out of beta..

  6. #6
    Join Date
    Nov 2007
    Location
    Okieville, USA
    Beans
    3,178
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Resizing my ubuntu partition.

    All you really need to backup is your /home folder after doing:
    Code:
    dpkg --get-selections > ~/my-packages
    Then do a fresh install making a seperate /home partition, restore your backup and do:
    Code:
    sudo dpkg --set-selections < my-packages && sudo apt-get dselect-upgrade
    your Ubuntu will look just about the same as before, but better.

    If you still use Windows for one or two things, get VirtualBox to run your Windows under Ubuntu.

    EDIT: Your Ubuntu will perform better because you won't have all that Windows overhead running in the background.
    Last edited by theozzlives; August 15th, 2009 at 09:31 AM.
    MCP, A+/Linux+ Certified IT Technician
    System Specs | Dress up your "Super Button" FREE
    "If sometimes you can't be good, then be VERY good at being naughty!"

  7. #7
    Join Date
    Dec 2008
    Location
    Kennewick, Washington
    Beans
    168
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Resizing my ubuntu partition.

    Quote Originally Posted by theozzlives View Post
    All you really need to backup is your /home folder after doing:
    Code:
    dpkg --get-selections > ~/my-packages
    Then do a fresh install making a seperate /home partition, restore your backup and do:
    Code:
    sudo dpkg --set-selections < my-packages && sudo apt-get dselect-upgrade
    your Ubuntu will look just about the same as before, but better.

    If you still use Windows for one or two things, get VirtualBox to run your Windows under Ubuntu.

    EDIT: Your Ubuntu will perform better because you won't have all that Windows overhead running in the background.
    Thank you so much!
    that sounds like a great idea.

    Thank you to all! Your help is all greatly appreciated.
    Avoid the Gates of Hell. Use Linux.

  8. #8
    Join Date
    Nov 2007
    Location
    Okieville, USA
    Beans
    3,178
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Resizing my ubuntu partition.

    Quote Originally Posted by Tek-E View Post
    Thank you so much!
    that sounds like a great idea.

    Thank you to all! Your help is all greatly appreciated.
    Just here to help.
    MCP, A+/Linux+ Certified IT Technician
    System Specs | Dress up your "Super Button" FREE
    "If sometimes you can't be good, then be VERY good at being naughty!"

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
  •