# NFS Show available shares: ```bash $ showmound -e <address of server> ``` Create mount point and mount share: ```bash $ mkdir /tmp/nfs $ mount -o rw,vers=2 192.168.1.25:/tmp /tmp/nfs ```