我的一个东芝的 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 标题而没有其他内容。
请问解决方法呢?谢谢~
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
https://www.v2ex.com/t/775763
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.