Auto saved by Logseq
This commit is contained in:
parent
4a8602bea5
commit
1775b2af90
@ -13,5 +13,8 @@
|
|||||||
- Setup NFS
|
- Setup NFS
|
||||||
- ```
|
- ```
|
||||||
sudo apt-get install nfs-kernel-server
|
sudo apt-get install nfs-kernel-server
|
||||||
|
/etc/exports
|
||||||
|
#/media/pi/Media1 *(rw,sync,no_subtree_check,all_squash,anonuid=1000,anongid=1000,insecure)
|
||||||
|
#/media/pi/Media2 *(rw,sync,no_subtree_check,all_squash,anonuid=1000,anongid=1000,insecure)
|
||||||
|
/media/pi/Media3 *(rw,sync,no_subtree_check,all_squash,anonuid=1000,anongid=1000,insecure)
|
||||||
```
|
```
|
||||||
Loading…
x
Reference in New Issue
Block a user