Associate
Hey
I've just setup my home server with ESXi running a WHS2011 VM.
I've got 2 drives shared. "Media1" and "Media2".
WHS2011 has an IP of 192.168.1.114
OpenElec v.3.0.6 (IP of 192.168.1.111)
I'm trying to share a folder called "TV" on the "Media1" share.
I've created a file called "autostart.sh" and have it saved in the "Configfiles" folder of my Pi.
I have no idea why this isn't working
But nothing is showing up in OpenElec when I go to Videos -> Files ->
what am i doing wrong?
I've just setup my home server with ESXi running a WHS2011 VM.
I've got 2 drives shared. "Media1" and "Media2".
WHS2011 has an IP of 192.168.1.114
OpenElec v.3.0.6 (IP of 192.168.1.111)
I'm trying to share a folder called "TV" on the "Media1" share.
I've created a file called "autostart.sh" and have it saved in the "Configfiles" folder of my Pi.
I have no idea why this isn't working
Code:
#!/bin/sh
(sleep 30; \
mount -t cifs -o username=ADMIN,password=ADMINPASSWORD,rw //192.168.1.114/Media1/TV; \
)&
But nothing is showing up in OpenElec when I go to Videos -> Files ->
what am i doing wrong?