Yosemite TimeMachine「使用磁碟機(帶加密)」失敗導致磁碟機在重新啟動時無法安裝

Yosemite TimeMachine「使用磁碟機(帶加密)」失敗導致磁碟機在重新啟動時無法安裝

我打開 TimeMachine 並告訴它使用我的 Drobo 磁碟區進行備份,並選取加密複選框。它考慮了幾分鐘,然後拋出一個錯誤,指出它無法打開加密(不幸的是,我沒有具體細節)。

然後我打開了沒有加密的 TimeMachine,它工作得很好。一切看起來都很正常,直到我重新啟動... Yosemite 無法安裝 Drobo,磁碟工具無法提供任何緩解

## rebuildMasterList ##
**********
Disk:   disk0 (APPLE HDD HTS541010A9E662 Media) - 0x7fa6cbe1a860
    Partition:  disk0s1 (EFI) - 0x7fa6cbf544d0
    Partition:  disk0s2 (Macintosh HD)    [* boot volume] - 0x7fa6cbe1af60
    Partition:  disk0s3 (Recovery HD) - 0x7fa6cbf54850
Disk:   disk1 (Drobo) - 0x7fa6cbe1abe0
    Partition:  disk1s1 (EFI) - 0x7fa6cbf55320
    Partition:  disk1s2 (disk1s2) - 0x7fa6cbd221c0
    Partition:  disk1s3 (Boot OS X) - 0x7fa6cbc207f0


Verify and Repair volume “disk1s2”
Starting repair tool: 
repairError:  Some information was unavailable during an internal lookup. - -69808
Error: Some information was unavailable during an internal lookup.

Disk Utility stopped repairing “disk1s2”: Some information was unavailable during an internal lookup.


mac:~ admin$ diskutil list
/dev/disk0
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *1.0 TB     disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:                  Apple_HFS Macintosh HD            999.3 GB   disk0s2
   3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
/dev/disk1
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *17.6 TB    disk1
   1:                        EFI EFI                     209.7 MB   disk1s1
   2:          Apple_CoreStorage                         17.6 TB    disk1s2
   3:                 Apple_Boot Boot OS X               134.2 MB   disk1s3

所以看起來愚蠢的加密東西實際上並沒有打開加密,而是將分區類型保留為CoreStorage?由於 diskUtil 的 coreStorage 工具根本無法使用它,這一事實使情況變得複雜。

$ diskutil core storage list
No CoreStorage logical volume groups found

$ diskutil coreStorage info /dev/disk1
/dev/disk1 is not a CoreStorage disk


$ diskutil info /dev/disk1
   Device Identifier:        disk1
   Device Node:              /dev/disk1
   Part of Whole:            disk1
   Device / Media Name:      Drobo

   Volume Name:              Not applicable (no file system)

   Mounted:                  Not applicable (no file system)

   File System:              None

   Content (IOContent):      GUID_partition_scheme
   OS Can Be Installed:      No
   Media Type:               Generic
   Protocol:                 FireWire
   SMART Status:             Not Supported

   Total Size:               17.6 TB (17592186044416 Bytes) (exactly 34359738368 512-Byte-Units)
   Volume Free Space:        Not applicable (no file system)
   Device Block Size:        512 Bytes

   Read-Only Media:          No
   Read-Only Volume:         Not applicable (no file system)
   Ejectable:                Yes

   Whole:                    Yes
   Internal:                 No
   OS 9 Drivers:             No
   Low Level Format:         Not supported

滿懷希望,我購買了 DiskWarrior 5,它甚至不會查看驅動器,因為它尚未安裝。

然後我嘗試了 Stellar Volume Optimizer,它聲稱可以修復損壞的捲,但它也不會觸及它,因為它說邏輯卷已加密(即使 DiskUtility 表明它沒有加密)。

下一步是什麼?有沒有辦法強制將分割區類型變更回 HFS+ 日誌式?我懷疑這只是分區類型誤導了其他所有內容。

答案1

我相信的答案是「不要這樣做」。至少,不要打開加密,除非它是一個幾乎什麼都沒有的新驅動器。在新增或存取檔案時一次增量地加密/解密幾個檔案不是問題。但是,一時興起對包含大量文件的驅動器啟用加密嗎?災難的秘訣。

沒有什麼可以在不丟失資料的情況下修復它。

相關內容