Advertisement
Guest User

Untitled

a guest
May 26th, 2014
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. [root@host-192-168-1-33 ~]# df -h
  2. Filesystem Size Used Avail Use% Mounted on
  3. /dev/mapper/vg_main-lv_root
  4. 6.7G 937M 5.4G 15% /
  5. tmpfs 1.9G 0 1.9G 0% /dev/shm
  6. /dev/vda1 485M 37M 423M 8% /boot
  7. [root@host-192-168-1-33 ~]# fdisk -l
  8.  
  9. WARNING: GPT (GUID Partition Table) detected on '/dev/vda'! The util fdisk doesn't support GPT. Use GNU Parted.
  10.  
  11.  
  12. Disk /dev/vda: 107.4 GB, 107374182400 bytes
  13. 255 heads, 63 sectors/track, 13054 cylinders
  14. Units = cylinders of 16065 * 512 = 8225280 bytes
  15. Sector size (logical/physical): 512 bytes / 512 bytes
  16. I/O size (minimum/optimal): 512 bytes / 512 bytes
  17. Disk identifier: 0x00000000
  18.  
  19. Device Boot Start End Blocks Id System
  20. /dev/vda1 1 1306 10485759+ ee GPT
  21.  
  22. Disk /dev/vdb: 10.7 GB, 10737418240 bytes
  23. 16 heads, 63 sectors/track, 20805 cylinders
  24. Units = cylinders of 1008 * 512 = 516096 bytes
  25. Sector size (logical/physical): 512 bytes / 512 bytes
  26. I/O size (minimum/optimal): 512 bytes / 512 bytes
  27. Disk identifier: 0x00000000
  28.  
  29.  
  30. Disk /dev/vdc: 2147 MB, 2147483648 bytes
  31. 16 heads, 63 sectors/track, 4161 cylinders
  32. Units = cylinders of 1008 * 512 = 516096 bytes
  33. Sector size (logical/physical): 512 bytes / 512 bytes
  34. I/O size (minimum/optimal): 512 bytes / 512 bytes
  35. Disk identifier: 0x00000000
  36.  
  37.  
  38. Disk /dev/mapper/vg_main-lv_swap: 1879 MB, 1879048192 bytes
  39. 255 heads, 63 sectors/track, 228 cylinders
  40. Units = cylinders of 16065 * 512 = 8225280 bytes
  41. Sector size (logical/physical): 512 bytes / 512 bytes
  42. I/O size (minimum/optimal): 512 bytes / 512 bytes
  43. Disk identifier: 0x00000000
  44.  
  45.  
  46. Disk /dev/mapper/vg_main-lv_root: 7247 MB, 7247757312 bytes
  47. 255 heads, 63 sectors/track, 881 cylinders
  48. Units = cylinders of 16065 * 512 = 8225280 bytes
  49. Sector size (logical/physical): 512 bytes / 512 bytes
  50. I/O size (minimum/optimal): 512 bytes / 512 bytes
  51. Disk identifier: 0x00000000
  52.  
  53. [root@host-192-168-1-33 ~]# vgs
  54. VG #PV #LV #SN Attr VSize VFree
  55. vg_main 1 2 0 wz--n- 9.50g 1.00g
  56. [root@host-192-168-1-33 ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement