# List available directories sudo showmount -e <target-ip>
# Create a directory to mount the share $ mkdir /mnt/dev # Mount the share $ mount -t nfs <target-ip>:/srv/nfs /mnt/dev
Last updated 1 month ago
Was this helpful?