

Starfighter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2019
04:54 AM
- 1,229 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.
2 Replies


Starfighter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2019
10:58 AM
- 1,220 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


Starfighter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2019
02:53 AM
- 1,201 Views
Join the discussion
You must log in to join this conversation.