Surface8: 2024-10-25 10:32:28
This commit is contained in:
parent
9e047e9f55
commit
fa0c01d373
9
Technik/Linux-Nfs.md
Normal file
9
Technik/Linux-Nfs.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# NFS Freigaben auf einem Server
|
||||||
|
|
||||||
|
hier mal eine Beispiel einer /etc/expotrs Datei :
|
||||||
|
```bash
|
||||||
|
/volume3/Nextcloud 192.168.132.14/32(rw,async,no_wdelay,crossmnt,insecure,all_squash,insecure_locks,sec=sys,anonuid=33,anongid=33)/volume1/Nextcloud-backup 192.168.132.14(rw,async,no_wdelay,crossmnt,insecure,no_root_squash,insecure_locks,sec=sys,anonuid=1025,anongid=100)
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user