On Wednesday 15 February 2012 22:10, Philip conveyed the following to
comp.unix.admin...
My guess would be that your system is mounting the local filesystems
before your network is up [*], and as such, the share wouldn't get
mounted.
You have not told us what UNIX version or GNU/Linux distribution you're
using, but if you have a traditional System V init system, I would put a
mount command for it in "/etc/init.d/rc.local".
[*] Which itself comprises of several steps, i.e.:
- loading the network driver (if this is a GNU/Linux system with
udev and eventually ifplugd);
- bringing up the network interface;
- bringing up the daemons to connect to a Windows network; and
- mounting the Windows shares.
--
= Aragorn =
(registered GNU/Linux user #223157)