]> git.proxmox.com Git - pve-docs.git/blobdiff - local-lvm.adoc
Fix path to block device when creating a file system on a thin volume
[pve-docs.git] / local-lvm.adoc
index 0bc603220c33b9479c9c1cb574debde396c6f43e..1abd6fc3f613e8381c56621eb28039a3b0a4ccaa 100644 (file)
@@ -72,7 +72,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 +104,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.