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