I have more then diff 20 linux machines (Linux version - 5.1) and all linux machines are connected VIA switch to one PXE server
Question: is it possible exe mount on the same time from each Linux machine on the PXE server? or mount have limitation ?
for example maybe we can mount only on 4 machines and not both from 20 machines?
PXE server IP - 122.118.20.44
machine1 /bin/mount -t nfs 122.118.20.44:/home/MYDIR /mnt
machine2 /bin/mount -t nfs 122.118.20.44:/home/MYDIR /mnt
machine3 /bin/mount -t nfs 122.118.20.44:/home/MYDIR /mnt
machine4 /bin/mount -t nfs 122.118.20.44:/home/MYDIR /mnt
machine5 /bin/mount -t nfs 122.118.20.44:/home/MYDIR /mnt
.
.
.