Search found 3 matches

by snoop_mx
Thu Aug 04, 2016 6:31 pm
Forum: Help and Support
Topic: use samba share as shared folder
Replies: 3
Views: 11487

Re: use samba share as shared folder

This works for me


mkdir /home/Video
mkdir /home/Cinema
nano /etc/fstab

//10.0.0.34/Video /home/Video cifs username=user,password=user,iocharset=utf8,sec=ntlm 0 0
//10.0.0.34/Cinema_B /home/Cinema cifs username=user,password=user,iocharset=utf8,sec=ntlm 0 0

mount -a
df -h

//10.0.0.34/Video 2 ...
by snoop_mx
Thu Aug 04, 2016 5:26 pm
Forum: Help and Support
Topic: WTF? Address already in use?
Replies: 6
Views: 13684

Re: WTF? Address already in use?

I have the same problem, any solution??

I have linux ubuntu 16.04 LTS
by snoop_mx
Thu Aug 04, 2016 5:23 pm
Forum: Help and Support
Topic: Address already in use running multiple instances
Replies: 5
Views: 13230

Re: Address already in use running multiple instances

Apologies. I was editing the UMS.conf in the program directory instead of in the .config/UMS directory. I added the parameter to the ~/.config/UMS/UMS.conf and it solved it.

For what it's worth, the .config dir file hadn't been changed from the previous working version.



I have the same ...