mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-08-07 10:01:10 +00:00
Fix path to block device when creating a file system on a thin volume
The path component following /dev/ should be the volume group where the thin pool exists, not the name of the thin pool itself. (the fstab example underneath has this right)
This commit is contained in:
parent
d757d19423
commit
188b4dc562
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user