cancel
Showing results for 
Search instead for 
Did you mean: 
jeesshnasree
Flight Engineer
Flight Engineer
  • 836 Views

could you please provide lvm configuration step by step with instructions and prerequisites on RHEL

Hi all,

 

if possible could you please provide lvm  ,vgcreate, lvcreate, mkfs required steps (step by step) and syntax and examples with output.

0 Kudos
2 Replies
Lisenet
Starfighter Starfighter
Starfighter
  • 827 Views

Here are some examples for you:

# pvcreate /dev/sdb
# vgcreate vg_name /dev/sdb
# lvcreate --name lv_name --size 1G vg_name
# mkfs.xfs /dev/vg_name/lv_name

 

0 Kudos
jeesshnasree
Flight Engineer
Flight Engineer
  • 808 Views

hi @Lisenet,

 

Thanks .if its possible , could you please share one example step by step .

0 Kudos
Join the discussion
You must log in to join this conversation.