not a T! issue but help would be appreciated
#1
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
Reply
#2
this is working for me:
sudo mount -t cifs //192.168.1.5/Music /home/xbmc/Music -o username=xbmc,password=xbmc,rw
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
will it auto mount each reboot?
Reply
#4
no, put it in your fstab
Reply
#5
your forgetting, im a windows bloke... dont know what the fstab is
Reply
#6
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
Reply
#7
thankyou Big Grin
Reply

Logout Mark Read Team Forum Stats Members Help
not a T! issue but help would be appreciated0