Guest User

Untitled

a guest
Jan 12th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. root@ubuntu:~# fdisk -l
  2.  
  3. Disk /dev/sda: 160.0 GB, 160041885696 bytes
  4. 255 heads, 63 sectors/track, 19457 cylinders
  5. Units = cylinders of 16065 * 512 = 8225280 bytes
  6. Sector size (logical/physical): 512 bytes / 512 bytes
  7. I/O size (minimum/optimal): 512 bytes / 512 bytes
  8. Disk identifier: 0x0000b225
  9.  
  10. Device Boot Start End Blocks Id System
  11. /dev/sda1 * 1 19076 153219072 83 Linux
  12. /dev/sda2 19076 19458 3068929 5 Extended
  13. /dev/sda5 19076 19458 3068928 82 Linux swap / Solaris
  14.  
  15. Disk /dev/sdb: 8011 MB, 8011120640 bytes
  16. 255 heads, 63 sectors/track, 973 cylinders
  17. Units = cylinders of 16065 * 512 = 8225280 bytes
  18. Sector size (logical/physical): 512 bytes / 512 bytes
  19. I/O size (minimum/optimal): 512 bytes / 512 bytes
  20. Disk identifier: 0x00021209
  21.  
  22. Device Boot Start End Blocks Id System
  23. /dev/sdb1 * 1 973 7815591 c W95 FAT32 (LBA)
  24. root@ubuntu:~# free -m
  25. total used free shared buffers cached
  26. Mem: 1497 926 570 0 120 552
  27. -/+ buffers/cache: 254 1243
  28. Swap: 2996 0 2996
  29. root@ubuntu:~#
Add Comment
Please, Sign In to add comment