From d42696cb317095d50221eec6ca00bd926259a044 Mon Sep 17 00:00:00 2001 From: bobbie Date: Fri, 15 May 2026 11:52:22 +0100 Subject: [PATCH] vault backup: 2026-05-15 11:52:22 --- _Inbox/Linux CLI Config and Commands.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/_Inbox/Linux CLI Config and Commands.md b/_Inbox/Linux CLI Config and Commands.md index 8b1491a..7aeee31 100644 --- a/_Inbox/Linux CLI Config and Commands.md +++ b/_Inbox/Linux CLI Config and Commands.md @@ -57,4 +57,13 @@ sudo mkfs.ext4 /dev/sdxn mount a drive ``` sudo mount /dev/sdxn /mnt/storage +``` + +add drive to fstab, get disk UUID first +``` +sudo blkid /dev/sdn +``` +Then add this to `/etc/fstab` +``` +UUID=[your-uuid-here] /var/lib/docker ext4 defaults 0 2 ``` \ No newline at end of file