Advertisement
Guest User

Untitled

a guest
Sep 14th, 2014
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. ubuntu@ubuntu:~$ sudo fdisk -lu > ~/Desktop/past.txt
  2.  
  3. WARNING: GPT (GUID Partition Table) detected on '/dev/sdd'! The util fdisk doesn't support GPT. Use GNU Parted.
  4.  
  5.  
  6. WARNING: GPT (GUID Partition Table) detected on '/dev/sdd1'! The util fdisk doesn't support GPT. Use GNU Parted.
  7.  
  8.  
  9. Then:
  10.  
  11. Disk /dev/sdd: 15.8 GB, 15812526080 bytes
  12. 255 heads, 63 sectors/track, 1922 cylinders, total 30883840 sectors
  13. Units = sectors of 1 * 512 = 512 bytes
  14. Sector size (logical/physical): 512 bytes / 512 bytes
  15. I/O size (minimum/optimal): 512 bytes / 512 bytes
  16. Disk identifier: 0x1b45097d
  17.  
  18. Device Boot Start End Blocks Id System
  19. /dev/sdd1 * 0 2009087 1004544 0 Empty
  20. /dev/sdd2 1943108 1947779 2336 ef EFI (FAT-12/16/32)
  21.  
  22. Disk /dev/sdd1: 1028 MB, 1028653056 bytes
  23. 255 heads, 63 sectors/track, 125 cylinders, total 2009088 sectors
  24. Units = sectors of 1 * 512 = 512 bytes
  25. Sector size (logical/physical): 512 bytes / 512 bytes
  26. I/O size (minimum/optimal): 512 bytes / 512 bytes
  27. Disk identifier: 0x1b45097d
  28.  
  29. Device Boot Start End Blocks Id System
  30. /dev/sdd1p1 * 0 2009087 1004544 0 Empty
  31. /dev/sdd1p2 1943108 1947779 2336 ef EFI (FAT-12/16/32)
  32.  
  33. Disk /dev/sde: 500.1 GB, 500107862016 bytes
  34. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  35. Units = sectors of 1 * 512 = 512 bytes
  36. Sector size (logical/physical): 512 bytes / 4096 bytes
  37. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  38. Disk identifier: 0x00069a28
  39.  
  40. Device Boot Start End Blocks Id System
  41. /dev/sde1 * 2048 1464319 731136 83 Linux
  42. /dev/sde2 1466366 548337663 273435649 5 Extended
  43. Partition 2 does not start on physical sector boundary.
  44. /dev/sde5 1466368 60057599 29295616 83 Linux
  45. /dev/sde6 60059648 509276159 224608256 83 Linux
  46. /dev/sde7 509278208 548337663 19529728 82 Linux swap / Solaris
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement