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