Skip to content

Commit fcee574

Browse files
author
Julie Chen
authored
Adding a command for mounting NFSv4.1
The UI for NFSv4.1 mount instructions has a bug, so we are adding the correct command in text.
1 parent 72b0bda commit fcee574

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)