Mac下可写方式加载NTFS移动硬盘

By admin, 18 三月, 2016

用mounty:https://mounty.app/ 

 

也可用osxfuse:

brew install ntfs-3g
brew install --cask osxfuse

重启

 

插入移动硬盘,推出系统自动加载的只读硬盘,在命令行用下面命令重新加载成可写

mkdir DISK && sudo mount -o rw,auto,nobrowse -w -t ntfs /dev/disk2s1 DISK

使用完后用umount DISK卸载

参考:https://www.apeaksoft.com/tips/mac-write-to-ntfs.html

标签

评论

Restricted HTML

  • 允许的HTML标签:<a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <img src>
  • 自动断行和分段。
  • 网页和电子邮件地址自动转换为链接。
验证码
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.
请输入"Drupal10"