Kodi Community Forum

Full Version: problem mounting nas
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi, i'm running kodi on a chromebox and am trying to mount my nas using autostart.ch. I'm having problems so thought I would try at first to mount from ssh. when I run
mount -t cifs -o username=user, rw //192.168.0.x/media storage/videos
i'm getting a remote system error - no such file or directory. I guess that there isn't a folder called storage/videos to mount...any ideas where i should mount it instead please?
(2014-12-17, 00:15)emitecaps Wrote: [ -> ]hi, i'm running kodi on a chromebox and am trying to mount my nas using autostart.ch. I'm having problems so thought I would try at first to mount from ssh. when I run
mount -t cifs -o username=user, rw //192.168.0.x/media storage/videos
i'm getting a remote system error - no such file or directory. I guess that there isn't a folder called storage/videos to mount...any ideas where i should mount it instead please?

x needs to be a number Blush
Thanks, not sure why I added x instead of the number but rest assured I'm using a number and in the ip address
Create the /storage/videos directory then.
(2014-12-17, 11:22)emitecaps Wrote: [ -> ]Thanks, not sure why I added x instead of the number but rest assured I'm using a number and in the ip address

Well, how about the missing slash? Between media and storage. Or, your double slash in the beginning of the path.

Or

Are you expecting autostart.ch to do it for you? How is this file run as? I dont typically see extensions .ch

More information please.
All sorted now - missing slash was the issue. Thanks for your help!