xfs
lvm and friends
By abate - Posted on July 11th, 2008
Not a tutorial, just few lines to write down what I've done.
This command gives you information about all virtual groups
vgdisplay -v
Then, to create a logical group :
lvcreate -l 59581 -n data vg1
the -l option specifies the number of extent to allocate for this lv . You can see the number of available extents for a vg with the command above. This is useful to know when you want to create a lv using all the available space.
Then let's create an xfs fs on this lv : <code>

Recent comments
15 hours 32 min ago
1 week 5 days ago
4 weeks 23 hours ago
6 weeks 4 days ago
8 weeks 11 hours ago
37 weeks 3 days ago
41 weeks 2 days ago