vendredi 22 avril 2011

Linux - LVM Command

Extension 
lvextend -L +800 /dev/mynew_vg/vol01
resize2fs  /dev/mynew_vg/vol01 
Création
lvcreate -L 1000 -n vol02 mynew_vg 
mkfs.ext3 -m 0 /dev/mynew_vg/vol01
+ mise à jour /etc/fstab
Pour plus d'informations:
http://www.linuxconfig.org/Linux_lvm_-_Logical_Volume_Manager 

Aucun commentaire:

Enregistrer un commentaire