所以我清理了我的 Mac Mini(OS X Lion),并用 Ubuntu 12.04.2 替换了操作系统。到目前为止一切顺利,运行良好。但我仍然想访问外部备份驱动器的 Time Machine 内容。在安装 Ubuntu 期间,驱动器未发生任何变化。它只是一个外部 1TB USB 驱动器。问题是,分区类型是 AF05(Apple Core Storage),而不是 HFS+。有没有办法在 Linux 中安装它,还是我必须找到另一台 Mac 来执行数据恢复?
以下是相关的磁盘布局信息:
GPT fdisk (gdisk) version 0.8.1
Type device filename, or press <Enter> to exit: /dev/sdb
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present
Found valid GPT with protective MBR; using GPT.
Command (? for help): p
Disk /dev/sdb: 1953525165 sectors, 931.5 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): 44A9E054-ABBA-4788-8D47-D473709370CB
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 1953525131
Partitions will be aligned on 8-sector boundaries
Total free space is 10 sectors (5.0 KiB)
Number Start (sector) End (sector) Size Code Name
1 40 409639 200.0 MiB EF00 EFI System Partition
2 409640 1953262983 931.2 GiB AF05 TIMEMACHINE
3 1953262984 1953525127 128.0 MiB AB00 Booter 0x43773a38
我想要获取的是 TIMEMACHINE 分区 /dev/sdb2。还有希望吗?
答案1
我发现这张纸分析了 FileVault 2 的安全性,作者写道这个图书馆允许通过以下方式访问 CoreStorage 分区保险丝。
以下是如何挂载加密分区,但我还没有尝试过。他们还在首页上提到非加密分区支持仍在开发中。
答案2
到目前为止,我发现最好的选择是启动 MacOS 恢复系统(你必须创建一个恢复磁盘),从那里禁用 FileVault 保护,然后启动 Linux(我的情况是 14.04)并使用以下方式挂载现在的 HFS+ 分区高速文件系统并以此方式提取文件。我知道这不是您想要的,但更像是一种获取文件的变通方法。