DSS V7 How to access shares under Linux

Please use the following command to mount an NFS share:

mount -t nfs 192.168.0.220: /share_name /local_mount_point 
where:
192.168.0.220 is the Open-E Data Storage Software V7 IP address 
 
IMPORTANT NOTE:
On some versions of DSS V5 and older the path must be: /share/share_name
Please use the following command to mount an SMB share:
In a shell:
mount -t smbfs -o username=root,password=12345 //192.168.0.220/test /mnt-smb
where ‘test’ is the share name 
 
In X-Windows: 
Smb://root@192.168.0.220/


Article ID: 2263
Last updated: 28 Mar, 2013
Revision: 1
Troubleshooting -> DSS V7 How to access shares under Linux
https://kb.open-e.com/dss-v7-how-to-access-shares-under-linux_2263.html