OS X mount local directory [closed] OS X mount local directory [closed] unix unix

OS X mount local directory [closed]


bindfs seems like what you're after...


mount localhost:/path1 /path2

will use NFS.

There is a lot of things that may go wrong with NFS, it would be insane to handle them in this answer, better ask on apple.stackexchange.com and read man mount_nfs(8).


You can only mount different filesystems under the directory tree. You may be able to achieve what you're looking to do by hard linking the directories. OS X allows hard linking directories and to perforce it would like like different directories