All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stan Hoeppner <stan@hardwarefreak.com>
To: Skip Coombe <skipcoombe@gmail.com>
Cc: Linux RAID <linux-raid@vger.kernel.org>
Subject: Re: Mounting MD raid1 array blocked by "Stale NFS file handle"
Date: Thu, 21 Jun 2012 03:36:26 -0500	[thread overview]
Message-ID: <4FE2DD0A.8000501@hardwarefreak.com> (raw)
In-Reply-To: <CAO7BsSmJiQb6PCmf+j6RnxVSFpDkK9w2wmimx86PqQxd+kY6Nw@mail.gmail.com>

Sorry bout the off-list only reply.  vger lists don't conform to standards.

On 6/20/2012 7:12 AM, Skip Coombe wrote:

> $ sudo mount -t ext2 -U dadb7d1c-daa2-4e56-8ef7-2816db397289 /mnt/back
> mount: Stale NFS file handle
> 
> $ sudo mount -t ext2 /dev/md1 /mnt/back
> mount: Stale NFS file handle
> 
> I do not have NFS intalled, only ssh and smb.
> 
> Any help will be appreciated. Please point out any info I have missed.

What you have missed is that the mount command doesn't mount devices, it
mounts filesystems, which reside on devices.  That means mount has
nothing to do with, and no knowledge of, the md driver or devices.  The
error is not indicative of the problem as you don't have NFS installed.
 The error msg is a bug.  File a report against mount and/or ext2 with
your distribution--looks like ubuntu.

Something is wrong with the filesystem nonetheless.  So the first thing
to do is run an fsck.  If that doesn't fix it, ask for help in the
various ubuntu fora.

-- 
Stan

      reply	other threads:[~2012-06-21  8:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-20 12:12 Mounting MD raid1 array blocked by "Stale NFS file handle" Skip Coombe
2012-06-21  8:36 ` Stan Hoeppner [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4FE2DD0A.8000501@hardwarefreak.com \
    --to=stan@hardwarefreak.com \
    --cc=linux-raid@vger.kernel.org \
    --cc=skipcoombe@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.