Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. [root@localhost ~]# free -m
  2. total used free shared buffers cached
  3. Mem: 7860 1348 6511 0 38 355
  4. -/+ buffers/cache: 954 6905
  5. Swap: 4095 0 4095
  6. [root@localhost ~]# fdisk -l /dev/dm-0
  7.  
  8. Disk /dev/dm-0: 319.9 GB, 319865782272 bytes
  9. 255 heads, 63 sectors/track, 38888 cylinders, total 624737856 sectors
  10. Units = sectors of 1 * 512 = 512 bytes
  11. Sector size (logical/physical): 512 bytes / 512 bytes
  12. I/O size (minimum/optimal): 512 bytes / 512 bytes
  13. Disk identifier: 0x000908c1
  14.  
  15. Device Boot Start End Blocks Id System
  16. /dev/dm-0p1 * 2048 2099199 1048576 83 Linux
  17. /dev/dm-0p2 2099200 35653631 16777216 83 Linux
  18. /dev/dm-0p3 35653632 44042239 4194304 82 Linux swap / Solaris
  19. /dev/dm-0p4 44042240 624736255 290347008 83 Linux
  20. [root@localhost ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement