Site Tools


admin-nfs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
admin-nfs [2022/01/18 21:14] rs232admin-nfs [2023/06/18 22:43] (current) – -grammar hogwild
Line 1: Line 1:
 ===== NFS Server ===== ===== NFS Server =====
  
-The built in NFS server allows file sharing capabilities with NFS clients (mainly Un*x like systems). It's essentially the equivalent of samba in Linux environment.+FreshTomato'NFS server allows you to 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 computer to access files over a network, similar to the way local storage is accessed.
  
-{{:pasted:20220118-210028.png}}\\ +It's essentially the equivalent of Samba in a Linux environment. 
-**Enable NFS Server** - Runs the NFS server process.\\ + 
-**Enable legacy (NFS V2) support** - There are currently 3 version of NFS 2/3/4. It defaults to but with this option it can be enable to "talk" v2 as well.\\+ \\ {{:pasted:20220118-210028.png}}\\  \\  \\ 
 + 
 +**Enable NFS Server** - Sets the NFS server process to start at boot time. 
 + 
 +**Enable legacy (NFS V2) support** - NFS currently has versions - NFS 2/3/4. FreshTomato defaults to v3, but it can also be set to "speak" v2 also.\\  \\ 
 + 
 + \\ 
 + 
 +**Exports**\\ {{:pasted:20220118-210434.png|Exports}}\\  \\  \\ 
 + 
 +**Directory:  **This specifies the filesystem location to be shared over the network. 
 + 
 +**IP Address/Subnet**  This limits connectivity to the IP address or subnet you specify in this field. 
 + 
 +**Access: ** This defines the share permissions (how the share can be accessed) 
 + 
 +  * Read-only 
 +  * Read/Write 
 + 
 + \\ 
 + 
 +**Sync/Async:  **When set to Synchronous, FreshTomato will only acknowledge data after it's been written out. The Async(hronous) setting configures FreshTomato to 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:**  Selecting 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:**  In this field, you can enter advanced options. Please refer to the official NFS documentation for additional details. \\ [[https://linux.die.net/man/5/nfs|NFS man(ual) page]] 
 + 
 + \\ \\  \\
  
-**Exports**\\ 
-{{:pasted:20220118-210434.png}}\\ 
-**Directory** - Filesystem location to be shared\\ 
-**IP Address/Subnet** - Limits connectivity from this IP/subnet.\\ 
-**Access** - Defined how the Share can be accessed as in Read-only or Read/Write.\\ 
-**Sync/Async** - Sync means that data is immediately flushed to disk where Async (rarely used) takes a asynchronous approach.\\ 
-**Subtree_check** - Helps when one folder is exported but one or more of the subfolders is not.\\ 
-**Other_options** - Here you specify advanced options. Please refer to the official NFS documentation for additional details.\\ 
  
admin-nfs.1642540455.txt.gz · Last modified: 2022/01/18 21:14 by rs232