You can access shares on the ReadyDATA using a network-attached Linux or Unix device that supports the SMB or NFS file-sharing protocol.
To access an SMB share using a network-attached Linux or Unix device:
Using a terminal program, enter the following command:
mount [-t smb -o username=<user name>,password=<password>] //<ReadyDATA IP address>/<share name> <mount point>
-
<user name> and <password> match the user name and password on the ReadyDATA.
-
<ReadyDATA IP address> is the IP address of the ReadyDATA.
-
<share name> is the name of the share that you want to access.
-
<mount point> is the name of an empty folder on the Linux or Unix device.
To access an NFS share using a network-attached Linux or Unix device:
Using a terminal program, enter the following command:
mount [-t nfs -o username=<user name>,password=<password>] //<ReadyDATA IP address>/<volume name>/<share name> <mount point>
-
<user name> and <password> match the user name and password on the ReadyDATA.
-
<ReadyDATA IP address> is the IP address of the ReadyDATA.
-
<volume name> is the name of the volume on which the share resides.
-
<share name> is the name of the share that you want to access.
-
<mount point> is the name of an empty folder on the Linux or Unix device.