From owner-freebsd-questions Sat May 6 10:20:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 7DBA337BC0D for ; Sat, 6 May 2000 10:20:29 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e46HpUR11097; Sat, 6 May 2000 10:51:30 -0700 (PDT) Date: Sat, 6 May 2000 10:51:30 -0700 From: Alfred Perlstein To: Dmitry Koltsov Cc: freebsd-questions@FreeBSD.ORG Subject: Re: nfs: soft mountig trouble Message-ID: <20000506105130.A15613@fw.wintelcom.net> References: <19683.000506@hostonfly.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <19683.000506@hostonfly.com>; from root@hostonfly.com on Sat, May 06, 2000 at 04:24:08PM +0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Dmitry Koltsov [000506 05:56] wrote: > > I use mount command: > > "mount_nfs -i -s -d -R1 -a1 -t1 -x1 xxx.xxx.xxx.xxx:/usr/local/t /usr/local/t" > > after that I'm put down interfeace on xxx.xxx.xxx.xxx, > and then I try to accesss mounted file system: > > "ls /usr/local/t" > > in some seconds i receive message from ls process > > "nfs server xxx.xxx.xxx.xxx:/usr/local/t: not responding" > > But process still tryes to get access to nfs server. It occurs while I > shall not kill process. It is necessary for me, that process stopped > attempts of access and gave out a mistake after 1-2 attempts. > How it to realize? Soft mounts don't allow you to interrupt the process hung on the mount, you need 'intr' (another mount option) for that. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message