Make NTFS Disk Read&Write On Mac

2019-10-05  本文已影响0人  凌杰991

Get DiskName value

$ diskutil list

Tip: DiskName is presented by the NAME field

Create fstab file if there is no such file in the root of etc directory

$ sudo touch /etc/fstab
$ sudo vim /etc/fstab

Edit fstab file

LABEL=${DiskName} none ntfs rw,auto,nobrowse

Create shortcut to desktop

$ sudo ln -s /Volumes/${DiskName} ~/Desktop/${DiskName}

Drag the shortcut and make it fixed to Finder siderbar

Hide your desktop shortcut

$ cd ~/Desktop
$ mv ${DiskName} .${DiskName}
上一篇 下一篇

猜你喜欢

热点阅读