Skip to content

Instantly share code, notes, and snippets.

@goooooouwa
Created July 21, 2025 15:31
Show Gist options
  • Save goooooouwa/1cc89dca704ff96e34ce193e0ccac5be to your computer and use it in GitHub Desktop.
Save goooooouwa/1cc89dca704ff96e34ce193e0ccac5be to your computer and use it in GitHub Desktop.
linux command line to mount NFS #mount #nfs
# install nfs client on Ubuntu
# sudo apt install nfs-common
sudo mount -t nfs 192.168.x.x:/remote/path /local/path
# umount
sudo umount /mnt/nas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment