Hello GinW, I will see if I can be of some assistance. I have briefly looked at your dump files. I will show you what I have found. If I repeat anything Gator has suggested, please forgive me. However everything I have seen related to your NTFS and Fat file system. Any additional information you can give us would be helpful. Being a hardware guy, I always want as much detail about your hardware as I can get. It helps us to help you get to the bottom of things. This is what I normally give.
Please fill out your System Specs
Information
Your System Specs will help us to help you, and doing it in this manner will make them available to all helpers in every post and keep us from hunting for them. We ask that you fill them out in as much detail as possible including Desktop or Laptop, Model number if it is an OEM computer and all components with the Manufacturer and Model number if possible.
If you will go to your last post and click the 'System Specs' in the bottom left of the post, you will find a link to update your system specs. Please fill those out in as much detail as possible, making sure to click save at the bottom of the page. If you would like to know what we would like, you can click 'My System Specs' at the bottom left of this post to see mine. If you do not know what your components are, this will help you accomplish this task.
http://www.sevenforums.com/tutorials/180324-system-info-see-your-system-specs.html
Also, could you give us any info on what you are using a FAT File system for? This is what I have found.
Code:
[COLOR=red]NTFS_FILE_SYSTEM[/COLOR] (24)
If you see NtfsExceptionFilter on the stack then the 2nd and 3rd
parameters are the exception record and context record. Do a .cxr
on the 3rd parameter and then kb to obtain a more informative stack
trace.
Arguments:
Arg1: 00000000001904fb
Arg2: fffff88006abecf8
Arg3: fffff88006abe550
Arg4: fffff800030e897f
Code:
SYSTEM_SERVICE_EXCEPTION (3b)
An exception happened while executing a system service routine.
Arguments:
Arg1: 00000000c0000005, Exception code that caused the bugcheck
Arg2: fffff8000341c400, Address of the instruction which caused the bugcheck
Arg3: fffff8800cd4bed0, Address of the context record for the exception that caused the bugcheck
Arg4: 0000000000000000, zero.
Debugging Details:
OVERLAPPED_MODULE: Address regions for [COLOR=red]'hiber_iaStor' and 'hiber_iaStor' overlap[/COLOR]
EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
iaStor is Intel's Raid driver but also contains their AHCI driver.
Code:
fffff880`0cd4b9f8 fffff880`04d43742Unable to load image \SystemRoot\system32\DRIVERS\avgidsdrivera.sys, Win32 error 0n2
[COLOR=red]*** WARNING: Unable to verify timestamp for avgidsdrivera.sys
[/COLOR]*** ERROR: Module load completed but symbols could not be loaded for avgidsdrivera.sys
avgidsdrivera+0x19742
avgidsdrivera is an AVG application Which I see has already been removed.
Code:
fffff880`0cb73ad8 fffff880`05019501Unable to load image \SystemRoot\system32\DRIVERS\bcmwl664.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for bcmwl664.sys
[COLOR=red]*** ERROR: Module load completed but symbols could not be loaded for bcmwl664.sys
bcmwl664+0x13501
[/COLOR]
That is your Broadcom 802.11g Network Adapter - Dell Wireless 1390 WLAN Mini-Card
This is the info on the Broadcom driver you are using.
Code:
bcmwl664
start end module name
fffff880`05070000 fffff880`0535f000 bcmwl664 (deferred)
Image path: \SystemRoot\system32\DRIVERS\bcmwl664.sys
Image name: bcmwl664.sys
Timestamp: [COLOR=red]Thu Jan 21 21:30:58 2010[/COLOR] (4B591BF2)
CheckSum: 002F8634
ImageSize: 002EF000
Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4
I believe it is safe to say it needs an update.
And finally,
Code:
CACHE_MANAGER (34)
[COLOR=red]See the comment for FAT_FILE_SYSTEM[/COLOR] (0x23)
Arguments:
Arg1: 0000000000050853
Arg2: fffff88003985528
Arg3: fffff88003984d80
Arg4: fffff800030ec97f
Debugging Details:
------------------
OVERLAPPED_MODULE: Address regions for [COLOR=red]'hiber_iaStor' and 'hiber_iaStor'[/COLOR] overlap
I hope this helps but it seems that almost everything is related to the file system or the iaStor ( Intel IRST) sata controller. I would normally recommend that you run the long and short tests with Seatools, but I see you have already done that. I would suggest you run check disk on your Mechanical Hard drives.
http://www.sevenforums.com/tutorials/433-disk-check.html
Unless you are using Raid, I would also uninstall IRST from control panel>Programs and Features You could swap drivers first if you like to MSAHCI. But, it does not usually matter as MSAHCI is already there.
Due to so many errors and most of them are different error codes, is a sign of memory errors. But I see Gator has already had you run that. Gator has been on the correct path all along as I see it.
If you have any questions please feel free to ask.