Hi,
I am having trouble mounting my NAS share so I cn download to it from Icefilms.
I have created a new directory in the storage area call mount. mkdir /storage/mount
I then create an autostart.sh file in the storage ( I have tried doing this via putty.exe and windows)
cd /storage/.config
ls -la
touch autostart.sh
chmod +x autostart.sh
vi autostart.sh
Within the autostart.sh file
I put:
#!/bin/sh
(sleep 30;
mount -t nfs 192.168.1.164:/nfs/public /storage/mount -o nolock;
)&
I change the download path in Icefilms to storage/mount.
When I download a film it goes to the storage/mount area but not to my NAS, as if the autostart.sh isn't pointing it to my NAS.
Am I doing something fundementally wrong ? When I view the config folder via windows the autostart.sh file isn't there but it is when I use putty with the commands above. Its as if the autostart.sh file has been created somewhere else that I can't view via the shares folders in windows.
Any help much appreciated.
I think I've posted in the wrong forum so am going to post in the Network section.
I am having trouble mounting my NAS share so I cn download to it from Icefilms.
I have created a new directory in the storage area call mount. mkdir /storage/mount
I then create an autostart.sh file in the storage ( I have tried doing this via putty.exe and windows)
cd /storage/.config
ls -la
touch autostart.sh
chmod +x autostart.sh
vi autostart.sh
Within the autostart.sh file
I put:
#!/bin/sh
(sleep 30;
mount -t nfs 192.168.1.164:/nfs/public /storage/mount -o nolock;
)&
I change the download path in Icefilms to storage/mount.
When I download a film it goes to the storage/mount area but not to my NAS, as if the autostart.sh isn't pointing it to my NAS.
Am I doing something fundementally wrong ? When I view the config folder via windows the autostart.sh file isn't there but it is when I use putty with the commands above. Its as if the autostart.sh file has been created somewhere else that I can't view via the shares folders in windows.
Any help much appreciated.
I think I've posted in the wrong forum so am going to post in the Network section.