[Possibly Linux] Sporadic Caching

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
drivesoslow Offline
Fan
Posts: 372
Joined: Aug 2008
Reputation: 4
Post: #11
(2012-05-08 20:42)weaklund Wrote:  
(2012-05-08 20:38)drivesoslow Wrote:  If you mount the folder in the OS and then add the mount point to XBMC as a video location it will. This is how I mount all my shares.

Hm, do you care to explain how? I'm very new to linux...
How do i mount my ssh/sftp-drive in my openelec-box and then add the mount point to XBMC?

Should be something like one of these examples added to your fstab:

Code:
username@IPAddress:/sahredpath  /mountlocation  fuse.sshfs  defaults  0  0

xbmc@192.168.1.1:/mymovies /mnt/movies fuse.sshfs default 0 0

Once you have mounted it you have to add /mnt/movies (or whatever) to XBMC

http://wiki.xbmc.org/index.php?title=Add...ia_sources
(This post was last modified: 2012-05-08 20:53 by drivesoslow.)
find quote
Post Reply