Advertisement
Guest User

Untitled

a guest
May 26th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.59 KB | None | 0 0
  1. danny@danny:~$ fdisk -l > fdisk && cat fdisk
  2. danny@danny:~$ sudo fdisk -l > fdisk && cat fdisk
  3.  
  4. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  5.  
  6.  
  7. WARNING: GPT (GUID Partition Table) detected on '/dev/sde'! The util fdisk doesn't support GPT. Use GNU Parted.
  8.  
  9.  
  10. WARNING: GPT (GUID Partition Table) detected on '/dev/sdf'! The util fdisk doesn't support GPT. Use GNU Parted.
  11.  
  12. Disk /dev/sdg doesn't contain a valid partition table
  13.  
  14. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  15. 255 heads, 63 sectors/track, 60801 cylinders
  16. Units = cylinders of 16065 * 512 = 8225280 bytes
  17. Sector size (logical/physical): 512 bytes / 512 bytes
  18. I/O size (minimum/optimal): 512 bytes / 512 bytes
  19. Disk identifier: 0x00000000
  20.  
  21.    Device Boot      Start         End      Blocks   Id  System
  22. /dev/sda1               1          26      204819+  ee  GPT
  23. /dev/sda2              26       30411   244065260   af  HFS / HFS+
  24. /dev/sda3           30427       43437   104500224    c  W95 FAT32 (LBA)
  25. /dev/sda4           43437       58366   119921664    c  W95 FAT32 (LBA)
  26.  
  27. Disk /dev/sdb: 320.1 GB, 320072933376 bytes
  28. 255 heads, 63 sectors/track, 38913 cylinders
  29. Units = cylinders of 16065 * 512 = 8225280 bytes
  30. Sector size (logical/physical): 512 bytes / 512 bytes
  31. I/O size (minimum/optimal): 512 bytes / 512 bytes
  32. Disk identifier: 0x00000001
  33.  
  34.    Device Boot      Start         End      Blocks   Id  System
  35. /dev/sdb1   *           1       38914   312568832    7  HPFS/NTFS
  36.  
  37. Disk /dev/sdc: 640.1 GB, 640135028736 bytes
  38. 255 heads, 63 sectors/track, 77825 cylinders
  39. Units = cylinders of 16065 * 512 = 8225280 bytes
  40. Sector size (logical/physical): 512 bytes / 512 bytes
  41. I/O size (minimum/optimal): 512 bytes / 512 bytes
  42. Disk identifier: 0xd6b5bf83
  43.  
  44.    Device Boot      Start         End      Blocks   Id  System
  45. /dev/sdc1               1       77826   625128448    7  HPFS/NTFS
  46.  
  47. Disk /dev/sdd: 1000.2 GB, 1000204886016 bytes
  48. 255 heads, 63 sectors/track, 121601 cylinders
  49. Units = cylinders of 16065 * 512 = 8225280 bytes
  50. Sector size (logical/physical): 512 bytes / 512 bytes
  51. I/O size (minimum/optimal): 512 bytes / 512 bytes
  52. Disk identifier: 0x9c09cb02
  53.  
  54.    Device Boot      Start         End      Blocks   Id  System
  55. /dev/sdd1   *           1      121602   976759808    7  HPFS/NTFS
  56.  
  57. Disk /dev/sde: 320.1 GB, 320072933376 bytes
  58. 255 heads, 63 sectors/track, 38913 cylinders
  59. Units = cylinders of 16065 * 512 = 8225280 bytes
  60. Sector size (logical/physical): 512 bytes / 512 bytes
  61. I/O size (minimum/optimal): 512 bytes / 512 bytes
  62. Disk identifier: 0x06ffe2fa
  63.  
  64.    Device Boot      Start         End      Blocks   Id  System
  65. /dev/sde1               1       38914   312567804    7  HPFS/NTFS
  66.  
  67. Disk /dev/sdf: 8036 MB, 8036285952 bytes
  68. 255 heads, 63 sectors/track, 977 cylinders
  69. Units = cylinders of 16065 * 512 = 8225280 bytes
  70. Sector size (logical/physical): 512 bytes / 512 bytes
  71. I/O size (minimum/optimal): 512 bytes / 512 bytes
  72. Disk identifier: 0x00000000
  73.  
  74.    Device Boot      Start         End      Blocks   Id  System
  75. /dev/sdf1               1         978     7847935   ee  GPT
  76. Partition 1 has different physical/logical beginnings (non-Linux?):
  77.      phys=(1023, 254, 63) logical=(0, 0, 2)
  78. Partition 1 has different physical/logical endings:
  79.      phys=(1023, 254, 63) logical=(977, 5, 51)
  80.  
  81. Disk /dev/sdg: 4007 MB, 4007657472 bytes
  82. 124 heads, 62 sectors/track, 1018 cylinders
  83. Units = cylinders of 7688 * 512 = 3936256 bytes
  84. Sector size (logical/physical): 512 bytes / 512 bytes
  85. I/O size (minimum/optimal): 512 bytes / 512 bytes
  86. Disk identifier: 0x00000000
  87.  
  88. danny@danny:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement