Results 1 to 5 of 5

Thread: create HFS+ partition from GParted LiveCD's terminal

  1. #1
    Join Date
    Jul 2008
    Location
    Woodstock Cape Town RSA
    Beans
    1,030
    Distro
    Ubuntu 20.04 Focal Fossa

    Thumbs down create HFS+ partition from GParted LiveCD's terminal

    I am trying to create an HFS+ partition, but none of the online links are up. Anyone know how to create HFS+ partition from GParted LiveCD's terminal?

    The Gparted in the repositories for Ubuntu Hardy have HFS+ greyed out. This might be something to do with a legal issue because HFS+ is an Apple file system. However, many Macusers duel boot with Ubuntu, so there is no intrinsic reason not to allow this kind of support.

    Anybody with a work around?

  2. #2
    Join Date
    Apr 2006
    Location
    Dallas, TX
    Beans
    1,359
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: create HFS+ partition from GParted LiveCD's terminal

    If you're just trying to create a partition, it should work. It looks like the only thing you can't do with HSF+ in gparted is "grow":

    http://gparted.sourceforge.net/features.php

    If you want to do it from the command line, you'll probably at least need the hfsprogs package...

  3. #3
    Join Date
    Jul 2008
    Location
    Woodstock Cape Town RSA
    Beans
    1,030
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: create HFS+ partition from GParted LiveCD's terminal

    I found this on the gparted forum

    the link you gave does say hfs+ is supported, after installing hfsprogs.
    i did so, now i can detect, read, shrink, move and copy hfs+, but not create, grow, check and read label!

    but somewhere i red hfsprogs is actually the commands mkfs and fsck for hfs and hfs+ filesystems.
    so i tried this:

    mkfs.hfsplus /dev/hdb1(or whatever your hd is)

    and it worked!!!
    so, install hsfprogs and format with the terminal.
    i guess gparted just does not detect hfsprogs properly.
    HFSsprogs is installed. I can created HFS+ in terminal, but it greyed out in Gparted. Need to use Gparted, because the label is now "untitled" and am having trouble copyying stuff over to the partition.

  4. #4
    Join Date
    Oct 2010
    Location
    Toronto, Canada
    Beans
    13

    Re: create HFS+ partition from GParted LiveCD's terminal

    Quote Originally Posted by afrodeity View Post
    I found this on the gparted forum

    HFSsprogs is installed. I can created HFS+ in terminal, but it greyed out in Gparted. Need to use Gparted, because the label is now "untitled" and am having trouble copyying stuff over to the partition.
    hfs+ partition label can be set while making the partition in terminal:

    Code:
    sudo mkfs.hfsplus -v LABEL /dev/sdaN

  5. #5
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: create HFS+ partition from GParted LiveCD's terminal

    Closed, please don't bump old threads.

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
  •