Fixing a corrupted Windows Server 2003 server
Posted
by
Keith
on Server Fault
See other posts from Server Fault
or by Keith
Published on 2013-10-17T19:32:58Z
Indexed on
2013/10/17
21:59 UTC
Read the original article
Hit count: 234
I have a Windows Server 2003 server that is being mainly used for some reporting done in SQL Server.
Recently Windows has started complaining about being corrupted, we are getting an NTFS error 55:
The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume \Device\HarddiskVolume1.
The server is RAID 5 and I did have a disk die however the RAID never went degraded since I have a hotspare. I replaced the hot spare and I'm still having problems.
When I run chkdsk I get tons of messages.. some are:
Deleting corrupted attribute record (128, "") from file record segment 194746
Those go on for a while. Then it deletes some orphan files. Then it does
Correcting error in index $I30 for file 132426
And that goes on for a while. Then I get tons of
Recovering orphaned file RE1AB6~1.LOG into directory file 534959
I have seen a lot of errors relating to the SQL Server reporting services.
What are my options at this point? I would prefer to fix the issue instead of building a new server but I don't know if I can at this point.
© Server Fault or respective owner