- Blog - http://chunkmedia.co.uk -
Neuros OSD Media Player - Auto Mount Network Shares
Posted By mtn On 18/12/2007 @ 01:42 am In OSD/Encoding | No Comments
Neuros OSD: [1] http://www.neurostechnology.com/
IMPORTANT: Remember to turn off the firewall on the computer with the shares!
(Use Fire Starter and add a rule to allow the OSD access)
Setup Samba
This was basically to allow basic networking and so the script files created using gedit could be copied on to the OSD.
Create Samba user: [2] http://linux.byexamples.com/archives/123/creating-samba-user/
Open terminal and type…
smbpasswd -a username
Telnet into the OSD
Open terminal and type…
telnet
open [IP address]
User name: root
Password: pablod
cd ..
ls
Auto Mount Script
General instructions: http://forums.neurostechnology.com/index.php?topic=7918.0
Specific script I adapted: [3] http://forums.neurostechnology.com/index.php?topic=7918.msg41934#msg41934
Create the script and rc.user files using gedit and copy them to /mnt/OSD folder on the OSD
cp /rc.user /mnt/OSD
cp /mount_script.sh /mnt/OSD
Article printed from Blog: http://chunkmedia.co.uk
URL to article: http://chunkmedia.co.uk/2007/12/18/neuros-osd-media-player-auto-mount-network-shares/
URLs in this post:
[1] http://www.neurostechnology.com/: http://www.neurostechnology.com/
[2] http://linux.byexamples.com/archives/123/creating-samba-user/: http://linux.byexamples.com/archives/123/creating-samba-user/
[3] http://forums.neurostechnology.com/index.php?topic=7918.msg41934#msg41934: http://forums.neurostechnology.com/index.php?topic=7918.msg41934#msg41934
Click here to print.