mirror of
https://github.com/SeanOMik/YubiKey-Guide.git
synced 2025-02-16 21:50:01 +00:00
Merge pull request #288 from watermelonpizza/master
Use GPT instead of MBR
This commit is contained in:
commit
2cbfcfba49
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
@ -988,8 +988,8 @@ Be careful before using the write command.
|
||||||
Device does not contain a recognized partition table.
|
Device does not contain a recognized partition table.
|
||||||
Created a new DOS disklabel with disk identifier 0x3c1ad14a.
|
Created a new DOS disklabel with disk identifier 0x3c1ad14a.
|
||||||
|
|
||||||
Command (m for help): o
|
Command (m for help): g
|
||||||
Created a new DOS disklabel with disk identifier 0xd756b789.
|
Created a new GPT disklabel (GUID: 4E7495FD-85A3-3E48-97FC-2DD8D41516C3).
|
||||||
|
|
||||||
Command (m for help): w
|
Command (m for help): w
|
||||||
The partition table has been altered.
|
The partition table has been altered.
|
||||||
|
@ -1103,8 +1103,9 @@ $ doas disklabel -h sd2
|
||||||
Initialize the disk by creating an `a` partition with FS type `RAID` and size of 25 Megabytes:
|
Initialize the disk by creating an `a` partition with FS type `RAID` and size of 25 Megabytes:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ doas fdisk -iy sd2
|
$ doas fdisk -giy sd2
|
||||||
Writing MBR at offset 0.
|
Writing MBR at offset 0.
|
||||||
|
Writing GPT.
|
||||||
|
|
||||||
$ doas disklabel -E sd2
|
$ doas disklabel -E sd2
|
||||||
Label editor (enter '?' for help at any prompt)
|
Label editor (enter '?' for help at any prompt)
|
||||||
|
@ -1129,8 +1130,9 @@ softraid0: CRYPTO volume attached as sd3
|
||||||
Create an `i` partition on the new crypto volume and the filesystem:
|
Create an `i` partition on the new crypto volume and the filesystem:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ doas fdisk -iy sd3
|
$ doas fdisk -giy sd3
|
||||||
Writing MBR at offset 0.
|
Writing MBR at offset 0.
|
||||||
|
Writing GPT.
|
||||||
|
|
||||||
$ doas disklabel -E sd3
|
$ doas disklabel -E sd3
|
||||||
Label editor (enter '?' for help at any prompt)
|
Label editor (enter '?' for help at any prompt)
|
||||||
|
|
Loading…
Add table
Reference in a new issue