Hi
I just run into same problem but the workaround is a bit harder.
I have about 20 vlans an 20 bridges in my setup
and none of them realy connnects nfs because nfsserver is down. (will be started later in xen).. but whatever reason.
I would like to mount it with bg.
But the boot up takes 40minutes because two mounts on 40 ifups x cca 60secs.
mountnfs should be really run ONCE. nfs is designed that it can mount tihngs later if neeeded.

PLEASE fix.
my fix to mountnfs is not good bu it can help for some people. (put it into background imediatly)
  (pre_mountall
    if [ "$NETFS" ]
     then
           mount -a -t$NETFS
     fi
     if [ "$NETDEV" ]; then
            mount -a -O _netdev
     fi
    post_mountall)&

Mike.








--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to