diff --git a/_posts/sysadm/2023-08-28-setting-up-fresh-disk-for-lvm.tl b/_posts/sysadm/2023-08-28-setting-up-fresh-disk-for-lvm.tl index be82acf..f835164 100644 --- a/_posts/sysadm/2023-08-28-setting-up-fresh-disk-for-lvm.tl +++ b/_posts/sysadm/2023-08-28-setting-up-fresh-disk-for-lvm.tl @@ -92,8 +92,9 @@ If you want to extend existing VG, see "here":{% post_url h2. File system setup and mouning -Create LV, optionally add redundancy/integrity layer -("details":https://blog.michalczyk.pro/2023/06/24/directly-attache-storage-with-redundancy-and-integrity-using-lvm-lvmraid.html). +Create LV, optionally add redundancy/integrity layer ("details":{% post_url +/sysadm/2023-06-24-directly-attache-storage-with-redundancy-and-integrity-using-lvm-lvmraid +%}). {% highlight bash %} # lvcreate -L 2T -n backup --type raid1 --mirrors 1 vgdev