Is it possible to export (for nfs mounting) tmpfs or rootfs directories? I have many linux nodes which are booted into a ram based filesystem with just rootfs and tmpfs. I want each node to see some files in the other nodes, so I am trying to export some directory and trying to mount on another node. I see the following error in /var/log/messages of the nfs server - rpc.mountd: getfh failed: No such file or directory
I have read that one cannot export tmpfs. Is the same true for rootfs? What options do I have?