xbmcubuntu shares
#1
i have being trying out xbmcbuntu from xbmc freaks which installs fine but does not seem to enable samba and create any share folders on storage by default.

just wondering if there is a simple guide on how to create these shares?
Reply
#2
yes, the same way you do on any ubuntu...try google

sudo apt-get install samba

sudo nano /etc/samba/smb.conf

[xbmc]
path = /home/xbmc
public = yes
guest only = yes
writable = yes
browseable = yes
force user = xbmc
inherit permissions = yes

[storage]
path = /storage
public = yes
guest only = yes
writable = yes
browseable = yes
force user = xbmc
inherit permissions = yes

sudo service smbd restart
sudo service nmbd restart
Reply

Logout Mark Read Team Forum Stats Members Help
xbmcubuntu shares0