From: Mi Jinlong <mijinlong@cn.fujitsu.com>
To: Taousif_Ansari@DELLTEAM.com
Cc: linux-nfs@vger.kernel.org
Subject: Re: mount.nfs4: Mounting failed, reason given by server: No such file or directory
Date: Tue, 17 May 2011 14:38:18 +0800 [thread overview]
Message-ID: <4DD217DA.5050205@cn.fujitsu.com> (raw)
In-Reply-To: <A1A98FD909DC5248811A65C5D18E9C761DF69B191D@BLRX7MCDC202.AMER.DELL.COM>
Taousif_Ansari@DELLTEAM.com 写道:
> Hi,
>
> I have exported one directory from my server it is /export and my /etc/export file looks like
>
> /export *(rw,fsid=0,sync,pnfs,insecure,no_root_squash,no_subtree_check)
>
> At client
> tsf@client]# mount -t nfs4 -o minorversion=1 <server-ip>:/export /mnt
> Mount.nfs4: mounting <server-ip>:/export filed, reason given by server: No such file or directory.
You should mount NFS4 as:
# mount -t nfs4 -o minorversion=1 <server-ip>:/ /mnt
Don't add the export dir after server-ip.
>
> Instead, if I use simple mount then it is succeeding
> tsf@client]# mount <server-ip>:/export /mnt
As this, you mount nfs success through NFSv3.
--
----
thanks
Mi Jinlong
next prev parent reply other threads:[~2011-05-17 6:36 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-17 4:52 [PATCH 0/2] Two small fixes for nfs-utils Neil Brown
2011-05-17 4:52 ` [PATCH 1/2] Remove risk of nfs_addmntent corrupting mtab Neil Brown
2011-05-17 13:45 ` Chuck Lever
[not found] ` <20110517045217.29020.16140.stgit-wvvUuzkyo1EYVZTmpyfIwg@public.gmane.org>
2011-05-23 12:26 ` Steve Dickson
2011-05-17 4:52 ` [PATCH 2/2] supress socket error when address family is not supported Neil Brown
[not found] ` <20110517045217.29020.46681.stgit-wvvUuzkyo1EYVZTmpyfIwg@public.gmane.org>
2011-05-17 6:29 ` mount.nfs4: Mounting failed, reason given by server: No such file or directory Taousif_Ansari-G5Y5guI6XLZWk0Htik3J/w
2011-05-17 6:38 ` Mi Jinlong [this message]
2011-05-23 12:26 ` [PATCH 2/2] supress socket error when address family is not supported Steve Dickson
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=4DD217DA.5050205@cn.fujitsu.com \
--to=mijinlong@cn.fujitsu.com \
--cc=Taousif_Ansari@DELLTEAM.com \
--cc=linux-nfs@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).