How to fix "Missing or corrupt NTFS.sys" error in Windows XP Como fixar a "falta ou danificada NTFS.sys" erro no Windows XP

Posted on May 20, 2008 at 5:38 am Postado em 20 de maio de 2008 às 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. Um dos meus XP SP2 computadores em casa crapped de hoje com o erro "Ntfs.sys ausente ou corrupto" e não consigo ir além da tela inicial 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. I got acabou-lo de volta instalado e funcionando sem ter que formatar o computador, mas ele teve pouco tempo e que não foi super simples. So if you are getting this error, here are the steps you can take to fix it. Portanto, se você está recebendo este erro, aqui estão os passos que você pode tomar para corrigi-lo.

The exact error message that you get from Windows is: A mensagem de erro exata que você recebe do Windows é a seguinte:

Windows could not start because the following file is missing or corrupt: System32\Drivers\Ntfs.sys O Windows não pôde iniciar porque o seguinte arquivo está ausente ou corrompido: 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. Quando você fizer uma pesquisa no Google para ntfs.sys esteja em falta ou danificada, o primeiro resultado é de Suporte Microsoft. In particular, it states you might get this message when you convert your hard disk from FAT to NTFS. Em particular, afirma que você pode obter essa mensagem quando você converter seu disco rígido de FAT para NTFS. That was not the case in my situation. Não foi o que aconteceu na minha situação. I tried to run defragmenter and it froze in the middle. Eu tentei correr desfragmentador e congelou-lo no meio. After restarting, I got this message. Depois de reiniciar, eu recebi esta mensagem.

I’ll explain their method first (which did not work for me) and then two other methods to fix this issue. Vou explicar seu método primeiro (o que não funcionou para mim) e, depois, dois outros métodos para corrigir esse problema.

Use the Recovery Console to replace Ntfs.sys Use o Recovery Console para substituir 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 em seu CD para o computador e inicializar através do CD quando solicitado a "Prima qualquer tecla para iniciar a partir do CD". When the Welcome  screen appears, press R to select the To repair a Windows XP installation using Recovery Console, press R option. Quando a tela Bem-vindo aparecer, pressione R para selecionar o Windows XP Para reparar uma instalação com Recovery Console, pressione R opção.

reparação instalação

Next, type the number for the installation you want to logon to from the Recovery Console. Em seguida, digite o número para a instalação você quiser logon a partir da recuperação Console. You’ll also need to know the administrator password in order to get to the command prompt. Você também precisa saber a senha do administrador, a fim de chegar ao prompt de comando.

recuperação Consol

Now that you are at the command prompt, you need to enter in the following DOS commands, pressing Enter after each one: Agora que você está no aviso de comando, o que você precisa para entrar no DOS os seguintes comandos, pressionando Enter após cada um:

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. Isso basicamente renomeia o atual arquivo ntfs.sys para outra coisa, para que possa substituí-lo por um novo, espero que não seja corrompido. Now type in the following command: Agora digite no o seguinte comando:

copy cd :\i386\ntfs.sys drive :\windows\system32\drivers copiar 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:). Quando cd é a letra correspondente à unidade de CD-ROM que você tem o Windows XP CD, ea unidade é a unidade onde instalou o Windows XP (mais provável C:).

That’s it! Isso mesmo! Now go ahead and remove the CD and type quit . Agora vá em frente e remova o CD eo tipo saia. Go ahead restart your computer and see if you are able to log back into Windows! Vá em frente reiniciar o computador e veja se você conseguir fazer login em Windows!

Fix Ntfs.sys error by using CHKDSK Corrigir erros Ntfs.sys usando CHKDSK

For some reason the above-mentioned method did not work for me! Por alguma razão o já referido método não funciona para mim! I think it was because the file itself was not an issue, but that there were some problems with the hard drive itself. Acho que foi porque o arquivo em si não era um problema, mas que havia alguns problemas com a unidade de disco rígido em si. 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 . Assim, após a tentar copiar o novo arquivo Ntfs.sys a partir do CD, e que não funciona, eu pensei que eu iria tentar executar CHKDSK.

You can run CHKDSK from the Recovery Console itself. Você pode executar o CHKDSK de Recuperação Console si próprio. 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: Assim, você teria siga as mesmas instruções conforme mencionado acima, mas, em vez de digitar no DOS três comandos acima, você deve digitar o seguinte no prompt:

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. O / R é um switch de linha de comando que diz que para reparar eventuais erros que forem encontrados em seu disco rígido automaticamente. CHKDSK can take quite some time to run, so be ready to wait. CHKDSK pode demorar algum tempo para ser executado, a fim de estar preparado para esperar. It took about 30 minutes on my computer. Levou cerca de 30 minutos no meu computador.

Luckily for me, there were several errors on the disk and CHKDSK fixed them all. Felizmente para mim, houve vários erros no disco CHKDSK fixos e todos eles. I restarted the computer and Windows loaded fine, no missing ntfs.sys error! Eu reiniciado o computador eo Windows carregado multa, não faltando ntfs.sys erro!

chkdsk

Repair Ntfs.sys by doing a repair install of Windows XP Reparação Ntfs.sys por fazer um reparo de instalar o 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. Se nenhum dos métodos acima mencionados trabalhadas, você pode tentar fazer um reparo de instalar o Windows XP, basicamente, que substitui todo o sistema de arquivos do Windows. Your applications and settings will remain intact, but you will have to reapply all Windows updates. Suas aplicações e configurações permanecerão intactos, mas você terá que reaplicar todas as atualizações do 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. Fazendo uma reparação instalação é bastante fácil, o ponto de partida etapas são as mesmas que para a Recuperação de entrar na console, mas, em vez de pressionar R para reparar, você pressione Enter para configuração do Windows.

configuração do Windows

Then you simply select the installation you want to repair and press R to start the repair. Então você basta selecionar a instalação que deseja reparar e pressione R para iniciar a reparação.

reparação instalar

Note that it may look like Windows is actually re-installing a fresh copy of itself, but this is not the case! Note que ele pode ser parecido com o Windows é realmente re-instalação de uma nova cópia de si mesmo, mas não é esse o caso! 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. Você verá a instalar telas como se fosse para fazer uma nova instalação, mas não se preocupe, você ainda tem todos os seus aplicativos, configurações e dados.

Hopefully you now have a working computer! Espero que você já tem um trabalho computador! If you are getting stuck somewhere, etc, post a comment and I’ll try to help you out! Se você é ficar presa em algum lugar, etc, posto um comentário e eu vou tentar ajudá-lo a sair! Good luck! Boa sorte!

Technorati Tags: Technorati Tags: , , , ,

If you enjoyed this post, make sure you Se você gostou deste post, certifique-se de subscribe to my RSS feed assinar o meu feed RSS ! !

» Filed Under »Arquivado em Computer Tips Computador Dicas

Related Posts Posts relacionados

2 Responses to “How to fix "Missing or corrupt NTFS.sys" error in Windows XP” 2 Responses para "How to fix" falta ou danificada NTFS.sys "erro no Windows XP"

  1. Shoban Shoban said on : disse sobre:

    How did you take screenshots? Como você tomar screenshots?


  2. Marco said on : Marco disse sobre:

    Looks like it was running on some “virtual computer”… very interesting article, by the way! Parece que ele estava em funcionamento em alguns "computador virtual"… artigo muito interessante, pelo caminho! Hope I’ll never it… Eu espero que nunca mais…


    Please post your comments/suggestions! Favor enviar seus comentários e sugestões!