Mac的移动硬盘不能装载该如何解决?
李菁菁老公
昨天拔硬盘时,不能弹出,赶着要睡觉,就直接拔掉USB接⼝,谁料到今天再插进去,电脑不能识别,⽆法装载了.
我的天那, ⾥⾯很多重要资料,我以为硬盘坏了,要重新格盘了...T T
还好在⽹上到了⼤神们的指点:
怎样破解无线网络密码1) 先使⽤diskutil list 查看⾃⼰宗卷名字我的是Netac 对应的是/dev/disk2
金希澈女友SiegdeMBP:~ sieg$ diskutil list
观沧海 曹操/dev/disk0 (internal, physical):
三种人不宜喝金银花水#:                      TYPE NAME                    SIZE      IDENTIFIER
0:      GUID_partition_scheme                        *121.3 GB  disk0
1:                        EFI EFI                    209.7 MB  disk0s1
2:                Apple_APFS Container disk1        121.1 GB  disk0s2
/dev/disk1 (synthesized):
#:                      TYPE NAME                    SIZE      IDENTIFIER
0:      APFS Container Scheme -                      +121.1 GB  disk1
Physical Store disk0s2
1:                APFS Volume Macintosh HD            105.3 GB  disk1s1
2:                APFS Volume Preboot                66.7 MB    disk1s2
3:                APFS Volume Recovery                1.0 GB    disk1s3
4:                APFS Volume VM                      2.1 GB    disk1s4
/dev/disk2 (external, physical):
#:                      TYPE NAME                    SIZE      IDENTIFIER
0:    FDisk_partition_scheme                        *640.1 GB  disk2
1:                  Apple_HFS Netac                  640.1 GB  disk2s1
/dev/disk3 (external, physical):
#:                      TYPE NAME                    SIZE      IDENTIFIER
0:    FDisk_partition_scheme                        *2.0 TB    disk3
1:              Windows_NTFS                        2.0 TB    disk3s1
2)然后输⼊sudo diskutil mount /dev/disk2 想⼿动装载吧
然⽽并没有卵⽤依旧⽆法识别出现 timed out waiting to mount婚俗改革实验区名单
3)接着输⼊
diskutil unmountDisk /dev/disk2
diskutil eject /dev/disk2
卸载是successful了但是eject 还是timed out
妈呀~~ 救命.
4)这时有个⼤佬说
I was having the exact same issue where unmountDisk would work fine but eject would result in the "timed out" message. I finally
found a suggestion to see if fsck was holding the disk hostage. A quick ps aux | grep fsck revealed that indeed it was hijacking the disk/volume as soon as it was plugged in. sudo pkill -f fsck (or just kill with the PID if you prefer) immediately allowed the volume to be mounted.
然后输⼊ ps aux | grep fsck 确实fsck在搞⿁
然后杀掉所有fsck的进程 sudo pkill -f fsck
好啦!  拔掉硬盘再插进去看看桌⾯是否有盘符显⽰粗来
以下是参考⼤佬的解决办法的链接:
sudo diskutil mount /dev/disk2
sudo diskutil mount /dev/disk2