problem mounting nas
#1
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?
Reply
#2
(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
Reply
#3
Thanks, not sure why I added x instead of the number but rest assured I'm using a number and in the ip address
Reply
#4
Create the /storage/videos directory then.
Reply
#5
(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.
Reply
#6
All sorted now - missing slash was the issue. Thanks for your help!
Reply

Logout Mark Read Team Forum Stats Members Help
problem mounting nas0