问题描述
所以我不小心将我的拇指驱动器格式化为NTFS格式,现在所有数据都消失了。我仍然可以在我的电脑上使用它,但我不能在我的Mac上使用拇指驱动器。我只是希望它能再次在我的Mac上运行,我该如何重新格式化?
谢谢!
以下步骤是我的意思对我的拇指驱动做了:
diskpart
list disk
select disk 3
clean
create partition primary $
select partition 1
active
format fs = ntfs
分配
退出
我该怎么办才能让它恢复原状之前?
非常感谢!
So I accidentally formatted my thumb-drive into NTFS format, and now all the data is gone. I can still use it on my PC, but I cannot use the thumb-drive on my Mac. I just want it to be working again on my Mac, how can I reformat it?
Thanks!
The following steps are what I did to my thumb-drive:
diskpart
list disk
select disk 3
clean
create partition primary
select partition 1
active
format fs=ntfs
assign
exit
What should I do to just make it back to what it was before?
Thanks a lot!
这篇关于NTFS的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!