PROJET AUTOBLOG


Shaarli - Les discussions de Shaarli

Archivé

Site original : Shaarli - Les discussions de Shaarli du 23/07/2013

⇐ retour index

Fix Time Machine Sparsebundle NAS Based Backup Errors | Garth Gillespie

samedi 17 janvier 2015 à 08:56
JMLRT's Shaarli 17/01/2015
Comment réparer le fichier sparsebundle lorsque TimeMachine indique que celui-ci est corrompu:

chflags -R nouchg /Volumes/{name of your network share}/{name of}.sparsebundle
hdiutil attach -nomount -noverify -noautofsck /Volumes/{name of your network share/{name of}.sparsebundle
fsck_hfs -drfy -c 750 /dev/diskXs2
grep "The Volume was repaired successfully" /var/log/fsck_hfs.log
hdiutil detach /dev/diskxs2
chflags -R nouchg /Volumes/{name of your network share}/{name of}.sparsebundle
(Permalink)