NTFS read-write solution under Mac

Source: Internet
Author: User

1 mount查看磁盘挂载情况
Mount
2 卸载挂载
sudo Umount /volumes/untitled/
3 重新挂载
sudo Mount -T Ntfs-o rw,auto,nobrowse/dev/disk4s2/volumes/udisk/

-t ntfs # 执行要挂载的分区文件系统格式

-o # 执行挂载的选项

rw # read-write,以读写的方式挂载

auto # 自动检测文件系统,此参数可以省略

nobrowse # 这个选项非常重要,因为这选项指明了在finder里不显示这个分区,只有打开了这个选项才能将磁盘以读写的方式进行挂载

/dev/disk4s2 # 要挂载的分区,也就是我们在mount命令中看到的盘符

/Volumes/Udisk/ # 挂载点

Attention:如果目录不存在会收到如下报错:mount: realpath /Volumes/Udisk: No such file or directory。

Need to be created manually under: sudo mkdir/volumes/udisk.

4 确认挂载
Mount| grep NTFS
5 创建软链接
sudo Ln -s/volumes/udisk/~/desktop/udisk

NTFS read-write solution under Mac

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.