Advertisement
VecH

Untitled

Dec 16th, 2015
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. # fdisk -l /dev/sda
  2.  
  3. Disk /dev/sda: 111.8 GiB, 120034123776 bytes, 234441648 sectors
  4. Units: sectors of 1 * 512 = 512 bytes
  5. Sector size (logical/physical): 512 bytes / 512 bytes
  6. I/O size (minimum/optimal): 512 bytes / 512 bytes
  7. Disklabel type: gpt
  8. Disk identifier: EA3E9D4F-18C1-4544-8E4B-5DC9D3109F81
  9.  
  10. Device Start End Sectors Size Type
  11. /dev/sda1 34 2047 2014 1007K BIOS boot
  12. /dev/sda2 2048 262143 260096 127M EFI System
  13. /dev/sda3 262144 234441614 234179471 111.7G Linux LVM
  14.  
  15. root@home:/var/lib/vz# lvs
  16. LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
  17. data pve -wi-ao---- 10.00g
  18. root pve -wi-ao---- 25.00g
  19. swap pve -wi-ao---- 8.00g
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement