Advertisement
Guest User

Untitled

a guest
Dec 20th, 2021
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. $ sudo sgdisk -p /dev/nvme0n1
  2. [ 29.352950] nvme0n1: p1 p2 p3 p4 p5 p6 p7
  3. Disk /dev/nvme0n1: 244276265 sectors, 931.8 GiB
  4. Model: APPLE SSD AP1024Q
  5. Sector size (logical/physical): 4096/4096 bytes
  6. Disk identifier (GUID): 27054D2E-307A-41AA-9A8C-3864D56FAF6B
  7. Partition table holds up to 128 entries
  8. Main partition table begins at sector 2 and ends at sector 5
  9. First usable sector is 6, last usable sector is 244276259
  10. Partitions will be aligned on 1-sector boundaries
  11. Total free space is 115 sectors (460.0 KiB)
  12.  
  13. Number Start (sector) End (sector) Size Code Name
  14. 1 6 128005 500.0 MiB FFFF iBootSystemContainer
  15. 2 128006 122198317 465.7 GiB AF0A Container
  16. 3 122198318 123419020 4.7 GiB AF0A
  17. 4 123419136 183192063 228.0 GiB 0700
  18. 5 183192064 185813503 10.0 GiB 8300 Linux filesystem
  19. 6 242965551 244276259 5.0 GiB FFFF RecoveryOSContainer
  20. 7 185813504 242965550 218.0 GiB 8300 Linux filesystem
  21.  
  22.  
  23.  
  24. -bash-3.2# diskutil list /dev/disk0
  25. /dev/disk0 (internal):
  26. #: TYPE NAME SIZE IDENTIFIER
  27. 0: GUID_partition_scheme 1.0 TB disk0
  28. 1: Apple_APFS_ISC ⁨⁩ 524.3 MB disk0s1
  29. 2: Apple_APFS ⁨Container disk4⁩ 500.0 GB disk0s2
  30. 3: Apple_APFS ⁨Container disk2⁩ 5.0 GB disk0s3
  31. 4: Microsoft Basic Data ⁨⁩ 244.8 GB disk0s4
  32. 5: Linux Filesystem ⁨⁩ 10.7 GB disk0s5
  33. (free space) 234.1 GB -
  34. 6: Apple_APFS_Recovery ⁨⁩ 5.4 GB disk0s6
  35. 7: Linux Filesystem ⁨⁩ 234.1 GB disk0s7
  36. (free space) 5.4 GB -
  37. -bash-3.2#
  38.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement