showmount -e 192.168.0.27
# Creating a directory to mount the share $ mkdir /mnt/dev # Mounting the share $ mount -t nfs 192.168.0.27:/srv/nfs /mnt/dev
Last updated 10 months ago
Was this helpful?