diff --git a/additional-setup.md b/additional-setup.md index 303c2bc7..4eb19cc6 100644 --- a/additional-setup.md +++ b/additional-setup.md @@ -49,11 +49,11 @@ sudo btrbk -c ~/.config/btrbk/root_btrbk.conf -v run # creates root snapshots ## Automount network drive with fstab -Fstab can be mounted when the network drive is accessed. This is done the "engi" home server. +Fstab can be mounted when the network drive is accessed. This is done for the "engi" home server. ```bash sudo mkdir -p /mnt/engi # Add following line to fstab ///engi /mnt/engi cifs uid=1000,credentials=/home/tstarr/.smb,iocharset=utf8,noauto,x-systemd.automount 0 0 -``` \ No newline at end of file +```