Kodi Community Forum

Full Version: not a T! issue but help would be appreciated
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I used to run a windows XBMC but converted to Live. As I'm new to linux, how do I mount a network share that is available when trying to locate my cdart on an SMB share?

and where do i put it?

any help much appreciated Big Grin
this is working for me:
sudo mount -t cifs //192.168.1.5/Music /home/xbmc/Music -o username=xbmc,password=xbmc,rw
will it auto mount each reboot?
no, put it in your fstab
your forgetting, im a windows bloke... dont know what the fstab is
sorry - edit the file /etc/fstab and add a line similar to this

Code:
//windows-server/sharename /local/path/to/mount smbfs username=myusername,password=mypassword 0 0
thankyou Big Grin