開啟MacOS NTFS默認加載只讀改成讀寫
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了開啟MacOS NTFS默認加載只讀改成讀寫相关的知识,希望对你有一定的参考价值。
第一步:開啟終端進入root模式
$ sudo -s
第二步:備份NTFS初始文件
# mv /sbin/mount_ntfs /sbin/mount_ntfs_bak
第三步:新建需要掛載的NTFS腳本
# vim /sbin/mount_ntfs
#!/bin/sh
/sbin/mount_ntfs_orig -o rw,nobrowse "[email protected]"
第四步:設置掛載文件的權限
# chmod a+x /sbin/mount_ntfs
第五步:重啓Mac即可使用NTFS讀寫的權限
# reboot
備註:
如果將系統自帶配置文件變更時出現如下提示
mv: rename mount_ntfs to mount_ntfs_bak: Operation not permitted. 的问题,具体步骤如下
重啓 Mac,cmd+R 進入恢復(recovery)模式
進入 terminal
關閉安全限制並重啓Mac 設置完成後從先開啟安全限制以保證安全
# csrutil disable
# reboot
開啟Volumes桌面快捷方式
sudo ln -s /Volumes ~/Desktop/Volumes
本文出自 “耐心是美德” 博客,谢绝转载!
以上是关于開啟MacOS NTFS默認加載只讀改成讀寫的主要内容,如果未能解决你的问题,请参考以下文章