From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: linux-nfs-owner@vger.kernel.org Received: from mail-ee0-f46.google.com ([74.125.83.46]:47898 "EHLO mail-ee0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751814Ab2H3JRs (ORCPT ); Thu, 30 Aug 2012 05:17:48 -0400 Received: by eekc1 with SMTP id c1so602959eek.19 for ; Thu, 30 Aug 2012 02:17:45 -0700 (PDT) Message-ID: <503F2FB6.5040002@eneotecnologia.com> Date: Thu, 30 Aug 2012 11:17:42 +0200 From: =?UTF-8?B?Q2FybG9zIEppbcOpbmV6?= MIME-Version: 1.0 To: "J. Bruce Fields" CC: linux-nfs@vger.kernel.org Subject: Re: Stale NFS file handle - persistent error References: <503E131F.2040904@eneotecnologia.com> <503E13BF.6010304@eneotecnologia.com> <20120829171122.GA9983@fieldses.org> <503F0BEF.4020104@eneotecnologia.com> In-Reply-To: <503F0BEF.4020104@eneotecnologia.com> Content-Type: text/plain; charset=UTF-8; format=flowed Sender: linux-nfs-owner@vger.kernel.org List-ID: Also, I've tried copying a file at a client machine from the NFS Server (to /dev/null) and it outputs the same stale error: [root@host1 1]# cp -v 5c0455eb494fd43b5c7c576e0c642fbe /dev/null cp: overwrite `/dev/null'? y `5c0455eb494fd43b5c7c576e0c642fbe' -> `/dev/null' cp: reading `5c0455eb494fd43b5c7c576e0c642fbe': Stale NFS file handle Cheers, Carlos. On 08/30/2012 08:45 AM, Carlos Jiménez wrote: > Hi, > > Thank you for your reply. >> Could you be more specific? What kernel version exactly, and what >> filesystem are you exporting, and what are the export options? > Kernel version: 2.4.27-3-386 > Filesystem exported: ext3 > Export options: rw,no_root_squash,sync > > I've shared/exported to the full network 192.168.180.0/24. > The exported directory is /opt/virtual/one and in /opt/virtual it is > mounted /dev/cciss/c0d0p4 (with default options), which is a 256GB > (8GB used) partition over a 3 disks RAID5. > >> >> What version of NFS are you using? >> > Vers 3 > >> I assume you're not doing anything else with either file or directory at >> the same time? (E.g., not deleting or renaming the file while it's >> being copied?) >> >> > I'm not doing anything else with either file or directory at the same > time. >