BSOD Kernel Data Inpage Error

Rolling Stone

Reputable
Aug 8, 2015
3
0
4,510
I have a 4.93Gb file in my laptop's partition (D : ) that Im trying to copy to an ntfsformatted flash drive but I get a BSOD (Kernel Data Inpage Error) when it's down to 1.93Gb to go. I suspect the 3Gb memory that I have is not enough? It's a dual core intel T4400, 2.2Ghz. I got 16Gb left on the main partition (c : ) where Windows 7 resides and 35Gb left on the (D : ). I.ve done chkdsk and defrag on both partitions. What do you guys think?
I think there's a thread that has a similar situation buy I think the circumstances are different.
 
kernel data inpage error is a driver attempting to read from storage and getting a error. (bad spot in a Pagefile.sys ?)
you might consider using a different tool to do the copy.
Maybe the built in robocopy.exe command.
start cmd.exe as an admin then run
robocopy.exe /?
to get help.