save to nas
#16
(2015-07-01, 19:03)drhoeh Wrote: I got it!
Thanks for all the help.
I had to go into WD Mycloud and create a user account and a password
and that was it. I just entered that into my autostart.sh and it worked.
Thanks for all the help.
Prof, good call looking into the nas.

Great! Could you share the working mount command syntax please?
Main TV: LibreELEC 7.0.1 / Kodi 16.1, with Xonfluence skin on Asus Chromebox (1.4GHz, 4Gb RAM, 64Gb SSD) + DVB-S and DVB-T with TVH.
Plus testing v17 nighlies on Macbook, and using Estuary skin.
Reply
#17
In order to make it work you need to go into the dashboard for the mycloud.

Go to Settings--->Network--->Static IP (for me it was 192.168.2.8)
Users ----> Add a user (include a username and password to use in your syntax.

Put the syntax into storage/configfiles/autostart.sh

#!/bin/sh
(sleep 30;
mount -t cifs -o username=***,password=******,rw //192.168.2.8/Public /storage/recordings;
)&

Those are the steps I used and it worked. I just recorded a show and it worked fine.
I hope that helps.
Reply

Logout Mark Read Team Forum Stats Members Help
save to nas0