View Single Post
Posts: 185 | Thanked: 103 times | Joined on Aug 2008
#35
So lets says I got all of this working and mounted a drive with the code:
Code:
mount.cifs //fileserver/movies /home/user/MyDocs/mount -ouser=admin,pass=pass,ip=192.168.1.50
or something similar. How would I create a script to auto mount on startup? Step by step instructions would be awesome, I haven't done this in a long time (messed around with this on the n810 but got fed up).