> "JimM" == Jim Meyering writes:
JimM> Jim Thomas wrote:
>>> "JimT" == Jim Thomas writes:
JimT> Except that it does not :<
JimT> [r...@test:~/] # parted --script /dev/sdb mklabel gpt
JimT> [r...@test:~/] # parted --script -- /dev/sdb mkpart gpt 0 -1s
JimT> Error: You requested a
Jim Thomas wrote:
>> "Jim" == Jim Thomas writes:
>
> Jim> Except that it does not :<
>
> Jim> [r...@test:~/] # parted --script /dev/sdb mklabel gpt
> Jim> [r...@test:~/] # parted --script -- /dev/sdb mkpart gpt 0 -1s
> Jim> Error: You requested a partition from 0.00B to 7000GB.
> "Jim" == Jim Thomas 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/s
> "Jim" == Jim Thomas writes:
Jim> Except that it does not :<
Jim> [r...@test:~/] # parted --script /dev/sdb mklabel gpt
Jim> [r...@test:~/] # parted --script -- /dev/sdb mkpart gpt 0 -1s
Jim> Error: You requested a partition from 0.00B to 7000GB.
Jim> The closest locati
> "Jim" == Jim Thomas writes:
Jim> I'm trying to use parted to initialize a 7TB "disk" that will end up
Jim> with xfs as its file system. I got it to work in interactive mode
Jim> after some experimenting. But I'd like to be able to use the command
Jim> line.
Jim> Of course I now see
> "Jim" == Jim Thomas writes:
Jim> I'm trying to use parted to initialize a 7TB "disk" that will end up
Jim> with xfs as its file system. I got it to work in interactive mode
Jim> after some experimenting. But I'd like to be able to use the command
Jim> line.
Aloha,
Of course I now se