NTFS FOR MAC(paragon Software),关于升级10.15.7最新系统后,无法使用写入加载的临时解决办法
最近我的Mac更新了最新的10.15.7,发现无法使用写入下载了,外接硬盘只能只读加载,使用的软件是NTFS FOR MAC(paragon software)正式版,非破解版,在网上找了N多的教程,也问过paragon中国代理商,都没有解决这个问题,于是我就自己联系了paragon官方和软件官方邮件沟通后,目前得到了一个临时的解决办法,希望能帮到大家第一步,打开终端程序,首先输入sudo mkd
最近我的Mac更新了最新的10.15.7,发现无法使用写入下载了,外接硬盘只能只读加载,使用的软件是NTFS FOR MAC(paragon software)正式版,非破解版,在网上找了N多的教程,也问过paragon中国代理商,都没有解决这个问题,于是我就自己联系了paragon官方
和软件官方邮件沟通后,目前得到了一个临时的解决办法,希望能帮到大家
第一步,打开终端程序,首先输入
sudo mkdir /Volumes/ntfs
这一步是为了创建一个硬盘挂载目录
第二步,输入
sudo /Library/Filesystems/ufsd_NTFS.fs/Contents/Resources/mount_ufsd_NTFS /dev/disk2s1 /Volumes/ntfs
这一步是手动使用软件挂载文件,将外接硬盘手动挂载到mac笔记本里
注意:
硬盘名称不一定是disk2s1,这里可以使用df -h命令查看电脑磁盘状态,找到外接硬盘的名称(比较麻烦)
也可以通过mac程序“磁盘工具”,去查看外接硬盘的名称,如下图
经过上述挂载操作后,电脑就能看到外接硬盘,并且可以读写了(这里适用于pagagon NTFS FOR MAC软件,其他软件不太清楚),不过唯一不好的是,这个方法只能一次性使用,当推出硬盘后,就需要重新进行上述操作,才能重新挂载,不过能解决问题就行。
官方给出的答复是因为苹果更新10.15.7最新版本后,系统关闭了外接NTFS权限授权,所以无法通过写入加载,目前只能等待软件更新或者苹果在后续系统开放NTFS权限~
以下为官方邮件回复内容:
Dear Customer,
After the latest macOS 10.15.7 Catalina Security Update 2022-003 (19H1824), issues have been reported with mounting NTFS volumes using the NTFS for Mac driver. The Development team were able to reproduce and confirm the issue. We expect it to be fixed in the next macOS updates.
For now, the following workaround can be tried:
1)Make sure you’re using Microsoft NTFS for Mac by Paragon Software build 15.9.314
It can be downloaded from the ParagonBox user portal if you have a license registered there or directly from the site:
https://www.paragon-software.com/home/ntfs-mac/
Be sure to uninstall any previous versions as described below:
https://kb.paragon-software.com/article/4500
2)Connect the drive containing the NTFS partition, and make sure the partition is not mounted.
3)Open the Terminal utility (Application -> Utilities -> Terminal) and perform the following command to create a mountpoint:
sudo mkdir /Volumes/ntfs
4)Run the following command:
diskutil list
and note the NTFS partition (disk0s3, for instance)
5)Run the following command to mount it:
sudo /Library/Filesystems/ufsd_NTFS.fs/Contents/Resources/mount_ufsd_NTFS /dev/diskXsY /Volumes/ntfs
where diskXsY - the NTFS partition from the previous step
(for instance)
sudo /Library/Filesystems/ufsd_NTFS.fs/Contents/Resources/mount_ufsd_NTFS /dev/disk0s3 /Volumes/ntfs
Please attach new verbose logs if the issue is still present:
https://kb.paragon-software.com/article/8138
更多推荐
所有评论(0)