On This Page
...
Info |
---|
In DryvIQ, NFS refers to the Network File System connectors offered connector and not the NFS protocol itself. The DryvIQ Network File System connectors work with CIFS, NFS, and SMB protocols. |
Tip |
---|
All current SMB2/SMB3 protocols are supported, including 2.0.2, 2.1.0, 3.0.0, 3.0.2, 3.1.0, 3.1.1. |
...
Expand the Manage section in the left navigation menu.
Click Connections.
Click Add connection.
Select Network File System (SMB) as the platform on the Add connection modal. (Note that the SMB connection will only display in the Connections list on Linux environments. It will not be available on machines running Microsoft Windows.)
Enter the connection information. All red fields are required for this connection.
Test the connection to ensure DryvIQ can connect using the information entered.
Click Done.
Add Connection Modal for NFS (SMB)
...
Field | Description | Required |
---|---|---|
Display as | Enter the display name for the connection. If you will be creating multiple connections, ensure the name readily identifies the connection. The name displays in the application, and you can use it to search for the connection and filter lists. If you do not add a display name, the connection will automatically be assigned a default name. | Optional |
UNC Path | Enter the UNC path for the connector. The UNC path will be to a folder at least 1 level off the root of the server, for example: \\<server name>\<folder on server>. Root level connections are not supported. You can also use the server IP address, for example: \\<ipaddress>\<folder on server> | Required |
User Name | Enter the user name for the administrator account. This needs to be an account with authority to access the content you will to process. | Required |
Password | Enter the password for the administrator account. | Required |
Connection Mode | Specify which provider you want to use to create the connection. Native: This uses the native file connectors. For Windows, it uses system.io. For Linux, it uses Samba. This is the default option. Managed: This uses SMBLibrary to make the connection (which performs faster than the native Samba). This option creates the connection with read-only access, so the connection will be able to read content but cannot be used to take action against it. | Optional |
...