我想在 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 中掛載 / 硬連結資料夾?