Results 1 to 9 of 9

Thread: [SOLVED] Partitioning in TB

  1. #1
    Join Date
    Jan 2006
    Location
    Hicksville, NY
    Beans
    21
    Distro
    Kubuntu 10.04 Lucid Lynx

    [SOLVED] Partitioning in TB

    Okay, now that I got my GRUB issue out of the way, I am looking for a way to have the Ubuntu Server actually partition and format the array into two 4.5TB drives. Gparted has a 500GB max.

    Does anyone use anything else for this, or should I just partition them down to smaller units?

  2. #2

    Re: Partitioning in TB

    Quote Originally Posted by DarkPhoenixTSi View Post
    Gparted has a 500GB max.
    Hmm, I've used gparted yesterday to create a 1T ext3 partition ...

  3. #3
    Join Date
    Jan 2006
    Location
    Hicksville, NY
    Beans
    21
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: Partitioning in TB

    Really? It is showing me that I can only do a 470GB max, that is with ext3.


    EDITED: I pared the two drives in the array to 4 2.73TB drives using RAID0, but gparted still only says that 10% is the max that it can be formatted to. In this case 275GB.

    I need a better solution, as this will be used as a media server for my movies.
    Last edited by DarkPhoenixTSi; September 22nd, 2008 at 09:03 PM.

  4. #4

    Re: Partitioning in TB

    Well, I don't know if this has anything to do with it working well here, or if will do anything good for you, but I've zeroed the ms-dos partition table before using gparted.

    To zero a ms-dos partition table :

    - Make sure your disk is not mounted.

    - sudo dd if=/dev/zero of=/dev/sdf bs=1M count=1

    Assuming your disk is /dev/sdf of course. Don't screw this up and zero a disk you're using btw.

    Then I've used the standard parted available in hardy (libparted-1.7.1, gparted-0.3.5).

  5. #5
    Join Date
    Jan 2006
    Location
    Hicksville, NY
    Beans
    21
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: Partitioning in TB

    Now are you using an array, or is it just one drive?

    And I zeroed out the drive, and gparted gave me the same size limitation.

    Edit: It is giving me a limit of 745GB on a 2.73TB drive.
    Last edited by DarkPhoenixTSi; September 22nd, 2008 at 09:51 PM.

  6. #6

    Re: Partitioning in TB

    It was just one regular usb drive.

    Just off my head, you might want to try :

    - parted, the command-line tool, to make sure it's a libparted limitation and not a gparted bug.

    - A more recent version of parted. I've noticed hardy is using libparted-1.7 and intrepid libparted-1.8 (you never know which bugs have been fixed in newer versions).

    - Or try fdisk, if you're desperate enough

    Good luck.

  7. #7
    Join Date
    Feb 2007
    Location
    Cameron Park CA USA
    Beans
    4,571
    Distro
    Ubuntu Development Release

    Re: Partitioning in TB

    How is the raid0 array being created? from the motherboard, software or a hardware card?

    I've never been able to use gparted with anything that is raid. I usually use cfdisk.
    Last edited by fjgaude; September 22nd, 2008 at 10:59 PM.
    Regards, frank, at http://yantrayoga.typepad.com/noname/
    Homebuilt Lian-Li PC-Q33WB, Intel i7-4790K 4.6GHz, SSDs,32G RAM | Dell Laptop 13.3".
    Oracle VBox w/ WinXP/Win10 running Xara Designer, PaintShopPro, and InDesign CS.

  8. #8
    Join Date
    Jan 2006
    Location
    Hicksville, NY
    Beans
    21
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: Partitioning in TB

    It's running off of a PCI-E card.

    I have to attempt fdisk again. If that doesn't work, then I will be trying LVM2.

    I'll post updates.

  9. #9
    Join Date
    Jan 2006
    Location
    Hicksville, NY
    Beans
    21
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: Partitioning in TB

    GOT IT!! I used parted and all is well. Now to work on why the Samba folder I created can't be opened by my Microshaft machine.

    Thanks for everyone's help!!

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
  •