View Single Post
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#38
Originally Posted by JELaVallee View Post
In theory (and all appropriate disclaimers to such), this should attempt to establish your mounts every time your network successfully connects. I'm still working out how you could make this sensitive to executing only for particular connections (e.g. only mount home computer shares when your connection SSID is your home wireless router, etc.)
At the moment, I have a couple of scripts, one for when I'm at home, and one for when I'm on the road. When I'm on the road, I use ukki's sshfs to mount my drives over an encrypted tunnel.

I've discovered that mounting network shares can be a bad thing; the media file crawler thingy (metalayer-crawler) can wander off onto your network folders and really bog your system down.

Originally Posted by JELaVallee View Post
Qole: Have you tried using vanilla mount with the object credentials PRE-ceding the mount point details in your command line argument list? I think I saw that as a possible solution either in this thread or elsewhere in the forums.
Yeah. I tried everything. But mount.cifs does the job, so I'm OK.