Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: Big Partition Table Problems - Please Help

  1. #11
    Join Date
    Sep 2010
    Location
    London, England
    Beans
    12

    Red face Re: Big Partition Table Problems - Please Help

    So as per above, I need to know how to unobtrusively remove the erroneously created SDA2, which overlaps SDA1, then re run the command to set the boundaries of SDA1 correctly.

    Anyone out there that knows how to achieve this?

  2. #12
    Join Date
    Mar 2010
    Location
    Woonsocket, RI USA
    Beans
    3,195

    Re: Big Partition Table Problems - Please Help

    Go into fdisk and delete /dev/sda1 by typing "d" and then "1" for the partition number. Then type "w" to save the partition table. The fact that the original partition will now be /dev/sda2 is unimportant.

  3. #13
    Join Date
    Sep 2010
    Location
    London, England
    Beans
    12

    Re: Big Partition Table Problems - Please Help

    Thanx again, SRS, for all the help.

    But I need a little clarification... I typed 'fdisk /dev/sda1' into terminal, then typed d, but got the following response:

    Code:
    fdisk /dev/sda1
    
    Command (m for help): d
    No partition is defined yet!
    But when I do an fdisk -lu I got the following response, which shows that the partiton does exist:

    Code:
    fdisk -lu
    
    Disk /dev/sda: 320.1 GB, 320072933376 bytes
    255 heads, 63 sectors/track, 38913 cylinders, total 625142448 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: 0xac255830
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *          63   625153409   312576673+   c  W95 FAT32 (LBA)
    /dev/sda2              63   625142447   312571192+   c  W95 FAT32 (LBA)
    Am I using the fdisk command erroneously, as when I used fdisk alone, it simply listed the available params?

    Many thanx in advance.

  4. #14
    Join Date
    Sep 2010
    Location
    London, England
    Beans
    12

    Re: Big Partition Table Problems - Please Help

    Hi SRS,

    I figured it out... Needed to do 'fdisk /dev/sda' rather than 'fdisk /dev/sda1'. For anyone reading in need of help, this fdisk's the entire drive, rather than the first partition. A further fdisk retrieved:

    Code:
    fdisk -lu
    
    Disk /dev/sda: 320.1 GB, 320072933376 bytes
    255 heads, 63 sectors/track, 38913 cylinders, total 625142448 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: 0xac255830
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda2              63   625142447   312571192+   c  W95 FAT32 (LBA)
    I'll bounce the box again, and see if this has made any difference to the partition tables in terms of GParted.

    R,

  5. #15
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: Big Partition Table Problems - Please Help

    Please do not bump your own threads.

    I believe you have twice been advised to back up your data and re-format.

    You may also wish to try a windows forums as this is a FAT partition.

    Otherwise you will need to wait until somebody with expertise looks on your thread.
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  6. #16
    Join Date
    Sep 2010
    Location
    London, England
    Beans
    12

    Re: Big Partition Table Problems - Please Help

    Hi bodhi.zazen,

    Apologies for the bump.

    I believe that I also replied twice stating that backup was not an available option, and the windows solutions did not work.

    As you can see from the latter posts, I am discussing this with a member with the expertise required, and now have a grasp of the tools which are being used.

    The query itself seems open enough to apply to any form of Partition, and thus believe it to be correctly placed in a forum where, as such, Linux tools and commands are being.

    R.

  7. #17
    Join Date
    Sep 2010
    Location
    London, England
    Beans
    12

    Re: Big Partition Table Problems - Please Help

    Hi bodhi.zazen,

    Apologies for the bump.

    I believe that I also replied twice stating that backup was not an available option, and the windows solutions did not work.

    As you can see from the latter posts, I am discussing this with a member with the expertise required, and now have a grasp of the tools which are being used.

    The query itself seems open enough to apply to any form of Partition, and thus believe it to be correctly placed in a forum where, as such, Linux tools and commands are being.

    R.

Page 2 of 2 FirstFirst 12

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
  •