How to fix "Missing or corrupt NTFS.sys" error in Windows XP Comment réparer les "manquants ou corrompus NTFS.sys" erreur sous Windows XP
Posted on May 20, 2008 at 5:38 am Posté le Mai 20, 2008 à 5:38 am
One of my XP SP2 computers at home crapped out today with the error “ Missing or corrupt Ntfs.sys ” and would not get past the initial BIOS screen. Un de mes XP SP2 ordinateurs à la maison crapped aujourd'hui avec l'erreur "manquant ou corrompus Ntfs.sys" et n'auraient pas passé le premier écran du BIOS. I eventually got it back up and running without having to format the computer, but it took a little while and it wasn’t super straightforward. J'ai fini par se remettre en place et le fonctionnement sans avoir à formater l'ordinateur, mais il a fallu un peu de temps et il n'était pas super simple. So if you are getting this error, here are the steps you can take to fix it. Donc, si vous obtenez ce message d'erreur, voici les étapes que vous pouvez prendre pour le corriger.
The exact error message that you get from Windows is: Le message d'erreur exact que vous obtenez à partir de Windows est la suivante:
Windows could not start because the following file is missing or corrupt: System32\Drivers\Ntfs.sys Windows n'a pas pu démarrer car le fichier suivant est manquant ou corrompu: System32 \ Drivers \ Ntfs.sys
When you do a search in Google for ntfs.sys is missing or corrupt, the first result is from Microsoft Support. Lorsque vous effectuez une recherche sur Google pour ntfs.sys est inexistante ou corrompue, le premier résultat est de Support de Microsoft. In particular, it states you might get this message when you convert your hard disk from FAT to NTFS. En particulier, elle indique que vous pourriez obtenir ce message si vous convertissez votre disque dur de FAT en NTFS. That was not the case in my situation. Ce n'était pas le cas dans ma situation. I tried to run defragmenter and it froze in the middle. J'ai essayé de lancer de défragmentation et il a gelé dans le milieu. After restarting, I got this message. Après le redémarrage, j'ai reçu ce message.
I’ll explain their method first (which did not work for me) and then two other methods to fix this issue. Je vais expliquer leur méthode première (qui ne fonctionne pas pour moi), puis deux autres méthodes pour résoudre ce problème.
Use the Recovery Console to replace Ntfs.sys Utilisez la console de récupération pour remplacer Ntfs.sys
Pop in your CD into the computer and boot off the CD when prompted to “ Press any key to boot from CD “. Pop dans votre CD dans l'ordinateur et démarrez sur le CD lorsque vous y êtes invité à "Appuyez sur n'importe quelle touche pour démarrer à partir d'un CD". When the Welcome screen appears, press R to select the To repair a Windows XP installation using Recovery Console, press R option. Lorsque l'écran Bienvenue apparaît, appuyez sur R pour sélectionner la réparation Pour une installation Windows XP en utilisant la console de récupération, appuyez sur R option.
Next, type the number for the installation you want to logon to from the Recovery Console. Ensuite, tapez le numéro de l'installation que vous souhaitez connecter à partir de la console de récupération. You’ll also need to know the administrator password in order to get to the command prompt. Vous aurez aussi besoin de connaître le mot de passe d'administrateur afin d'obtenir à l'invite de commande.
Now that you are at the command prompt, you need to enter in the following DOS commands, pressing Enter after each one: Maintenant que vous êtes à l'invite de commande, vous devez entrer dans les commandes DOS, en appuyant sur Entrée après chacun d'eux:
cd \windows\system32\drivers cd \ windows \ system32 \ drivers
ren ntfs.sys ntfs.old Ren ntfs.sys ntfs.old
This basically renames the current ntfs.sys file to something else so that we can replace it with a new one that hopefully is not corrupted. Cela renomme le fichier actuel ntfs.sys à autre chose afin que nous puissions le remplacer par un nouveau qui je l'espère n'est pas corrompu. Now type in the following command: Maintenant, tapez la commande suivante:
copy cd :\i386\ntfs.sys drive :\windows\system32\drivers Copier un CD: \ i386 \ ntfs.sys drive: \ windows \ system32 \ drivers
Where cd is the drive letter for the CD-ROM drive that has you Windows XP CD, and drive is the drive where you installed Windows XP (most likely C:). Où Cd est une lettre de lecteur pour le CD-ROM qui vous a Windows XP CD, et lecteur est le lecteur où vous avez installé Windows XP (probablement C:).
That’s it! That's it! Now go ahead and remove the CD and type quit . Maintenant aller de l'avant et retirez le CD et le type quitter. Go ahead restart your computer and see if you are able to log back into Windows! Allez-y redémarrer votre ordinateur et voir si vous êtes en mesure de vous dans Windows!
Fix Ntfs.sys error by using CHKDSK Ntfs.sys Correction erreur en utilisant CHKDSK
For some reason the above-mentioned method did not work for me! Pour une raison quelconque, la susmentionnées méthode ne fonctionne pas pour moi! I think it was because the file itself was not an issue, but that there were some problems with the hard drive itself. Je pense que c'est parce que le fichier lui-même n'était pas un problème, mais qu'il y avait quelques problèmes avec le disque dur lui-même. So after trying to copy the new Ntfs.sys file from the CD and that not working, I thought I would try to run CHKDSK . Ainsi, après avoir tenté de copier le nouveau fichier Ntfs.sys à partir du CD et qui ne fonctionne pas, je pensais que je voudrais essayer d'exécuter CHKDSK.
You can run CHKDSK from the Recovery Console itself. Vous pouvez exécuter CHKDSK de la console de récupération elle-même. So you would follow the same instructions as mentioned above, but instead of typing in the three DOS commands above, you would type in the following at the command prompt: Ainsi, vous pouvez suivre les mêmes instructions comme indiqué ci-dessus, mais au lieu de taper dans les trois commandes DOS au-dessus, vous devez taper dans ce qui suit à l'invite de commande:
CHKDSK /R CHKDSK / R
The /R is a command line switch that says to repair any errors that are found on the hard disk automatically. Le / R est un commutateur de ligne de commande qui dit à en corriger les erreurs que l'on trouve sur le disque dur automatiquement. CHKDSK can take quite some time to run, so be ready to wait. CHKDSK peut prendre un certain temps à courir, alors soyez prêt à attendre. It took about 30 minutes on my computer. Il a fallu environ 30 minutes sur mon ordinateur.
Luckily for me, there were several errors on the disk and CHKDSK fixed them all. Heureusement pour moi, il y avait plusieurs erreurs sur le disque et CHKDSK fixe tous. I restarted the computer and Windows loaded fine, no missing ntfs.sys error! J'ai redémarré l'ordinateur et Windows chargé amende, ne manque aucun ntfs.sys erreur!
Repair Ntfs.sys by doing a repair install of Windows XP Ntfs.sys de réparation en faisant installer une réparation de Windows XP
If none of the above-mentioned methods worked, you can try to do a repair install of Windows XP, which basically replaces all of the Windows system files. Si aucune des méthodes susmentionnées travaillé, vous pouvez essayer de faire réparer une installation de Windows XP, ce qui remplace tous les fichiers système de Windows. Your applications and settings will remain intact, but you will have to reapply all Windows updates. Vos applications et les paramètres resteront intactes, mais vous devrez faire une nouvelle demande tous les mises à jour Windows.
Doing a repair install is pretty easy, the starting steps are the same as for getting into the Recovery Console, but instead of pressing R to repair, you press Enter to setup Windows. Faire installer une réparation est assez facile, des mesures de départ sont les mêmes que pour entrer dans la console de récupération, mais au lieu d'appuyer sur R pour réparation, vous appuyez sur Entrée pour configurer Windows.
Then you simply select the installation you want to repair and press R to start the repair. Ensuite, il vous suffit de sélectionner l'installation que vous voulez réparer et appuyez sur R pour commencer la réparation.
Note that it may look like Windows is actually re-installing a fresh copy of itself, but this is not the case! Notez qu'il mai ressembler à Windows est en fait ré-installer une nouvelle copie de lui-même, mais ce n'est pas le cas! You’ll see the install screens like if you were to do a fresh install, but don’t worry, you’ll still have all of your applications, settings, and data. Vous verrez l'installation des écrans comme si vous aviez à faire une nouvelle installation, mais ne vous inquiétez pas, vous aurez encore l'ensemble de vos applications, les paramètres et les données.
Hopefully you now have a working computer! Nous espérons que vous avez un ordinateur! If you are getting stuck somewhere, etc, post a comment and I’ll try to help you out! Si vous recevez coincé quelque part, etc poster un commentaire et je vais essayer de vous aider! Good luck! Bonne chance!
Technorati Tags: Technorati Tags: ntfs.sys , fix ntfs.sys error fixer erreur ntfs.sys , missing ntfs.sys ntfs.sys manquant , missing or corrupt ntfs.sys manquants ou corrompus ntfs.sys , corrupt ntfs.sys corruption ntfs.sysIf you enjoyed this post, make sure you Si vous avez aimé ce poste, assurez-vous subscribe to my RSS feed s'abonner à mes flux RSS ! !
» Filed Under »Classé dans Computer Tips Computer Tips
Related Posts Postes connexes
- How to navigate in the DOS command prompt Comment naviguer dans l'invite de commande DOS
- Tips for backing up your computer system and data files - Using the Windows Backup Utility Conseils pour la sauvegarde de votre système informatique et les fichiers de données - Utilisation de l'utilitaire de sauvegarde Windows
- How to fix "Host process for windows services stopped working and was closed" on Vista Comment réparer les "processus d'accueil pour les services Windows ne fonctionne plus et a été fermé" sur Vista
- How and where to install bootskins for Windows XP Comment et où installer bootskins pour Windows XP
- Create a Virtual Machine with VirtualBox Créer une machine virtuelle avec VirtualBox

























How did you take screenshots? Comment avez-vous prendre des captures d'écran?
Looks like it was running on some “virtual computer”… very interesting article, by the way! On dirait qu'il était en marche sur certains "ordinateur virtuel"… article très intéressant, d'ailleurs! Hope I’ll never it… Hope I jamais il vous…