111,2049 - NFS
# 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/devLast updated
Was this helpful?
# 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/devLast updated
Was this helpful?