From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1A93F1381F3 for ; Sun, 30 Jun 2013 17:18:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AFC1E09D5; Sun, 30 Jun 2013 17:18:19 +0000 (UTC) Received: from oproxy7-pub.bluehost.com (oproxy7-pub.bluehost.com [67.222.55.9]) by pigeon.gentoo.org (Postfix) with SMTP id 0C655E08E1 for ; Sun, 30 Jun 2013 17:18:17 +0000 (UTC) Received: (qmail 14388 invoked by uid 0); 30 Jun 2013 17:18:17 -0000 Received: from unknown (HELO box401.bluehost.com) (69.89.31.201) by oproxy7.bluehost.com with SMTP; 30 Jun 2013 17:18:17 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=taydin.org; s=default; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:References:Subject:To:MIME-Version:From:Date:Message-ID; bh=tC9eHN7IciDbI0DBe85DAqHsxYUsODDuuQfL3OS8nZU=; b=DZCbrsR5HGs/xvxEdLnt7WbHkAVbgaFovHgUm6javDO9GsDY4tUQiVaub5QDa+AwhEddufNb0Pf9BqCy/OvGJsI6a1NgSEPo5jnK4kdTszKuOCU4B+Dl1u3PeaEygBBC; Received: from [176.41.233.165] (port=36925) by box401.bluehost.com with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.80) (envelope-from ) id 1UtLGS-0002ke-WF for gentoo-user@lists.gentoo.org; Sun, 30 Jun 2013 11:18:17 -0600 Message-ID: <51D06805.8080509@taydin.org> Date: Sun, 30 Jun 2013 20:16:53 +0300 From: Timur Aydin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130628 Thunderbird/17.0.7 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] configuring NFS server to handle client reboots References: <51D0669D.7070000@taydin.org> In-Reply-To: <51D0669D.7070000@taydin.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Identified-User: {1590:box401.bluehost.com:taydinor:taydin.org} {sentby:smtp auth 176.41.233.165 authed with ta@taydin.org} X-Archives-Salt: e06881d4-abf2-4142-afb4-9607d9a44478 X-Archives-Hash: f9e73cf2cc052e6f091fd9b0a22e61c7 On 06/30/13 20:10, Timur Aydin wrote: > Here is the mount command: > > mount -o nolock,tcp 10.2.2.254:/romfs_2011R1 /mnt > BTW, when I use UDP instead of TCP, then the mount works after repeated reboots. But I would rather use TCP, because based on past experiments I did, TCP mounted NFS shares have a higher bandwidth. Also, when using TCP, if I restart the NFS server on the gentoo host, /etc/init.d/nfs restart Then I can mount the NFS share on the Blackfin repeatedly. This all tells me that the NFS server is preventing subsequent TCP mounts unless the existing mount is unmounted first. -- Timur