Skip to content

Commit fe9d89e

Browse files
authored
Merge pull request #91584 from b-juche/patch-1
Adding a command for mounting NFSv4.1
2 parents 72b0bda + fcee574 commit fe9d89e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/azure-netapp-files/azure-netapp-files-mount-unmount-volumes-for-virtual-machines.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ You can mount or unmount a volume for Windows or Linux virtual machines as neces
2626
![Mount instructions NFS](../media/azure-netapp-files/azure-netapp-files-mount-instructions-nfs.png)
2727

2828
![Mount instructions SMB](../media/azure-netapp-files/azure-netapp-files-mount-instructions-smb.png)
29+
30+
If you are using NFSv4.1, use the following command to mount your file system:
31+
`sudo mount -t nfs -o rw,hard,rsize=65536,wsize=65536,vers=4.1,tcp,sec=sys $MOUNTTARGETIPADDRESS:/$VOLUMENAME $MOUNTPOINT`

0 commit comments

Comments
 (0)