Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Feb 2010 10:01:03 -0500 (EST)
From:      Rick Macklem <rmacklem@uoguelph.ca>
To:        "O. Hartmann" <ohartman@zedat.fu-berlin.de>
Cc:        freebsd-stable@freebsd.org, freebsd-questions@freebsd.org
Subject:   Re: NFSv4: mount -t nsf4 not the same as mount_newnfs?
Message-ID:  <Pine.GSO.4.63.1002080959030.25952@muncher.cs.uoguelph.ca>
In-Reply-To: <4B6FE550.9020506@zedat.fu-berlin.de>
References:  <4B6FE550.9020506@zedat.fu-berlin.de>

next in thread | previous in thread | raw e-mail | index | archive | help


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.63.1002080959030.25952>