Skip to content

Instantly share code, notes, and snippets.

@emilazy
Last active May 20, 2020 15:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emilazy/2fcce4d053b28d0132cf5fdc3a92754a to your computer and use it in GitHub Desktop.
Save emilazy/2fcce4d053b28d0132cf5fdc3a92754a to your computer and use it in GitHub Desktop.
emily@renko ~> doas gdisk -l /dev/disk/by-id/nvme-PM981_NVMe_Samsung_1024GB__S3ZGNB0K703097
Please touch the device.
GPT fdisk (gdisk) version 1.0.5
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present
Found valid GPT with protective MBR; using GPT.
Disk /dev/disk/by-id/nvme-PM981_NVMe_Samsung_1024GB__S3ZGNB0K703097: 2000409264 sectors, 953.9 GiB
Sector size (logical/physical): 512/512 bytes
Disk identifier (GUID): 8394ACE8-9995-41F7-AD2F-733F373F05C3
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 2000409230
Partitions will be aligned on 2048-sector boundaries
Total free space is 2014 sectors (1007.0 KiB)
Number Start (sector) End (sector) Size Code Name
1 2048 2099199 1024.0 MiB EF00 renko-boot
2 2099200 35653631 16.0 GiB 8308 renko-swap
3 35653632 2000409230 936.9 GiB BF00 renko-zpool
emily@patchouli ~> sudo gdisk -l /dev/disk/by-id/ata-ST33000650NS_Z295NG16
GPT fdisk (gdisk) version 1.0.5
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present
Found valid GPT with protective MBR; using GPT.
Disk /dev/disk/by-id/ata-ST33000650NS_Z295NG16: 5860533168 sectors, 2.7 TiB
Sector size (logical/physical): 512/512 bytes
Disk identifier (GUID): AF3A7CC6-0D03-4E7B-B0EE-D02DC79C27DE
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 5860533134
Partitions will be aligned on 2048-sector boundaries
Total free space is 2014 sectors (1007.0 KiB)
Number Start (sector) End (sector) Size Code Name
1 2048 4196351 2.0 GiB EF00 patchouli-boot
2 4196352 5860533134 2.7 TiB BF00 patchouli-zpool1
emily@patchouli ~> sudo gdisk -l /dev/disk/by-id/ata-ST33000650NS_Z295NFMH
GPT fdisk (gdisk) version 1.0.5
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present
Found valid GPT with protective MBR; using GPT.
Disk /dev/disk/by-id/ata-ST33000650NS_Z295NFMH: 5860533168 sectors, 2.7 TiB
Sector size (logical/physical): 512/512 bytes
Disk identifier (GUID): A83675E7-FB7C-4944-B4E7-B1B0876DB4CD
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 5860533134
Partitions will be aligned on 2048-sector boundaries
Total free space is 2014 sectors (1007.0 KiB)
Number Start (sector) End (sector) Size Code Name
1 2048 4196351 2.0 GiB 8308 patchouli-swap
2 4196352 5860533134 2.7 TiB BF00 patchouli-zpool2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment