Commit 291b044e by Rinat K. Nugaev

Add new file

parents
linux lvm
pvcreate /dev/sdb
pvs
pvdisplay /dev/sdb
vgcreate vg00 /dev/sdb /dev/sdc
vgdisplay vg00
#lvcreate -n vol_projects -L 10G vg00
lvcreate -n vol_backups -l 100%FREE vg00
lvdisplay
mkfs.xfs /dev/mapper/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment