mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
Typo fix
This commit is contained in:
parent
2e5021e0da
commit
fbcef727f7
@ -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
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user