Skip to content

Instantly share code, notes, and snippets.

@stefanopulze
Created December 4, 2021 16:59
Show Gist options
  • Save stefanopulze/82eb35240267d78a329331bae02e6089 to your computer and use it in GitHub Desktop.
Save stefanopulze/82eb35240267d78a329331bae02e6089 to your computer and use it in GitHub Desktop.
awesome nfs

Show mount points

showmount --exports <ip>

Mount

mount <ip>:<mount_point> <dest_folder>

# example
mount 192.168.1.20:/nfs/Video /mnt/video/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment