Sign in with
Sign up | Sign in
Your question

Have a samba file server use same directory as an ownCloud user?

Tags:
  • Samba
  • Linux
  • 14.04
  • ownCloud
  • Ubuntu
  • Read Only
  • File Server
Last response: in Linux/Free BSD
Share
October 5, 2014 6:21:32 PM

Is it possiable to get a samba file server to use same directory as a ownCloud user? What i have done is
Spoiler
[ownCloud]
comment = Ubuntu File ServerShare
path = /var/www/owncloud/data/tmr/files
browsable = yes
guest ok = yes
read only = no
create mask = 0755


When i click on this it says permission denied and i have no idea how to make it work if its possible. I have another path configured as
Spoiler
[Share]
comment = Ubuntu File ServerShare
path = /srv/samba/share
browsable = yes
guest ok = yes
read only = no
create mask = 0755

and it works fine. That tells me it should work but it is not for some reason...

More about : samba file server directory owncloud user

a b 5 Linux
October 5, 2014 11:01:25 PM

Look at the file permissions of the directory you are trying to share.
m
0
l
October 5, 2014 11:12:04 PM

I never looked at them but i once tried to change tham and the ownCloud page gave me shit so i reverted it back... Mind explaining bit more?
m
0
l
!