This commit is contained in:
Tyler Starr 2022-11-23 23:39:56 -08:00 committed by GitHub
parent 2e5021e0da
commit fbcef727f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,11 +49,11 @@ sudo btrbk -c ~/.config/btrbk/root_btrbk.conf -v run # creates root snapshots
## Automount network drive with fstab ## 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 ```bash
sudo mkdir -p /mnt/engi sudo mkdir -p /mnt/engi
# Add following line to fstab # Add following line to fstab
//<server-ip>/engi /mnt/engi cifs uid=1000,credentials=/home/tstarr/.smb,iocharset=utf8,noauto,x-systemd.automount 0 0 //<server-ip>/engi /mnt/engi cifs uid=1000,credentials=/home/tstarr/.smb,iocharset=utf8,noauto,x-systemd.automount 0 0
``` ```