The machine that hosts the shared resource acts as a server, and the machine requesting the resource acts as a client. For easier understanding, the following assumptions are made. Location of shared resource at server: /shared/vm-images/vm.qcow2 Server IP: 10.128.2.9 Client IP: 10.128.2.10 Server Install nfs-kernel-server using apt install nfs-kernel-server Open /etc/exports, add the client address and the shared resource directory. For example: /shared/vm-images 10.128.2.10(rw,insecure,async,no_root_squash,no_subtree_check,crossmnt)