On 30/12/19 19:18, Daniel Frey wrote:
> 2. On all NFS clients, including the NFS server which mounted other NFS
> mounts, all NFS client options had to be selected or the mount would
> fail. It didn't matter specifying nfsvers=4.0 as a mount option, it
> failed if there was no NFS client kernel support for 4.1/4.2.
> 
> I don't know why, I just figured that it was something to do with the
> new kernels (running 5.4.x.)

Quite possibly the 4.0 code has been removed ... if the 4.1 or 4.2 code
will connect to a 4.0 server then the old code isn't needed.

XFS and ext are similar - there's only one instance of xfs code which
supports all versions, and I believe all the ext2 code is gone from the
kernel - ext4 with journal switched off will quite happily read/write ext2.

Cheers,
Wol

Reply via email to