On Mon, Jul 27, 2020 at 4:04 PM Braden McDaniel wrote:
>
> As for my configuration, in /etc/nfs.conf, I have set:
>
>[nfsd]
>vers2=n
>vers3=n
>
> Apart from that, it has the Fedora 32 installation defaults.
>
> /etc/exports looks like:
>
> /my-export-root/foo *(rw)
With the above, you
On 2020-07-27 22:03, Braden McDaniel wrote:
> On Thu, 2020-07-16 at 10:03 +0800, Ed Greshko wrote:
>> On 2020-07-15 22:20, Braden McDaniel wrote:
>>> I'd like to support a CentOS 7 client from a Fedora 32 NFS4 server.
>>> Other Fedora 32 clients can mount the volume just fine using:
>>>
>>>$ m
On Thu, 2020-07-16 at 10:03 +0800, Ed Greshko wrote:
> On 2020-07-15 22:20, Braden McDaniel wrote:
> > I'd like to support a CentOS 7 client from a Fedora 32 NFS4 server.
> > Other Fedora 32 clients can mount the volume just fine using:
> >
> >$ mount -t nfs4 my-server:/my-export-root/foo /fo
Need more details to really know what's going on. What do your logs say
(on client and server)? Does mount -v return anything useful?
On 7/15/2020 10:20 AM, Braden McDaniel wrote:
> I'd like to support a CentOS 7 client from a Fedora 32 NFS4 server.
> Other Fedora 32 clients can mount the volum
On 2020-07-15 22:20, Braden McDaniel wrote:
> I'd like to support a CentOS 7 client from a Fedora 32 NFS4 server.
> Other Fedora 32 clients can mount the volume just fine using:
>
>$ mount -t nfs4 my-server:/my-export-root/foo /foo
>
> But when I try this from a CentOS 7 client, I get:
>
>
Braden McDaniel 于 2020年7月15日周三 下午10:21写道:
> I'd like to support a CentOS 7 client from a Fedora 32 NFS4 server.
> Other Fedora 32 clients can mount the volume just fine using:
>
>$ mount -t nfs4 my-server:/my-export-root/foo /foo
>
> But when I try this from a CentOS 7 client, I get:
>
>
I'd like to support a CentOS 7 client from a Fedora 32 NFS4 server.
Other Fedora 32 clients can mount the volume just fine using:
$ mount -t nfs4 my-server:/my-export-root/foo /foo
But when I try this from a CentOS 7 client, I get:
mount.nfs4: Operation not permitted
Is there any bit of