MacOSでフォルダをマウントする

MacOSでフォルダをマウントする

macOS Catalina でフォルダーをマウント(具体的にはソフトリンクではなくマウント)したいです。

私は試した:

mount -t ufs <path to src folder> <path to dst where I want my mount point>

代わりに得たもの:

mount: exec ....../mount_ufc for <path to dst where I want my mount point>: No such file or directory

そこでフォルダを作成しました

mkdir <path to dst where I want my mount point>

コマンドを再度実行してもまだ mount: exec ....../mount_ufc for <path to dst where I want my mount point>: No such file or directory

macOS でフォ​​ルダーをマウント/ハードリンクするにはどうすればよいですか?

関連情報