From e2f28c388a3ae7bc2fca523fc285639ce1220ff4 Mon Sep 17 00:00:00 2001 From: cryptogopher Date: Sat, 18 Nov 2023 22:23:14 +0100 Subject: [PATCH] Fix internal link --- _posts/sysadm/2023-08-28-setting-up-fresh-disk-for-lvm.tl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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