Keyword search: 

NFS Mounts

3/12/2014 9:12 AM
You can subscribe to this wiki article using an RSS feed reader.

Problem:

FRP is not recognizing an NFS mount on a Linux server. 

 

Solution: 

FRP will not work with NFS mounts "out of the box". The NFS mount has to
be mounted as local partition first. The correct way to mount nfs is to modify /etc/fstab file as follows:
server_name:/path_to_share    /local_mount_point   nfs
rsize=8192,wsize=8192,timeo=14,intr

The idea is to mount remote share as it would be part of local file
system tree, and all application will see it as local resource.
Tags:
Home: WIKI - Knowledge Base Index What's new: Recently changed articles