close
Snow Leopard預設把外掛的NTFS儲存設備設定成read only, 沒辦法寫入檔案
google了一陣子才找到比較好的解決方法
以下的方法適用於有UNIX基礎的人
ref: http://forums.macrumors.com/showthread.php?t=785376&page=2
Quot from iBlacky @ macrumors.com
Rename the original /sbin/mount_ntfs tool: sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.orig Create a script like this: #!/bin/sh /sbin/mount_ntfs.orig -o rw "$@“ save the script to /sbin/mount_ntfs sudo chown root:wheel /sbin/mount_ntfs sudo chmod 755 /sbin/mount_ntfs Enjoy R/W access to NTFS volumes... In case you don't like it sudo mv /sbin/mount_ntfs.orig /sbin/mount_ntfs and everything is back to R/O. |
文章標籤
全站熱搜