I know it is a condition of hard links that they cannot span filesystems. Does this apply to NFS mounts? Given the following directory structure, would I be able to create a hard link in directory A that points to a file in directory B?
/root
/A
/B <-NFS mount
For example, I'd like to run " ln /root/b/file.txt /root/a/linkedfile.txt "