Advertisement
Guest User

Untitled

a guest
Feb 14th, 2014
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. # fdisk -l
  2.  
  3. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  4. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  5. Units = sectors of 1 * 512 = 512 bytes
  6. Sector size (logical/physical): 512 bytes / 512 bytes
  7. I/O size (minimum/optimal): 512 bytes / 512 bytes
  8. Disk identifier: 0x000ea166
  9.  
  10. Device Boot Start End Blocks Id System
  11. /dev/sda1 * 2048 487423 242688 83 Linux
  12. /dev/sda2 489470 976771071 488140801 5 Extended
  13. /dev/sda5 489472 976582655 488046592 83 Linux
  14. /dev/sda6 976584704 976771071 93184 82 Linux swap / Solaris
  15. root@h74-121-183-195:/# df -h
  16. Filesystem Size Used Avail Use% Mounted on
  17. /dev/sda5 459G 316G 120G 73% /
  18. udev 12G 4.0K 12G 1% /dev
  19. tmpfs 4.8G 300K 4.8G 1% /run
  20. none 5.0M 0 5.0M 0% /run/lock
  21. none 12G 4.0K 12G 1% /run/shm
  22. /dev/sda1 223M 24M 187M 12% /boot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement