Advertisement
Guest User

Untitled

a guest
Mar 11th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1.  
  2. [root@... ~]# fdisk -u -l /dev/sdb
  3.  
  4. Disk /dev/sdb: 512.1 GB, 512110190592 bytes
  5. 255 heads, 63 sectors/track, 62260 cylinders, total 1000215216 sectors
  6. Units = sectors of 1 * 512 = 512 bytes
  7. Sector size (logical/physical): 512 bytes / 512 bytes
  8. I/O size (minimum/optimal): 512 bytes / 512 bytes
  9. Disk identifier: 0x00093603
  10.  
  11. Device Boot Start End Blocks Id System
  12. /dev/sdb1 * 2048 102402047 51200000 fd Linux raid autodetect
  13. /dev/sdb2 102402048 118786047 8192000 fd Linux raid autodetect
  14. /dev/sdb3 118786048 1000214527 440714240 fd Linux raid autodetect
  15. [root@... ~]# fdisk -u -l /dev/sdc
  16.  
  17. Disk /dev/sdc: 512.1 GB, 512110190592 bytes
  18. 255 heads, 63 sectors/track, 62260 cylinders, total 1000215216 sectors
  19. Units = sectors of 1 * 512 = 512 bytes
  20. Sector size (logical/physical): 512 bytes / 512 bytes
  21. I/O size (minimum/optimal): 512 bytes / 512 bytes
  22. Disk identifier: 0x000af960
  23.  
  24. Device Boot Start End Blocks Id System
  25. /dev/sdc1 * 2048 102402047 51200000 fd Linux raid autodetect
  26. /dev/sdc2 102402048 118786047 8192000 fd Linux raid autodetect
  27. /dev/sdc3 118786048 1000214527 440714240 fd Linux raid autodetect
  28. [root@... ~]# fdisk -u -l /dev/sdd
  29.  
  30. WARNING: GPT (GUID Partition Table) detected on '/dev/sdd'! The util fdisk doesn't support GPT. Use GNU Parted.
  31.  
  32.  
  33. Disk /dev/sdd: 512.1 GB, 512110190592 bytes
  34. 255 heads, 63 sectors/track, 62260 cylinders, total 1000215216 sectors
  35. Units = sectors of 1 * 512 = 512 bytes
  36. Sector size (logical/physical): 512 bytes / 512 bytes
  37. I/O size (minimum/optimal): 512 bytes / 512 bytes
  38. Disk identifier: 0x00000000
  39.  
  40. Device Boot Start End Blocks Id System
  41. /dev/sdd1 1 1000215215 500107607+ ee GPT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement