V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
francischa1
V2EX  ›  问与答

急问: mac 手动挂载 APFS 格式的移动硬盘失败,请问如何解决“failed to mount because it appears to be an APFS Physical Store”?

  •  
  •   francischa1 · 2021-05-08 23:53:42 +08:00 · 660 次点击
    这是一个创建于 1056 天前的主题,其中的信息可能已经有所发展或是发生改变。
    我的一个东芝的 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
    philipjin
        1
    philipjin  
       2021-05-09 00:24:33 +08:00
    用 ps aux | grep fsck 看下是否有个 fsck 进程在运行,如果是的话等运行结束,自动会 mount
    LinusXu
        2
    LinusXu  
       2021-05-15 12:01:15 +08:00 via iPhone
    如果是 physical store 的话应该会在下面再分出一个 disk 。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2432 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 16:02 · PVG 00:02 · LAX 09:02 · JFK 12:02
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.