From 881a1ec96b165c10d23afdefc28ac897fa1493f9 Mon Sep 17 00:00:00 2001 From: Ste Vaidis Date: Tue, 1 Aug 2023 10:12:18 +0300 Subject: [PATCH] Update RockyLinux.md --- RockyLinux.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RockyLinux.md b/RockyLinux.md index b089552..5eb955d 100644 --- a/RockyLinux.md +++ b/RockyLinux.md @@ -46,4 +46,8 @@ mkdir /data mount /dev/mapper/data /data df -h ls -l /data + +# Umount all +umount /data +cryptsetup luksClose data ``` \ No newline at end of file