Quote Originally Posted by lucky13 View Post
ok I found the correct syntax

mount -t cifs \\\\IPofWINDOWS\\sharename /media/net -o username=user,pass=password


and this works great but how would I make it autostart each time the azbox boots up ?
Simply add the command line at the end of /etc/init.d/rcS file
using a linux complatible editor like Notepad++

Hope this helps!