[olug] Unix Tip: STALE MOUNT HANGS LS

Unix Guru Universe listserv at ugu.com
Sat Apr 26 20:14:01 UTC 2003


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

			      UNIX GURU UNIVERSE 
			         UNIX HOT TIP

			Unix Tip 1942 - April 26, 2003

		    http://www.ugu.com/sui/ugu/show?tip.today

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


STALE MOUNT HANGS LS

Often times a stale NFS mount
point can hang a long listing
of a directory (ls -al).

To avoid this make the mount
point down one level.

So instead of:

mount rocket:/people /people

If the system rocket was down
the chances of a long listing

% ls -al /

of the root directory would
hang for a long period until
the NFS mount timed out.

Avoid this with most flavors
by

mount rocket:/people /rocket/people

then a long listing of root 

% ls -al /

would work, but 

% ls -al /rocket

would hang due to the stale 
mount point.



--------------------------------------------------------------------------
To Subscribe:    http://www.ugu.com/sui/ugu/show?tip.subscribe
To Unsubscribe:  http://www.ugu.com/sui/ugu/show?tip.unsubscribe
To Submit A Tip: http://www.ugu.com/sui/ugu/show?tip.today

==========================================================================
DISCLAIMER: All UNIX HOT TIPS ARE OWNED BY THE UNIX GURU UNIVERSE AND ARE
NOT TO BE SOLD, PRINTED OR USED WITHOUT THE WRITTEN CONSENT OF THE UNIX 
GURU UNIVERSE. ALL TIPS ARE "USE AT YOUR OWN RISK". UGU  ADVISES THAT 
ALL TIPS BE TESTED IN A NON-PRODUCTION DEVELOPMENT ENVIRONMENT FIRST.

Unix Guru Universe - www.ugu.com - tips at ugu.com - Copyright 1994-2001
==========================================================================



More information about the OLUG mailing list