panic(cpu 0 caller 0x00321C20): "hfs_UNswap_BTNode: invalid forward link (0xABAC0006)\n"@/SourceCache/xnu/xnu-1228.5.20/bsd/hfs/hfs_endian.c:254
Backtrace, Format - Frame : Return Address (4 potential args on stack)
0x3cb4b768 : 0x12b0fa (0x4592a4 0x3cb4b79c 0x133243 0x0)
After some web search [1], I found out that the reason was probably a defect sparse bundle caused by turning off my computer during backups, which I sometimes do. So the solution was to repair the sparse bundle:
- I mounted the windows share on which my Time Machine sparse bundle lies.
Then, I executed the following commands in the terminal: - Make the sparse bundle available as a device (in my case, it was /dev/disk1, but hdiutil tells you, which device it assigns the sparse bundle to):
hdiutil attach -nomount -readwrite /Volumes/windows_share/my.sparsebundle - Repair the sparse bundle (this takes some time):
fsck_hfs -f /dev/disk1
Keine Kommentare:
Kommentar veröffentlichen