The Nasuni Access Anywhere appliance allows a local folder, or file system, to be added as provider. This is particularly useful for network file servers and applications that can be mounted as file systems in Linux.
To connect using the CIFS protocol directly see Enabling the SMB/CIFS Connector.
(This guide assumes you are familiar with mounting file systems on linux)
By default the ability to add a file system storage provider is disabled within the appliance and for user packages. To enable follow these instructions:
In the same section you can also tune the block size used to read and write from the file system. The default value is 65536 (64KiB)
Before you proceed further you will need to disable SELinux. Please follow the instructions Disable SELinux.
Mount the file system on the appliance. If you need to create a new Linux user do so and note the password as you will need it in the next step.
Login in to the NAA user account and you should see FS as provider in the dropdown list when you login as NAA user
Enter the Linux user name and password. This is the linux user that has read/write access to the mounted file system.
File system operations are performed by Access Anywhere as the Linux user who mounted the file system. Access permissions thus will be determined by both the Nasuni Access Anywhere and the network file system.
The ability to mount the file system for each Access Anywhere user may also be supported. Contact Access Anywhere support@nasuni.com for more information.
The FS provider can be used to access NFS file systems through Access Anywhere. First the NFS file system must be mounted on Access Anywhere host by Access Anywhere's Linux system administrator. Once it has been mounted, it can be added to Access Anywhere using the FS connector.
When mounting an NFS file system on the Linux host you may want to use a mount point like:
/mnt/NFS/<NFS_sharename>/
That way you can have two or more NFS file systems in the same location in the directory tree.