|
/Admin/LVM:
Create a new logical volume / partition[1]:
Create the logical volume:
lvcreate --size 200G volgroupname -n scratch
Format the volume:
mkfs.ext3 /dev/volgroupname/scratch
Create an entry in /etc/fstab to mount the volume:
/dev/volgroupname/scratch /scratch ext3 defaults 0 2
Then create the /scratch directory and mount it.
[1] https://wiki.archlinux.org/index.php/LVM
posted at: 04:19 | path: /Admin/LVM | permanent link to this entry