这是一个创建于 1279 天前的主题,其中的信息可能已经有所发展或是发生改变。
我的一个东芝的 4t 盘在 mac 上,某次强制关机后开机就不能被电脑识别了,但是磁盘工具中显示有这个盘,在 finder 边栏里却不显示。我试着在磁盘工具里急救了,显示急救成功,但还是不能被识别。我网上搜了方法去了终端手动挂载,但不能成功,过程如下:
先在终端中输入了命令查到盘还在。信息如下:
/dev/disk4 (external, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *4.0 TB disk4
1: EFI EFI 209.7 MB disk4s1
2: Apple_APFS Container disk5 4.0 TB disk4s2
接着我开始尝试挂载命令,如下:
sudo diskutil mount /dev/disk4s2
Password:
Volume on disk4s2 failed to mount because it appears to be an APFS Physical Store
See "diskutil apfs list"
failed to mount because it appears to be an APFS Physical Store
所以问题是,APFS 格式的磁盘应该如何挂载?
然后我试着把磁盘名称改一下,把 disk4s 改成 disk4,就出现以下:
sudo diskutil mount /dev/disk4
Volume on disk4 failed to mount; if it has a partitioning scheme, use "diskutil mountDisk"
If the volume is damaged, try the "readOnly" option
按照提示我把命令改成了如下,
sudo diskutil mountDisk /dev/disk4
Volume(s) mounted successfully
虽然显示挂载成功,但实际上在 finder 边栏里只出现了一个 EFI 标题而没有其他内容。
请问解决方法呢?谢谢~
2 条回复 • 2021-05-15 12:01:15 +08:00
|
|
1
philipjin 2021-05-09 00:24:33 +08:00
用 ps aux | grep fsck 看下是否有个 fsck 进程在运行,如果是的话等运行结束,自动会 mount
|
|
|
2
LinusXu 2021-05-15 12:01:15 +08:00 via iPhone
如果是 physical store 的话应该会在下面再分出一个 disk 。
|