From 15eb772ba0a2ffbb32fc52ee6fddc6471a898d13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C5=A1per=20Fele-=C5=BDor=C5=BE?= Date: Sun, 7 Sep 2025 19:38:23 +0200 Subject: [PATCH] Fix mount for C and D --- roles/fri_base/tasks/main_lin.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/fri_base/tasks/main_lin.yml b/roles/fri_base/tasks/main_lin.yml index e60504a..8688341 100644 --- a/roles/fri_base/tasks/main_lin.yml +++ b/roles/fri_base/tasks/main_lin.yml @@ -103,7 +103,7 @@ mount: boot: true fstype: ntfs-3g - src: UUID=A09E30889E30594C + src: "PARTLABEL=Basic\\040data\\040partition" path: /mnt/C state: mounted opts: defaults,nofail @@ -112,7 +112,7 @@ mount: boot: true fstype: ntfs-3g - src: "LABEL=D:" + src: "PARTLABEL=D:" path: /mnt/D state: mounted opts: defaults,nofail