NFSv4: mount -t nsf4 not the same as mount_newnfs?

Rick Macklem rmacklem at uoguelph.ca
Mon Feb 8 14:49:49 UTC 2010



On Mon, 8 Feb 2010, O. Hartmann wrote:

>
> Mounting the filessystem via
>
> mount_newnfs host:/path /path
>
> works fine, but not
>
> mount -t nfs4 host:/path /path.
>

The mount command can be either:
mount -t nfs -o nfsv4 host:/path /path
or
mount -t newnfs -o nfsv4 host:/path /path
(The above was what the old now removed nfs4 used.)

Have fun with it, rick


More information about the freebsd-stable mailing list