From d8c22e8c1f9cea52ded29b98c72be24ec43dba2c Mon Sep 17 00:00:00 2001 From: bobbie Date: Fri, 15 May 2026 12:08:03 +0100 Subject: [PATCH] vault backup: 2026-05-15 12:08:03 --- _Inbox/Linux CLI Config and Commands.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_Inbox/Linux CLI Config and Commands.md b/_Inbox/Linux CLI Config and Commands.md index 7aeee31..180307c 100644 --- a/_Inbox/Linux CLI Config and Commands.md +++ b/_Inbox/Linux CLI Config and Commands.md @@ -59,11 +59,11 @@ mount a drive sudo mount /dev/sdxn /mnt/storage ``` -add drive to fstab, get disk UUID first +add drive/partition to fstab, get disk UUID first ``` -sudo blkid /dev/sdn +sudo blkid /dev/sdxx ``` Then add this to `/etc/fstab` ``` -UUID=[your-uuid-here] /var/lib/docker ext4 defaults 0 2 +/dev/disk/by-uuid/your-uuid-here /var/lib/docker ext4 defaults 0 2 ``` \ No newline at end of file