4
Recently my Laptop sometimes warns about corrupted files on the hard drive (Samsung SSD PB22-JS3 TM). This has only happened so far when updating (or checking out) an SVN repository with either TortoiseSVN or the command line Subversion client.
The fun thing is that the corrupted file has always been a .svn
directory (although the directory entry may contain files in that directory too, if they're small enough — which should be the case with SVN). However, when looking into the warned-about directory I notice nothing strange or unusual and don't get any more warnings about it and another try (SVN stops updating once that error occurs — TortoiseSVN even with an appropriate error message) of updating the working copy works (well, mostly; sometimes it does it again, albeit with a different directory).
Since the laptop is only a few months old I doubt the SSD is failing already—five months of normal usage shouldn't be too surprising. Also it (so far) occurred only with SVN updates on a large repository. Maybe that's too many writes in a short time and some part between the software and the hardware doesn't quite catch up fast enough or so — I don't know enough about this to actually make an informed guess here.
Anyone knows what's up here?
ETA: Note to add: I've run chkdsk (it seems to schedule itself anyway when this happens) and it didn't find anything out of the ordinary.
I see this on a normal hard drive occasionally as well, generally during times of extreme hard drive activity.
It's never actually caused me any problems, though, and chkdsk /X doesn't find errors. I suspect it's just part of NTFS getting out of sync for a very short period of time, and causing a false positive. (I've only seen it since I turned on USN Journaling, though. Do you have USN Journaling on?) – Fake Name – 2010-03-04T09:58:05.270
Where are the warnings? Are you sure the warnings are hardware related and not just SVN reporting some sort of corruption in the repository? – William Hilsum – 2010-03-04T09:58:55.783
@Wil: Balloon tooltip in the notification area. Yes, I'm pretty sure it's related to Windows and not SVN if the NTFS driver reports to the event log at the same time. – Joey – 2010-03-04T10:34:14.153
@Fake: I don't remember turning anything on that isn't already on by default. But apparently it is turned on, since
fsutil usn queryjournal c:
gives me some data I believe shouldn't be present if it's turned off. The “Next USN” field apparently changes with every change on the volume. – Joey – 2010-03-04T10:40:15.187What anti virus (if any) do you run? – mindless.panda – 2010-03-04T12:59:08.393
@anj: It's already been answered and it's unrelated to AV. – Joey – 2010-03-04T22:08:19.107
Hmmm. It's not on on Windows XP by default. – Fake Name – 2010-03-05T00:50:58.090