vault backup: 2026-05-15 12:08:03

This commit is contained in:
2026-05-15 12:08:03 +01:00
parent d42696cb31
commit d8c22e8c1f
+3 -3
View File
@@ -59,11 +59,11 @@ mount a drive
sudo mount /dev/sdxn /mnt/storage 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` 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
``` ```