Kolnikoff said:
Hi,
Recently I had an issue with a M$ update (for Silverlight) which screwed
up Winamp. Have almost got my system back to how it should be but the
drive that Winamp was accessing at the time is no longer recognised by
Windows 7 Home Premium, I get a 1392 error.
I have cleaned up my registry with CCleaner but the drive is still not
recognised, any solutions please.
http://pcsupport.about.com/od/findbyerrormessage/tp/system_error_codes_1300_1399.09.htm
"Error Code 1392
System error code 1392 means "The file or directory is corrupted and unreadable."
This error code may also display as "ERROR_FILE_CORRUPT" or as the value 0x570."
A problem with an NTFS file system, would be something you might use CHKDSK on.
The file system needs to be checked for consistency. The registry would not
normally have anything to do with that.
In the example here, Windows 7 has a problem when the indexer is running
at the same time as a user program is trying to do something. The indexer
is apparently temporarily locking files as it does its thing.
http://social.technet.microsoft.com.../thread/df935a52-a0a9-4f67-ac82-bc39e0585148/
Your error could either be a "real" error, in which case you'd try CHKDSK.
Or, it's a "fake" error caused by a bug in Windows 7 and the way the indexer
works.
Your description makes it seem the partition is a data partition, and not C:,
in which case a file system check should be able to run without rebooting
the system.
*******
If the partition has lost it's drive letter, there is a command line
syntax for running CHKDSK. I don't know if Windows 7 does it exactly the
same way or not.
http://technet.microsoft.com/en-us/library/bb457122.aspx
"chkdsk \\?\Volume{2d9bd2a8-5df8-11d2-bdaa-000000000000}
You can determine a symbolic link name for a volume by
using the mountvol command."
I didn't find the mountvol command very useful. It doesn't
seem to have an option to list everything which is mounted.
In the registry, I can see some volume strings under "mountpoints2",
but that didn't seem to be a complete list either. So while that
syntax may exist for chhdsk, there is no guarantee you'll be
able to figure out what to type there.
Paul