repairing my time machine backup
April 16th, 2010 by Lawrence David
my time machine backup is stored on a linux file server which i connect to wirelessly. lately, my time machine backups have been extremely slow; my recent attempt to run disk utility on the drive failed with the error: “Disk Utility cannot repair Time Machine.”
here’s a solution that i found on jthon’s place, which i’m currently trying out:
- connect to my linux server using the Finder
- running hdiutil:Â /Users/foo/hdiutil attach -nomount -readwrite /Volumes/TimeMachine/foo.sparsebundle
- running fsck_hfs:Â /Users/foo/fsck_hfs -rf /dev/disk1s2
fingers crossed this works!