]> git.proxmox.com Git - pve-docs.git/blobdiff - local-lvm.adoc
Merge branch 'taskset' into taskset-merged
[pve-docs.git] / local-lvm.adoc
index 0bc603220c33b9479c9c1cb574debde396c6f43e..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
 
@@ -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.