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에서 어떻게 하드링크 폴더를 마운트할 수 있나요?