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 revisionBoth sides next revision
admin-nfs [2022/01/22 21:00] – clarity, grammar, formatting, add bullet options for Access hogwildadmin-nfs [2022/01/22 21:18] – -add proper explanation for Sync/Async 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.+The built in NFS server allows filesharing capabilities with NFS clients (mainly Un*x like systems). Network File System (NFS) is distributed file system protocol originally developed by Sun Microsystems which allows users on a client computer to access files over a computer network, similar to the way local storage is accessed.
  
- \\+It's essentially the equivalent of samba in a Linux environment.
  
- \\+ \\ {{:pasted:20220118-210028.png}}\\  \\ **Enable NFS Server** - Sets the NFS server process to start at boot time.
  
-{{:pasted:20220118-210028.png}}\\  \\+**Enable legacy (NFS V2) support** NFS currently has 3 versions - NFS 2/3/4. FreshTomato defaults to v3, but it can also be set to "speak" v2 also.\\
  
-**Enable NFS Server** - Runs the NFS server process.+**Exports**\\ {{:pasted:20220118-210434.png|Exports}}\\  \\ **Directory** - This specifies the filesystem location to be shared.
  
-**Enable legacy (NFS V2) support** - NFS currenly has 3 version - NFS 2/3/4. FreshTomato defaults to v3, but with this option it can be enabled to "speak" v2 also.\\ +**IP Address/Subnet** - Limits connectivity to the IP address/subnet you specify in this field.
- +
-**Exports**\\ {{:pasted:20220118-210434.png}}\\  \\ +
- +
-**Directory** - This specifies the filesystem location to be shared. +
- +
-**IP Address/Subnet** - Limits connectivity to the IP address/subnet you enter in this field.+
  
 **Access** - Defines the share permissions (how the share can be accessed) **Access** - Defines the share permissions (how the share can be accessed)
Line 24: Line 18:
   * Read/Write   * Read/Write
  
-**Sync/Async** - Sync means that data are immediately flushed to diskwhereas Async (rarely usedtakes a asynchronous approach.+**Sync/Async** - when set to Sync (Synchronous)the FreshTomato will only acknowledge data after it's been written out. The Async(hronoussetting configures for the opposite behaviour. The NFS server will acknowledge data before it's committed to disk, which can lead to data corruption if the server crashes.
  
 **Subtree_check** - Helps when one folder is exported but one or more of the subfolders is not. **Subtree_check** - Helps when one folder is exported but one or more of the subfolders is not.
admin-nfs.txt · Last modified: 2023/06/18 22:43 by hogwild