Re: NFS4: CentOS 7 client with a Fedora 32 server

2020-07-27 Thread Tom H
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

Re: NFS4: CentOS 7 client with a Fedora 32 server

2020-07-27 Thread Ed Greshko
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

Re: NFS4: CentOS 7 client with a Fedora 32 server

2020-07-27 Thread Braden McDaniel
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

Re: NFS4: CentOS 7 client with a Fedora 32 server

2020-07-16 Thread Michael Watters
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

Re: NFS4: CentOS 7 client with a Fedora 32 server

2020-07-15 Thread Ed Greshko
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: > >

Re: NFS4: CentOS 7 client with a Fedora 32 server

2020-07-15 Thread Qiyu Yan
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: > >

NFS4: CentOS 7 client with a Fedora 32 server

2020-07-15 Thread Braden McDaniel
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