使用挂载方式解决Mac下不能写入NTFS问题

2017-09-30  本文已影响55人  吃土的狒狒
  1. 修改fstab

sudo vim /etc/fstab
#输入密码

#添加内容,磁盘名称不可改

  LABEL=StudyRoom none ntfs rw,auto,nobrowse
  LABEL=Study&Entertainment none ntfs rw,auto,nobrowse
  LABEL=Entertainment none ntfs rw,auto,nobrowse
  LABEL=Backup&Soft none ntfs rw,auto,nobrowse

#保存退出
:wq

  1. 重启mac
  2. 访问硬盘

随后, 当你再重新连接 此 USB 设备的时候, 桌面上不再显示这个 USB 分区的白色盒子图标.
你需要按 Command-Shift-G 前往 /Volumes 卷宗目录.

或者在终端中输入

open /Volumes/Entertainment

4.卸载硬盘

进入硬盘后,右键,推出硬盘,选择全部推出硬盘

上一篇 下一篇

猜你喜欢

热点阅读