我正在尝试挂载 NTFS 卷进行读写这解释。
但是当我连接卷时,出现此错误/Library/Logs/DiagnosticReports/ntfs-3g_2015-12-30-131038-1_morgan.crash
Process: ntfs-3g [2864]
Path: /usr/local/Cellar/ntfs-3g/2015.3.14/bin/ntfs-3g
Identifier: ntfs-3g
Version: ???
Code Type: X86-64 (Native)
OS Version: Mac OS X 10.11.2 (15C50)
System Integrity Protection: enabled
Crashed Thread: 0
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Application Specific Information:
dyld: launch, loading dependent libraries
Dyld Error Message:
Library not loaded: /usr/local/lib/libosxfuse.2.dylib
Referenced from: /usr/local/opt/ntfs-3g/bin/ntfs-3g
Reason: Incompatible library version: ntfs-3g requires version 12.0.0 or later, but libosxfuse.2.dylib provides version 10.0.0
Binary Images:
0x7fff69d95000 - 0x7fff69dcbfa7 dyld (360.18) <1A7F8274-FC32-3B86-9979-66B8F2B7B5E2> /usr/lib/dyld
我安装了与 MacFUSE 兼容的 OSXFUSE,但出现同样的错误。
答案1
遇到了同样的问题。解决方法为:“您需要安装 osxfuse 3.0.3 或更高版本。”请点击此处:https://github.com/osxfuse/osxfuse/releases