X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=local-lvm.adoc;h=2489b9d140d83b7c036ccaf4762986a6a43568d1;hp=0bc603220c33b9479c9c1cb574debde396c6f43e;hb=856993e4166495537f42e0b9c3a51c966227feab;hpb=d2b02c4d0e00a288042a0d85f3364820c3f82ca0 diff --git a/local-lvm.adoc b/local-lvm.adoc index 0bc6032..2489b9d 100644 --- a/local-lvm.adoc +++ b/local-lvm.adoc @@ -1,3 +1,4 @@ +[[chapter_lvm]] Logical Volume Manager (LVM) ---------------------------- ifdef::wiki[] @@ -72,7 +73,7 @@ Creating a Volume Group Let's assume we have an empty disk `/dev/sdb`, onto which we want to create a volume group named ``vmdata''. -CAUTION: Please not that the following commands will destroy all +CAUTION: Please note that the following commands will destroy all existing data on `/dev/sdb`. First create a partition. @@ -104,7 +105,7 @@ A real world example: Now a filesystem must be created on the LV. - # mkfs.ext4 /dev/data/vz + # mkfs.ext4 /dev/pve/vz At last this has to be mounted.