/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

javier.io
| | myadventuresincoding.wordpress.com
2.7 parsecs away

Travel
| | I work in Linux every day, however it is not often that I have to setup a new data drive. As a result I always need to look up the commands. So I decided to create this post just as a quick reference. Note: For this example I was using Rocky9 Linux. View the Existing...
| | willhaley.com
2.9 parsecs away

Travel
| | Start with one drive. Create a spanned volume, volume group, and logical volume. pvcreate /dev/sdb vgcreate STORAGE1 /dev/sdb lvcreate -l +100%FREE STORAGE1 -n storage1 Add an additional disk (you could have done this in one step, but I want to illustrate adding a disk). pvcreate /dev/sdc vgextend STORAGE1 /dev/sdc lvextend -l +100%FREE /dev/STORAGE1/storage1 You can view the status of the physical and logical volumes. pvdisplay vgdisplay lvdisplay
| | www.claudiokuenzler.com
4.0 parsecs away

Travel
| | To mount additional block devices, such as another Logical Volume, into the LXC container, a dedicated fstab file can be created for the container.
| | blog.stigok.com
14.7 parsecs away

Travel
| All the links I visited for information about my preferred setup