meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| linux:remotefs:nfs [2025/02/26 08:43] – niziak | linux:remotefs:nfs [2025/04/24 08:06] (current) – niziak | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| on lossy networks. In addition, TCP will handle network speed differences better than UDP, due to the underlying | on lossy networks. In addition, TCP will handle network speed differences better than UDP, due to the underlying | ||
| flow control at the network level. | flow control at the network level. | ||
| + | |||
| + | ===== show child mounts ===== | ||
| + | |||
| + | Mounts inside NFS export. Crossmounts. | ||
| + | |||
| + | * **nohide**: This option prevents the NFS server from hiding the contents of a directory when it's mounted by a client. If you don't use '' | ||
| + | * **crossmnt**: | ||
| + | |||
| + | <file ini / | ||
| + | /srv * (sync, | ||
| + | </ | ||
| ===== performance ===== | ===== performance ===== | ||