Page 1 of 1

How to declare distant share folder, like SMB ?

Posted: Tue Sep 01, 2015 9:01 am
by therevenger
Hello,
I run an ubuntu 12.04 headless server
ums 5.1.x
java 7 oracle

Into UMS.conf I try to declare at

Code: Select all

# ---< Shared folders >-------------------------------------------------------
# Shared folders
# comma-separated list of absolute path names, or leave it empty to let the
# system find media.
# Default: ""
something like this :

Code: Select all

folders = /home/nfs, smb//192.168.1.110/multimedia
/home/nfs is the local shared folder (nfs files system)
I have another server with SMB sharing system, I need to share it to UMS.

But that's not work, ums won't boot when I try with smb//IP/folder or just IP/folder.

Is there any solution ?

Thanks a lot.