]> git.proxmox.com Git - pve-docs.git/blobdiff - local-lvm.adoc
close #4031: vm: import: simplify example for creating VM from existing disk
[pve-docs.git] / local-lvm.adoc
index 8ebc123516e7a3c1f318fadeb360d65a851bfa23..6abdee8b3d9f1c1acf09f7a23d56c375dd2b0054 100644 (file)
@@ -1,3 +1,4 @@
+[[chapter_lvm]]
 Logical Volume Manager (LVM)
 ----------------------------
 ifdef::wiki[]
@@ -32,7 +33,7 @@ VG:
   swap pve  -wi-ao---- 896.00m     
 ----
 
-root:: Formatted as `ext4`, and contains the operation system.
+root:: Formatted as `ext4`, and contains the operating system.
 
 swap:: Swap 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.