1.查看磁盘的Volume Name
diskutil list
image.png
2.更新 /etc/fstab文件
sudo nano /etc/fstab
image.png
输入密码后,键入
LABEL=我就叫土豆的磁盘 none ntfs rw,auto,nobrowse
image.png
按Ctrl + X 保存,然后回车保存,重启Mac
3.添加快捷方式到桌面
sudo ln -s /Volumes/我就叫土豆的磁盘 ~/Desktop/我就叫土豆的磁盘
image.png
image.png
网友评论