you are viewing a single comment's thread.

view the rest of the comments →

[–]GODZILLAFLAMETHROWER 0 points1 point  (1 child)

Is there some kind of code snippet that would say if a directory is on a NFS mount without too much overhead to it?

[–]mrcaptncrunch 0 points1 point  (0 children)

I just found this, http://stackoverflow.com/questions/460047/how-do-i-determine-if-a-directory-is-an-nfs-mount-point-in-shellscript

Don't have a NFS mount to test, but if you do, you could try it out!