这是一个创建于 2189 天前的主题,其中的信息可能已经有所发展或是发生改变。
第 1 条附言 · 2018-11-12 00:17:20 +08:00
diskutil list
/dev/disk0 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *251.0 GB disk0
1: EFI EFI 209.7 MB disk0s1
2: Apple_APFS Container disk1 134.0 GB disk0s2
diskutil verifyVolume disk0s2
Started file system verification on disk0s2
Verifying storage system
Using live mode
Performing fsck_apfs -n -x -l /dev/disk0s2
Checking volume
Checking the container superblock
Checking the EFI jumpstart record
Checking the space manager
Checking the object map
Checking the APFS volume superblock
Checking the object map
error: omap entry (oid 0x12785): invalid ov_paddr (35416202)
Object map is invalid
The volume /dev/disk0s2 could not be verified completely
Storage system check exit code is 8
Error: -69716: Storage system verify or repair failed
Underlying error: 8: Exec format error
好像是现在安装 macos 的分区,硬盘坏了。这该怎么办?
第 2 条附言 · 2018-11-12 12:49:35 +08:00
已经解决,记录一下操作
0. time machine 备份,做好最坏打算。
1. 重启 command + r 进入修复模式,磁盘工具,修复磁盘 first aid。
2. pe 进入 windows,把 mac 系统中合并不了的,前 bootcamp 分区格式化成 fat32
3. 正常启动 mac,磁盘工具,修复 fat32 分区,不操作这步,直接合并分区,仍然失败。
4. 磁盘工具,合并分区。
遗留坑,现在磁盘工具-修复磁盘,没有 error 了,但是有一堆 warning。
2 条回复 • 2018-11-11 21:40:12 +08:00
|
|
1
aLazarus 2018-11-11 17:27:37 +08:00 via Android
|
|
|
2
xace 2018-11-11 21:40:12 +08:00
@ aLazarus 这篇文章搜到了,和我的问题不一样,网上其他答案,基本上也都是这篇文章的子集。明天准备弄个 pe 看看吧。
|