Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [root@host-192-168-1-33 ~]# df -h
- Filesystem Size Used Avail Use% Mounted on
- /dev/mapper/vg_main-lv_root
- 6.7G 937M 5.4G 15% /
- tmpfs 1.9G 0 1.9G 0% /dev/shm
- /dev/vda1 485M 37M 423M 8% /boot
- [root@host-192-168-1-33 ~]# fdisk -l
- WARNING: GPT (GUID Partition Table) detected on '/dev/vda'! The util fdisk doesn't support GPT. Use GNU Parted.
- Disk /dev/vda: 107.4 GB, 107374182400 bytes
- 255 heads, 63 sectors/track, 13054 cylinders
- Units = cylinders of 16065 * 512 = 8225280 bytes
- Sector size (logical/physical): 512 bytes / 512 bytes
- I/O size (minimum/optimal): 512 bytes / 512 bytes
- Disk identifier: 0x00000000
- Device Boot Start End Blocks Id System
- /dev/vda1 1 1306 10485759+ ee GPT
- Disk /dev/vdb: 10.7 GB, 10737418240 bytes
- 16 heads, 63 sectors/track, 20805 cylinders
- Units = cylinders of 1008 * 512 = 516096 bytes
- Sector size (logical/physical): 512 bytes / 512 bytes
- I/O size (minimum/optimal): 512 bytes / 512 bytes
- Disk identifier: 0x00000000
- Disk /dev/vdc: 2147 MB, 2147483648 bytes
- 16 heads, 63 sectors/track, 4161 cylinders
- Units = cylinders of 1008 * 512 = 516096 bytes
- Sector size (logical/physical): 512 bytes / 512 bytes
- I/O size (minimum/optimal): 512 bytes / 512 bytes
- Disk identifier: 0x00000000
- Disk /dev/mapper/vg_main-lv_swap: 1879 MB, 1879048192 bytes
- 255 heads, 63 sectors/track, 228 cylinders
- Units = cylinders of 16065 * 512 = 8225280 bytes
- Sector size (logical/physical): 512 bytes / 512 bytes
- I/O size (minimum/optimal): 512 bytes / 512 bytes
- Disk identifier: 0x00000000
- Disk /dev/mapper/vg_main-lv_root: 7247 MB, 7247757312 bytes
- 255 heads, 63 sectors/track, 881 cylinders
- Units = cylinders of 16065 * 512 = 8225280 bytes
- Sector size (logical/physical): 512 bytes / 512 bytes
- I/O size (minimum/optimal): 512 bytes / 512 bytes
- Disk identifier: 0x00000000
- [root@host-192-168-1-33 ~]# vgs
- VG #PV #LV #SN Attr VSize VFree
- vg_main 1 2 0 wz--n- 9.50g 1.00g
- [root@host-192-168-1-33 ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement