Replies: 1 comment
-
I my answers by testing. The answers: The space between the option, and the argument, is optional. I does not have to be there. The command works as well with, and without, it. The partition numbers can be assigned in any order. They need not increment by a value of one in every subsequent sgdisk command. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using sgdisk to partition SSD drives for ZFS, to be used for an Ubuntu installation.
How important is it there be a space between the option and its argument? In other words would these two commands be equivalent:
?
While assigning partition numbers with the -n option, is it necessary these numbers be incremented only by 1 every subsequent sgdisk command? Or is the order the numbers used to assign a partition unimportant? In other words would this command sequence:
be as valid as this one:
?
Can a partition number be skipped, and not used? Such as, for example, is this sequence valid:
Where the number 3 is never used to create a partition with?
Beta Was this translation helpful? Give feedback.
All reactions