- http://www-128.ibm.com/developerworks/library/l-lvm/
- http://www-128.ibm.com/developerwork...ry/l-lvm2.html
- http://www.redhat.com/docs/manuals/e...id-manual.html
- http://www.tldp.org/HOWTO/LVM-HOWTO/
From: http://www.howtoforge.com/linux_lvm
pvcreate /dev/md0
vgcreate imagestore /dev/md0
lvcreate --name ASZenData --size 500G imagestore
lvcreate --name ASZenSystem --size 10G imagestore
lvcreate --name VirtualBoxMachines --size 20G imagestore
mkfs.ext4 -m 1 /dev/imagestore/VirtualBoxMachines
No comments:
Post a Comment