/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

sathyasays.com
| | www.marcus-povey.co.uk
1.3 parsecs away

Travel
| | In Linux, it is possible to expand an existing filesystem over multiple disk drives. I recently had to do this for a few VPS as part of my day job, since they were running out of disk space and cau...
| | willhaley.com
3.1 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
| | trstringer.com
1.9 parsecs away

Travel
| | This is one of those things that I do so much but always need to think. So I'm going to create some documentation for myself, and maybe it'll help others. Specifically, I'm going to setup an external disk with encryption.
| | utf9k.net
6.1 parsecs away

Travel
| My self help guide to installing Arch