Advertisement
Guest User

Untitled

a guest
Aug 12th, 2014
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. secret-fire@secretfire-GA-78LMT-USB3 ~ $ sudo fdisk -l
  2. [sudo] password for secret-fire:
  3.  
  4. Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
  5. 255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
  6. Units = sectors of 1 * 512 = 512 bytes
  7. Sector size (logical/physical): 512 bytes / 4096 bytes
  8. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  9. Disk identifier: 0x00030573
  10.  
  11. Device Boot Start End Blocks Id System
  12. /dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
  13. /dev/sda2 206848 1953521663 976657408 7 HPFS/NTFS/exFAT
  14.  
  15. Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
  16. 255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
  17. Units = sectors of 1 * 512 = 512 bytes
  18. Sector size (logical/physical): 512 bytes / 4096 bytes
  19. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  20. Disk identifier: 0x0004acc8
  21.  
  22. Device Boot Start End Blocks Id System
  23. /dev/sdb1 2048 1920008191 960003072 83 Linux
  24. /dev/sdb2 1920010238 1953523711 16756737 5 Extended
  25. Partition 2 does not start on physical sector boundary.
  26. /dev/sdb5 1920010240 1953523711 16756736 82 Linux swap / Solaris
  27. Note: sector size is 4096 (not 512)
  28.  
  29. Disk /dev/sdc: 3000.6 GB, 3000592977920 bytes
  30. 255 heads, 63 sectors/track, 45600 cylinders, total 732566645 sectors
  31. Units = sectors of 1 * 4096 = 4096 bytes
  32. Sector size (logical/physical): 4096 bytes / 4096 bytes
  33. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  34. Disk identifier: 0x000077f9
  35.  
  36. Device Boot Start End Blocks Id System
  37. /dev/sdc1 2048 732565503 2930253824 83 Linux
  38. secret-fire@secretfire-GA-78LMT-USB3 ~ $ cat /etc/fstab
  39. # /etc/fstab: static file system information.
  40. #
  41. # Use 'blkid' to print the universally unique identifier for a
  42. # device; this may be used with UUID= as a more robust way to name devices
  43. # that works even if disks are added and removed. See fstab(5).
  44. #
  45. # <file system> <mount point> <type> <options> <dump> <pass>
  46. # / was on /dev/sdb1 during installation
  47. UUID=aa45dc5c-1dcc-46c5-a585-74607201559f / ext4 errors=remount-ro 0 1
  48. # swap was on /dev/sdb5 during installation
  49. UUID=28b2b8c1-8321-4d23-a184-15441ba42275 none swap sw 0 0
  50. secret-fire@secretfire-GA-78LMT-USB3 ~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement