You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mount command: mount -t nfs -o proto=tcp,port=2049 *************.elb.amazonaws.com:/ /mnt/f/
The mount type was nfs4
Tried to mount with vers=3 command without any success.
Then, redeployed the nfs-server with the following config: env: - name: GANESHA_TRANSPORTS value: "TCP" - name: GANESHA_NFS_PROTOCOLS value: "3"
Didn't help
Tried to change the mount command with adding "/export" also didn't help
How can I mount type nfs3?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I have deployed this image with the default configuration and successfully mounted the volume.
`cat /etc/ganesha/ganesha.conf
EXPORT
{
# Export Id (mandatory, each EXPORT must have a unique Export_Id)
Export_Id = 77;
}`
mount command:
mount -t nfs -o proto=tcp,port=2049 *************.elb.amazonaws.com:/ /mnt/f/
The mount type was nfs4
Tried to mount with vers=3 command without any success.
Then, redeployed the nfs-server with the following config:
env: - name: GANESHA_TRANSPORTS value: "TCP" - name: GANESHA_NFS_PROTOCOLS value: "3"
Didn't help
Tried to change the mount command with adding "/export" also didn't help
How can I mount type nfs3?
Thanks!
The text was updated successfully, but these errors were encountered: