我正试图通过sshfs
上的mac
永久装载音量。我已尝试按照how-to-get-automount-and-sshfs-osxfuse-working-with-yosemite中的说明操作(虽然我有Sierra
,但我找不到相关说明,因此我想尝试使用Yosemite
说明。但是我在这一步陷入困境:
如果您没有看到
mount_sshfs
,则需要执行此步骤。这个 是一个关键的步骤,因为它很容易被遗忘并可能创造 头痛。sudo ln -s $(which sshfs) /sbin/mount_sshfs
。
这是错误:
$ sudo ln -s $(which sshfs) /sbin/mount_sshfs
ln: /sbin/mount_sshfs: Operation not permitted
我找不到解决这个问题的方法。
答案 0 :(得分:0)
Apple通过“系统完整性保护(SIP)”保护某些关键文件夹,您可以按照此处给出的说明暂时将其禁用 https://apple.stackexchange.com/questions/208478/how-do-i-disable-system-integrity-protection-sip-aka-rootless-on-macos-os-x