🤡

NFS Mount

Tags
Tools
Date
Apr 30, 2022
sudo mount -t nfs IP:share /tmp/mount/ -nolock
Tag
Description
sudo
ã…¤
mount
ã…¤
-t nfs
type
IP:share
ã…¤
-nolock
Specifies not to use NLM locking
Â