Results 1 to 4 of 4

Thread: hidden partitions

  1. #1
    Join Date
    Dec 2009
    Beans
    1

    Exclamation hidden partitions

    I have used ubuntu before but each time i got a new windows os (xp, vista, 7 and now back to Xp) i installed a new ubuntu and they are all on my hard drive but i was wondering if there was a way I could get rid of some of the old partitions and make them become a part of the normal external harddrive again???

  2. #2
    Join Date
    May 2009
    Location
    North West England
    Beans
    2,676
    Distro
    Ubuntu Development Release

    Re: hidden partitions

    Quote Originally Posted by ceph8 View Post
    I have used ubuntu before but each time i got a new windows os (xp, vista, 7 and now back to Xp) i installed a new ubuntu and they are all on my hard drive but i was wondering if there was a way I could get rid of some of the old partitions and make them become a part of the normal external harddrive again???
    Yes, there is. do you need data off them, or just to delete & merge them back to the general area

    (BORG -- ASSIMILATION -- RESISTANCE IS FUTILE) -- soz if you don't know of the Borg

    You want Gparted to delete & merge partitions, a good read up on it is here --> http://www.dedoimedo.com/computers/gparted.html

    Or you can just post what u need to do & we can 'talk' you through it.
    Can you post the output of
    Code:
    sudo fdisk -l
    and
    Code:
    df -ah | grep dev
    Before and After you have gone to Places and mounted every device that is listed.

    Cheers,

    Phill.

    Phill.
    Last edited by phillw; December 6th, 2009 at 03:06 AM.

  3. #3
    Join Date
    Jul 2008
    Beans
    84

    Re: hidden partitions

    Partitions can be deleted. There are a variety of ways, some of them probably have a nice GUI. (anything I know about that is outdated though, I always partition Linux during install and haven't had to mess with it afterwards.)

    Deleting a partition erases everything on it. (Just in case!)

    If the empty partition is before the Linux partition, it might be easiest and safest to just keep it there, format it as something usable, and mount it in your Linux using FSTab. I have something like this mounted as "/basement" on one machine and "/music" on another.

    Advantage of that would be not changing the partition numbers.

  4. #4
    Join Date
    Nov 2005
    Location
    Washington State
    Beans
    2,342
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: hidden partitions

    Under my sig is a link that'll get you started with GParted LiveCD.

    I love GParted

    If you download the latest stable .iso and create a bootable disc like you would an Ubuntu LiveCD, you end with a handy partitioning tool on a bootable CD.

    It takes a bit of scratching around in GParted to figure out how to do what you want to do, but it's not hard. I've found Gparted to be a wonderfully helpful tool for all kinds of things.

    In your case, let's say you want to install Windows to part of a drive before installing Ubuntu. You don't want to screw around with defragging and trying to squish Windows into its corner. Use GPLCD to wipe all partitions out, then create a primary NTFS partition out of half of the drive. When you pop the Windows install disc in, it will only see the NTFS partition and install there. The rest of the disk is ready for Ubuntu
    Last edited by Bartender; December 6th, 2009 at 04:05 AM.

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
  •