C'est le système de fichiers générateur du volume AURELIE HDD qui comporte des erreurs.
Passe la commande :
Bloc de code:diskutil repairVolume disk20s2
- la commande lance une réparation du système de fichiers dont dépend le volume
Attends la fin de l'opération et poste l'affichage retourné.
Le voici :
Bloc de code:
-bash-3.2# diskutil repairVolume disk20s2
Started file system repair on disk20s2 AURELIE HDD
Repairing file system
Volume was successfully unmounted
Performing fsck_hfs -fy -x /dev/rdisk20s2
Checking Journaled HFS Plus volume
Detected a case-sensitive volume
Checking extents overflow file
Checking catalog file
Invalid node structure
Invalid sibling link
Rebuilding catalog B-tree
Rechecking volume
Checking Journaled HFS Plus volume
Detected a case-sensitive volume
Checking extents overflow file
Checking catalog file
Incorrect number of thread records
Incorrect number of thread records
Checking multi-linked files
Checking catalog hierarchy
Invalid directory item count
(It should be 33 instead of 244)
Missing thread record (id = 579969)
Invalid directory item count
(It should be 0 instead of 309)
Missing thread record (id = 580281)
Invalid directory item count
(It should be 0 instead of 309)
Missing thread record (id = 580593)
Invalid directory item count
(It should be 0 instead of 309)
Missing thread record (id = 580905)
Invalid directory item count
(It should be 0 instead of 309)
Invalid directory item count
(It should be 1 instead of 2)
Incorrect folder count in a directory (id = 580593)
(It should be 0 instead of 1)
Incorrect folder count in a directory (id = 580905)
(It should be 0 instead of 1)
Incorrect folder count in a directory (id = 579969)
(It should be 0 instead of 1)
Incorrect folder count in a directory (id = 580281)
(It should be 0 instead of 1)
Checking extended attributes file
Invalid node structure
Invalid sibling link
Rebuilding extended attributes B-tree
Rechecking volume
Checking Journaled HFS Plus volume
Detected a case-sensitive volume
Checking extents overflow file
Checking catalog file
Incorrect number of thread records
Incorrect number of thread records
Checking multi-linked files
Checking catalog hierarchy
Invalid directory item count
(It should be 33 instead of 244)
Missing thread record (id = 579969)
Invalid directory item count
(It should be 0 instead of 309)
Missing thread record (id = 580281)
Invalid directory item count
(It should be 0 instead of 309)
Missing thread record (id = 580593)
Invalid directory item count
(It should be 0 instead of 309)
Missing thread record (id = 580905)
Invalid directory item count
(It should be 0 instead of 309)
Invalid directory item count
(It should be 1 instead of 2)
Incorrect folder count in a directory (id = 580593)
(It should be 0 instead of 1)
Incorrect folder count in a directory (id = 580905)
(It should be 0 instead of 1)
Incorrect folder count in a directory (id = 579969)
(It should be 0 instead of 1)
Incorrect folder count in a directory (id = 580281)
(It should be 0 instead of 1)
Checking extended attributes file
Incorrect number of extended attributes
(It should be 420792 instead of 420820)
Checking volume bitmap
Volume bitmap needs minor repair for orphaned blocks
Checking volume information
Invalid volume free block count
(It should be 134101428 instead of 141990562)
Repairing volume
Rechecking volume
Checking Journaled HFS Plus volume
Detected a case-sensitive volume
Checking extents overflow file
Checking catalog file
Checking multi-linked files
Checking catalog hierarchy
Checking extended attributes file
Checking volume bitmap
Checking volume information
The volume AURELIE HDD was repaired successfully
File system check exit code is 0
Restoring the original state found as mounted
Finished file system repair on disk20s2 AURELIE HDD
-bash-3.2#