码迷,mamicode.com
首页 > Web开发 > 详细

MacOS 读写 NTFS 即插即用.

时间:2017-09-25 00:45:38      阅读:226      评论:0      收藏:0      [点我收藏+]

标签:http   github   sudo   mount   本地   brew   ntfs-3g   sbin   cos   

1. 安装osxfuse
https://osxfuse.github.io/

2. 安装brew
https://brew.sh/index_zh-cn.html

3. 安装ntfs-3g
brew install ntfs-3g

4. 替换本地的mount_ntfs 文件
sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.old
sudo ln -s /usr/local/sbin/mount_ntfs /sbin/mount_ntfs

MacOS 读写 NTFS 即插即用.

标签:http   github   sudo   mount   本地   brew   ntfs-3g   sbin   cos   

原文地址:http://www.cnblogs.com/blon/p/7589231.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!