Mounting the CIFS shares on a Linux server
If Connections Docs or File Viewer servers are running on Linux, they need to mount the share.
Procedure
- To mount the CIFS share on Linux for File Viewer, use
the command:
mount -t cifs //host_name/VIEWER_SHARE -o username=username,password=password /local_path
- To mount the CIFS share on Linux for Docs, use the command:
mount -t cifs //host_name/DOCS_SHARE -o username=username,password=password /local_path