ZFS: Difference between revisions
update partitioning tasks to follow a complete example with gdisk |
No edit summary |
||
Line 100: | Line 100: | ||
OK; writing new GUID partition table (GPT) to /dev/nvme0n1. | OK; writing new GUID partition table (GPT) to /dev/nvme0n1. | ||
The operation has completed successfully. | The operation has completed successfully. | ||
</syntaxhighlight> | |||
Final partition table | |||
<syntaxhighlight lang=bash> | |||
Number Start (sector) End (sector) Size Code Name | |||
1 2048 2099199 1024.0 MiB EF00 EFI system partition | |||
2 2099200 10487807 4.0 GiB 8200 Linux swap | |||
3 10487808 1000215175 471.9 GiB 8300 Linux filesystem | |||
</syntaxhighlight> | </syntaxhighlight> | ||