Results 1 to 8 of 8

Thread: GParted does not recognize disk partitions

  1. #1
    Join Date
    Apr 2006
    Beans
    424
    Distro
    Ubuntu 12.04 Precise Pangolin

    GParted does not recognize disk partitions

    I am trying to install Ubuntu. When run the installer, it cannot see my Win partition, separate data NTFS partition, or any others. This may be because I had Ubuntu on the machine previously and I deleted my /home partition from Windows to allow for more space. Is there any way to make it try to rescan for a patition map that was lost?



    Will update post with pic of partitions from Windows install...

    Last edited by mevets; October 14th, 2013 at 04:53 AM.
    Registered Linux user number 438485.
    Machine registration number 344277.
    Ubuntu User number 10798.

  2. #2
    Join Date
    Apr 2011
    Location
    3rd Rock from the Sun
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: GParted does not recognize disk partitions

    Boot Ubuntu DVD/USB and "Try Ubuntu without Installing'. Open the Terminal [ctrl+alt+T] and post the output of the following command:
    Code:
    sudo parted -l
    Ubuntu installer will NOT install to NTFS partitions. You will either need 'Unallocated' space or a partition formatted with Linux File system.

    First of all run 'chdsk' on your HDD from Windows: HOW TO.
    Last edited by fantab; October 14th, 2013 at 12:45 PM.
    "Evolution is Nature's way of issuing upgrades."


  3. #3
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: GParted does not recognize disk partitions

    Your c: drive/partition does not have much room. Generally Windows like 30% free space and at less than 10% free it may run extremely slow and defrag will take forever as there is no working room.

    Use Windows tools on the NTFS partitions, but do not create new partitions nor delete non-Windows partitions with Windows tools. It does not see Linux partitions correctly and often messes up partition table.
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  4. #4
    Join Date
    Jun 2006
    Location
    UK
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: GParted does not recognize disk partitions

    The fact that Gparted reports "unallocated" and Windows Disk Management shows four healthy partitions for the same hard drive suggests a partition table irregularity that is confusing Gparted but not Disk Management - worryingly, because I wouldn't use the term "healthy " when there's a partition table irregularity.

    Where were you intending to install Ubuntu? Before you try anything else I suggest you run and post the output of this terminal command from the live Ubuntu session:

    Code:
    sudo fdisk -lu
    Hopefully, it will show us what the irregularity is.
    Ubuntu 20.04 Desktop Guide - Ubuntu 22.04 Desktop Guide - Forum Guide to BBCode - Using BBCode code tags

    Member: Not Canonical Team

    If you need help with your forum account, such as SSO login issues, username changes, etc, the correct place to contact an admin is here. Please do not PM me about these matters unless you have been asked to - unsolicited PMs concerning forum accounts will be ignored.

  5. #5
    Join Date
    Apr 2006
    Beans
    424
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: GParted does not recognize disk partitions

    Yes, I was planning on installing Ubuntu and that is why I am asking this question.

    The output from sudo fdisk -lu:
    Code:
    ubuntu@ubuntu:~$ sudo fdisk -lu
    
    Disk /dev/sda: 500.1 GB, 500107862016 bytes
    255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x1254fee7
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *        2048      206847      102400    7  HPFS/NTFS/exFAT
    /dev/sda2          206848   136938059    68365606    7  HPFS/NTFS/exFAT
    /dev/sda3       136927230   976768064   419920417+   5  Extended
    /dev/sda5       136927232   156459007     9765888   83  Linux
    /dev/sda6       156461056   976766975   410152960    7  HPFS/NTFS/exFAT
    
    Disk /dev/sdb: 8019 MB, 8019509248 bytes
    251 heads, 44 sectors/track, 1418 cylinders, total 15663104 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x00068971
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sdb1   *        2048    15663103     7830528    b  W95 FAT32
    Registered Linux user number 438485.
    Machine registration number 344277.
    Ubuntu User number 10798.

  6. #6
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: GParted does not recognize disk partitions

    Usually it says overlapping partitions, or maybe that is from bootinfoscript and parted?

    /dev/sda2 206848 136938059 68365606 7 HPFS/NTFS/exFAT
    /dev/sda3 136927230 976768064 419920417+ 5 Extended

    the end of sda2 is after the start of sda3.

    You need to shrink sda2 by the amount of the overlap.
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  7. #7
    Join Date
    Apr 2006
    Beans
    424
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: GParted does not recognize disk partitions

    I see the problem. If I can ask, how do # of blocks translate to MBs so I know how much to shrink the C Drive?
    Registered Linux user number 438485.
    Machine registration number 344277.
    Ubuntu User number 10798.

  8. #8
    Join Date
    Apr 2006
    Beans
    424
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: GParted does not recognize disk partitions

    Thanks! I shrunk my C drive by 11 mb and gParted can now see my partitions.

    Registered Linux user number 438485.
    Machine registration number 344277.
    Ubuntu User number 10798.

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
  •