Saya mengacaukan cadangan Time Machine saya dalam beberapa cara. Saya tidak lagi dapat me-mount file sparsebundle karena saya mendapatkan kesalahan yang menyatakan bahwa tidak ada filesystem mountable.
Saya menggunakan perintah hdiutil untuk melampirkan file sparsebundle:
hdiutil attach -nomount -readwrite flattop.sparsebundle
yang menghasilkan / dev / perangkat berikut:
/dev/disk2 Apple_partition_scheme
/dev/disk2s1 Apple_partition_map
/dev/disk2s2 Apple_HFSX
Setelah itu saya menjalankan perintah fsch_hfs untuk memeriksa volume utama (/ dev / disk2s2):
fsck_hfs -drf /dev/disk2s2
Ini menghasilkan pemberitahuan bahwa volume Time Machine Backups rusak dan perlu diperbaiki:
Unable to open block device /dev/disk2s2: Permission deniedjournal_replay(/dev/disk2s2) returned 13
** /dev/rdisk2s2 (NO WRITE)
Using cacheBlockSize=32K cacheTotalBlock=32768 cacheSize=1048576K.
Executing fsck_hfs (version diskdev_cmds-540.1~34).
Non-empty journal: start = 66310144, end = 94912512
Journal need to be replayed but volume is read-only
** Checking Journaled HFS Plus volume.
** Detected a case-sensitive volume.
The volume name is Time Machine Backups
** Checking extents overflow file.
Unused node is not erased (node = 3568)
Unused node is not erased (node = 3574)
Unused node is not erased (node = 3575)
** Checking catalog file.
** The volume Time Machine Backups was found corrupt and needs to be repaired.
volume type is pure HFS+
primary MDB is at block 0 0x00
alternate MDB is at block 0 0x00
primary VHB is at block 2 0x02
alternate VHB is at block 2865568974 0xaacd1cce
sector size = 512 0x200
VolumeObject flags = 0x07
total sectors for volume = 2865568976 0xaacd1cd0
total sectors for embedded volume = 0 0x00
Seperti yang Anda lihat ada juga kesalahan yang mengatakan "Tidak dapat membuka blokir perangkat / dev / disk2s2: Izin ditolakjournal_replay (/ dev / disk2s2) mengembalikan 13".
Saya pikir ini mungkin karena tidak menjalankan perintah fsck_hfs sebagai su, jadi saya mencobanya dengan sudo tetapi ini memiliki hasil yang sama.
File sparsebundle saya ada pada Synology DS408 NAS dan telah berjalan tanpa masalah selama sekitar 2 tahun sekarang :(
Adakah yang tahu bagaimana mengambil langkah ini lebih jauh?
Salam, Niels R.
PEMBARUAN: Seperti yang saya duga saat menulis pertanyaan ini, saya mungkin memiliki masalah dengan izin baca / tulis. Saya sekarang melihat volume muncul di Disk Utility dan ketika saya mengklik "Verifikasi" saya mendapatkan output berikut:
Verifying volume “Time Machine Backups”
Checking file systemJournal need to be replayed but volume is read-only
Checking Journaled HFS Plus volume.
Detected a case-sensitive volume.
Checking extents overflow file.
Unused node is not erased (node = 3568)
Checking catalog file.
Keys out of order
The volume Time Machine Backups was found corrupt and needs to be repaired.
Error: This disk needs to be repaired. Click Repair Disk.
Bisakah saya chmod file sparsebundle untuk mengatur izin yang tepat?
fsck_hfs
kembali: Tidak dapat membuka blokir perangkat / dev / disk7s2: Resource busyjournal_replay (/ dev / disk7s2) mengembalikan 16