ARTICLE DETAIL

资讯详情

深耕网站建设、视觉设计与SEO优化的一线实战洞察。

mac 查看fat32磁盘

mac 查看fat32磁盘

1.首先安装社区维护的ntfs工具。

brew tap gromgit/homebrew-fuse
#### brew install ntfs-3g

2.然后就是mount啦

这里的/dev/diskXsY 就是自己看啦,看到下面是没有externatl(外部拓展这一项的,或者使用磁盘工具,如果插上了u盘也是可以看到的)

image
image

然后使用命令

mkdir  /Volumes/NTFS 
sudo mount -t ntfs-3g /dev/diskXsY /Volumes/NTFS -o local -o allow_other

就可以挂载磁盘了

返回列表