>>>>> "Jim" == Jim Thomas <tho...@cfht.hawaii.edu> writes:

 Jim> Of course I now see that the help command says it is

 Jim>     mkpart PART-TYPE [FS-TYPE] START END     make a partition

But it is not "PART_TYPE" but "NAME".

    [r...@test:~/] # parted --script /dev/sdb mklabel gpt
    [r...@test:~/] # parted -- /dev/sdb mkpart root 0GB 44GB
    Information: You may need to update /etc/fstab.

    [r...@test:~/] # parted --script /dev/sdb p
    Model: AMCC 9650SE-8LP DISK (scsi)
    Disk /dev/sdb: 7000GB
    Sector size (logical/physical): 512B/512B
    Partition Table: gpt

    Number  Start   End     Size    File system  Name  Flags
     1      17.4kB  44.0GB  44.0GB  xfs          root

    [r...@test:~/] #

Jim


_______________________________________________
bug-parted mailing list
bug-parted@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-parted

Reply via email to