Site Tools


admin-nfs

This is an old revision of the document!


NFS Server

FreshTomato's NFS server lets you create and modify fileshares to NFS clients (mainly Unix-like systems). Network File System (NFS) is a distributed file system protocol. It allows users on a client device to access files over a network, similar to the way local storage is accessed.

It's essentially the equivalent of Samba in a Linux environment.





Enable NFS Server - Sets the NFS server process to start at boot time.


Enable legacy (NFS V2) support: Enables support for NFS version 2.

NFS currently has 3 versions - NFS 2/3/4. FreshTomato defaults to v3, but can also be set to “speak” v2 also.


Exports
Exports


Directory: specifies the filesystem location to be shared over the network.


IP Address/Subnet limits connectivity to the IP address or subnet you specify in this field.


Access: defines the share permissions (how the share can be accessed)


  • Read-only
  • Read/Write


Sync/Async:

  • Synchronous - FreshTomato will only acknowledge data after it's been written out
  • Async(hronous) - FreshTomato will acknowledge data before it's been written out.
    The NFS server will acknowledge data before it's committed to disk.
    If the server crashes, this can lead to data corruption.

Subtree Check:

Yes

enables subtree checking. This has minor security implications, but it can improve reliability in some scenarios.

In NFS, if a subdirectory of a filesystem is exported, but the whole filesystem isn't, then whenever a NFS request arrives, the server must check that the accessed file is in the appropriate filesystem (easy) and that it is in the exported tree (harder). This check is called the subtree_check.

To perform this check, the server must include information about the location of the file in the file handle given to the client. This can cause problems with accessing files that are renamed while a client has them open. However, in many simple cases, it will still work.


Other Options: here, you can enter advanced options.

Please refer to official NFS documentation for details. NFS man(ual) page




admin-nfs.1729536212.txt.gz · Last modified: 2024/10/21 19:43 by hogwild