Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| ntfsfix [Le 30/10/2019, 13:30] – [Quelques précautions] 88.182.40.86 | ntfsfix [Le 17/04/2021, 15:50] (Version actuelle) – [Cas spéciaux] 88.122.224.21 | ||
|---|---|---|---|
| Ligne 17: | Ligne 17: | ||
| ===== Utilisation ===== | ===== Utilisation ===== | ||
| + | ==== Cas standard ==== | ||
| '' | '' | ||
| <code bash> | <code bash> | ||
| Ligne 22: | Ligne 23: | ||
| <note important> | <note important> | ||
| + | ==== Cas spéciaux ==== | ||
| + | === Partition réservée par windows === | ||
| + | L' | ||
| + | <code bash> | ||
| + | sudo mount /dev/sda27 /mnt | ||
| + | The disk contains an unclean file system (0, 0). | ||
| + | Metadata kept in Windows cache, refused to mount. | ||
| + | Falling back to read-only mount because the NTFS partition is in an | ||
| + | unsafe state. Please resume and shutdown Windows fully (no hibernation | ||
| + | or fast restarting.) | ||
| + | Could not mount read-write, trying read-only | ||
| + | |||
| + | sudo ntfsfix -d / | ||
| + | Mounting volume... The disk contains an unclean file system (0, 0). | ||
| + | Metadata kept in Windows cache, refused to mount. | ||
| + | FAILED | ||
| + | Attempting to correct errors... | ||
| + | Processing $MFT and $MFTMirr... | ||
| + | Reading $MFT... OK | ||
| + | Reading $MFTMirr... OK | ||
| + | Comparing $MFTMirr to $MFT... OK | ||
| + | Processing of $MFT and $MFTMirr completed successfully. | ||
| + | Setting required flags on partition... OK | ||
| + | Going to empty the journal ($LogFile)... OK | ||
| + | Checking the alternate boot sector... OK | ||
| + | NTFS volume version is 3.1. | ||
| + | NTFS partition /dev/sda27 was processed successfully. | ||
| + | |||
| + | sudo mount /dev/sda27 /mnt | ||
| + | Mount is denied because the NTFS volume is already exclusively opened. | ||
| + | The volume may be already mounted, or another software may use it which | ||
| + | could be identified for example by the help of the ' | ||
| + | |||
| + | sudo umount /dev/sda27 | ||
| + | sudo mount /dev/sda27 /mnt | ||
| + | touch /mnt/toto </ | ||
| + | === Master File Table dégradée === | ||
| + | <code bash> | ||
| + | Mounting volume... $MFTMirr does not match $MFT (record 0). | ||
| + | FAILED | ||
| + | Attempting to correct errors... | ||
| + | Processing $MFT and $MFTMirr... | ||
| + | Reading $MFT... OK | ||
| + | Reading $MFTMirr... OK | ||
| + | Comparing $MFTMirr to $MFT... FAILED | ||
| + | Correcting differences in $MFTMirr record 0...OK | ||
| + | Processing of $MFT and $MFTMirr completed successfully. | ||
| + | Setting required flags on partition... OK | ||
| + | Going to empty the journal ($LogFile)... OK | ||
| + | Checking the alternate boot sector... OK | ||
| + | NTFS volume version is 3.1. | ||
| + | NTFS partition /dev/sdb1 was processed successfully.</ | ||
| + | |||
| + | |||
| + | |||
| =====Quelques précautions===== | =====Quelques précautions===== | ||
