Guest User

fdisk and part -l results

a guest
Sep 14th, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. sudo fdisk -l
  2. Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  3. Units: sectors of 1 * 512 = 512 bytes
  4. Sector size (logical/physical): 512 bytes / 4096 bytes
  5. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  6. Disklabel type: dos
  7. Disk identifier: 0x178ed03b
  8.  
  9. Device Boot Start End Sectors Size Id Type
  10. /dev/sda1 * 2048 1951799072 1951797025 930.7G 7 HPFS/NTFS/exFAT
  11. /dev/sda2 1951799296 1953519615 1720320 840M 27 Hidden NTFS WinRE
  12.  
  13.  
  14. Disk /dev/sdb: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  15. Units: sectors of 1 * 512 = 512 bytes
  16. Sector size (logical/physical): 512 bytes / 4096 bytes
  17. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  18. Disklabel type: dos
  19. Disk identifier: 0x60f5f087
  20.  
  21. Device Boot Start End Sectors Size Id Type
  22. /dev/sdb1 * 2048 199999487 199997440 95.4G 83 Linux
  23. /dev/sdb2 200001534 201717759 1716226 838M 5 Extended
  24. /dev/sdb5 200001536 201717759 1716224 838M 82 Linux swap / Solaris
  25.  
  26. Partition 2 does not start on physical sector boundary.
  27.  
  28. sudo parted -l
  29. Model: ATA ST1000DM003-1ER1 (scsi)
  30. Disk /dev/sda: 1000GB
  31. Sector size (logical/physical): 512B/4096B
  32. Partition Table: msdos
  33. Disk Flags:
  34.  
  35. Number Start End Size Type File system Flags
  36. 1 1049kB 999GB 999GB primary ntfs boot
  37. 2 999GB 1000GB 881MB primary ntfs diag
  38.  
  39.  
  40. Model: ATA WDC WD1003FZEX-0 (scsi)
  41. Disk /dev/sdb: 1000GB
  42. Sector size (logical/physical): 512B/4096B
  43. Partition Table: msdos
  44. Disk Flags:
  45.  
  46. Number Start End Size Type File system Flags
  47. 1 1049kB 102GB 102GB primary ext4 boot
  48. 2 102GB 103GB 879MB extended
  49. 5 102GB 103GB 879MB logical linux-swap(v1)
Advertisement
Add Comment
Please, Sign In to add comment