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

Thread: [SOLVED] Gparted error working with large drive

  1. #11
    Join Date
    Jun 2007
    Location
    Burlington, Ontario, CA
    Beans
    310
    Distro
    Kubuntu 11.10 Oneiric Ocelot

    Re: Gparted error working with large drive

    Even the latest version of parted (1.8.8) has this same problem. I'm still open to trying to get cfdisk working, but the problem lies in that it dependso on packages that are -udeb, instead of the regular ones I have installed on my system. Any advice?
    Rig: Intel Core i5 2500K [4.7GHz]; ASUS Maximus IV Gene-Z; AMD Radeon HD 6870; 16GB Geil DDR3-1600; OCz Vertex 2 128GB SSD; Lian Li PC-V351B; Corsair H100 cooler; Corsair TX650W; 3x BenQ G2222HDL + 1x Acer x93w; Ubuntu 11.10 64-bit

  2. #12
    Join Date
    Jun 2007
    Location
    Burlington, Ontario, CA
    Beans
    310
    Distro
    Kubuntu 11.10 Oneiric Ocelot

    Re: Gparted error working with large drive

    There is something REALLY wrong here... even fdisk/cfdisk only create a 46GB partition! But I don't see how it's a problem with the controller since I can create many smaller paritions, but I can't see how 2 different versions each of 2 different Linux partitioning programs are having the same problem!

    This is frustrating to the max.

    Here's cfdisk after doing the following:

    Creating a partition of the max size, then ctrl+c
    Creating a new partition of the max size in the 2 TiB of free space, then ctrl+c
    Opening the program again

    Last edited by djbon2112; July 13th, 2008 at 01:31 AM.
    Rig: Intel Core i5 2500K [4.7GHz]; ASUS Maximus IV Gene-Z; AMD Radeon HD 6870; 16GB Geil DDR3-1600; OCz Vertex 2 128GB SSD; Lian Li PC-V351B; Corsair H100 cooler; Corsair TX650W; 3x BenQ G2222HDL + 1x Acer x93w; Ubuntu 11.10 64-bit

  3. #13
    Join Date
    Jun 2007
    Location
    Burlington, Ontario, CA
    Beans
    310
    Distro
    Kubuntu 11.10 Oneiric Ocelot

    Re: Gparted error working with large drive

    I checked out the controller's settings and it can't be the culprit as everything is set correctly. This must be a problem with Linux. Can anyone offer any suggestions to get this bug fixed? (I don't want to use LVM and hack a couple partitions together in case I need to move the RAID to a new system/the OS crashes/etc.)
    Rig: Intel Core i5 2500K [4.7GHz]; ASUS Maximus IV Gene-Z; AMD Radeon HD 6870; 16GB Geil DDR3-1600; OCz Vertex 2 128GB SSD; Lian Li PC-V351B; Corsair H100 cooler; Corsair TX650W; 3x BenQ G2222HDL + 1x Acer x93w; Ubuntu 11.10 64-bit

  4. #14
    Join Date
    Jun 2007
    Location
    Burlington, Ontario, CA
    Beans
    310
    Distro
    Kubuntu 11.10 Oneiric Ocelot

    Re: Gparted error working with large drive

    Well, I got it. I folowed the first few steps of http://eatingsecurity.blogspot.com/2...for-large.html to the letter, doing:

    Code:
    sudo su
    parted
    (parted) mklabel gpt
    (parted) mkpartfs primary xfs 0 2249G
    (parted) quit
    ...then formatting the partition to actual XFS using gparted. It must've been because I was using an msdos partition label instead of gpt, and I never knew to change that since I had no idea what any of the other ones than msdos (like gpt) were.

    Marked solved. If you have this problem, use a gpt label instead of the default msdos!
    Rig: Intel Core i5 2500K [4.7GHz]; ASUS Maximus IV Gene-Z; AMD Radeon HD 6870; 16GB Geil DDR3-1600; OCz Vertex 2 128GB SSD; Lian Li PC-V351B; Corsair H100 cooler; Corsair TX650W; 3x BenQ G2222HDL + 1x Acer x93w; Ubuntu 11.10 64-bit

Page 2 of 2 FirstFirst 12

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
  •