tuxmartin

Untitled

Dec 18th, 2016
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. martin martin # export LANG=C
  2. martin martin #
  3. martin martin # fdisk -l /dev/sda
  4. Disk /dev/sda: 223.6 GiB, 240057409536 bytes, 468862128 sectors
  5. Units: sectors of 1 * 512 = 512 bytes
  6. Sector size (logical/physical): 512 bytes / 4096 bytes
  7. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  8. Disklabel type: dos
  9. Disk identifier: 0xb0f44006
  10.  
  11. Device Boot Start End Sectors Size Id Type
  12. /dev/sda1 * 2048 249855 247808 121M ef EFI (FAT-12/16/32)
  13. /dev/sda2 249856 749567 499712 244M 83 Linux
  14. /dev/sda3 749568 468860927 468111360 223.2G 83 Linux
  15. martin martin #
  16. martin martin # gdisk -l /dev/sda
  17. GPT fdisk (gdisk) version 1.0.1
  18.  
  19. Partition table scan:
  20. MBR: MBR only
  21. BSD: not present
  22. APM: not present
  23. GPT: not present
  24.  
  25.  
  26. ***************************************************************
  27. Found invalid GPT and valid MBR; converting MBR to GPT format
  28. in memory.
  29. ***************************************************************
  30.  
  31. Disk /dev/sda: 468862128 sectors, 223.6 GiB
  32. Logical sector size: 512 bytes
  33. Disk identifier (GUID): 5C37FE52-A3BE-48DA-82C3-80A041B5A7E2
  34. Partition table holds up to 128 entries
  35. First usable sector is 34, last usable sector is 468862094
  36. Partitions will be aligned on 2048-sector boundaries
  37. Total free space is 3181 sectors (1.6 MiB)
  38.  
  39. Number Start (sector) End (sector) Size Code Name
  40. 1 2048 249855 121.0 MiB EF00 EFI System
  41. 2 249856 749567 244.0 MiB 8300 Linux filesystem
  42. 3 749568 468860927 223.2 GiB 8300 Linux filesystem
  43. martin martin #
Advertisement
Add Comment
Please, Sign In to add comment