当前位置:   article > 正文

Mac不识别被强制拔出过的移动硬盘_if you think the volume is supported but damaged,

if you think the volume is supported but damaged, try the "readonly" option

移动硬盘是ExFat格式的,之前在Mac上可以正常使用,后因为在大疆无人机遥控器上插拔后Mac插入不识别,硬盘工具无法挂载。

  1. 1. diskutil list // 查看对应移动硬盘磁盘号
  2. /dev/disk2 (external, physical):
  3. #: TYPE NAME SIZE IDENTIFIER
  4. 0: FDisk_partition_scheme *1.0 TB disk2
  5. 1: Windows_NTFS LENOVO_USB_ 1.0 TB disk2s1
  6. 2. sudo diskutil mount /dev/disk2 // 尝试挂载
  7. Volume on disk2 timed out waiting to mount //失败
  8. 3. sudo fsck_hfs -fy /dev/disk2 // 修复处理
  9. ** /dev/rdisk2 (NO WRITE)
  10. Executing fsck_hfs (version hfs-522.100.6).
  11. volumeType is 0
  12. /dev/rdisk2 0000: 0000 0000 0000 0000 0000 0000 0000 0000 |................|
  13. . . .
  14. /dev/rdisk2 01b0: 0000 0000 0000 0000 460a 1659 0000 0020 |........F..Y....|
  15. /dev/rdisk2 01c0: 2100 07fe ffff 0008 0000 0058 7074 0000 |...........Xpt..|
  16. /dev/rdisk2 01d0: 0000 0000 0000 0000 0000 0000 0000 0000 |................|
  17. . . .
  18. /dev/rdisk2 01f0: 0000 0000 0000 0000 0000 0000 0000 55aa |..............U.|
  19. 4.sudo diskutil mount /dev/disk2 // 再次尝试挂载
  20. Volume on disk2 failed to mount
  21. Perhaps the operation is not supported (kDAReturnUnsupported)
  22. If it has a partitioning scheme, use "diskutil mountDisk"
  23. If you think the volume is supported but damaged, try the "readOnly" option
  24. 5. sudo diskutil mountDisk /dev/disk2 //根据提示更换命令
  25. Volume(s) mounted successfully // 大功告成

参考:

1. https://blog.csdn.net/yuanzi_001/article/details/126891792

2. https://www.jianshu.com/p/56d37a0002d7

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/盐析白兔/article/detail/684576
推荐阅读
  

闽ICP备14008679号