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
cloudappliance/fsprovider [2018_09_11 00:25] stevencloudappliance:fsprovider [2024_02_28 01:03] (current) – external edit 127.0.0.1
Line 3: Line 3:
 ## Introduction ## Introduction
  
-The Enterprise File Fabric 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.+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 [[cloudappliance/cifs30|]]. To connect using the CIFS protocol directly see [[cloudappliance/cifs30|]].
Line 24: Line 24:
 {{ :cloudappliance:fsprovider:fs_block_size.png |}} {{ :cloudappliance:fsprovider:fs_block_size.png |}}
  
-## Enable the FS provider for the User Package+## Enable the FS connector for the User Package
  
 * Login as appladmin in to the appliance * Login as appladmin in to the appliance
Line 47: Line 47:
 ## Add FS to the account ## Add FS to the account
  
-Login in to the SME user account and you should see FS as provider in the dropdown list when you login as SME user+Login in to the NAA user account and you should see FS as provider in the dropdown list when you login as NAA user
  
 {{ :cloudappliance:fsprovider:fs_add_provider_1.png |}} {{ :cloudappliance:fsprovider:fs_add_provider_1.png |}}
Line 57: Line 57:
 ## Effective User ## Effective User
  
-File system operations are performed by the File Fabric as the Linux user who mounted the file system. Access permissions thus will be determined by both the Enterprise File Fabric and the network 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 File Fabric user may also be supported. Contact Storage Made Easy [[support@storagemadeeasy.com]] for more information.+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
 + 
 +## Using the FS Provider with NFS 
 + 
 +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.