Solid State Drive Occasionally Freezes For A Minute While OS Is "Beach Balling"
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Game 5 Looping
--
Chapters
00:00 Solid State Drive Occasionally Freezes For A Minute While Os Is &Quot;Beach Balling&Quot;
02:21 Accepted Answer Score 8
04:20 Answer 2 Score 1
04:37 Thank you
--
Full question
https://superuser.com/questions/483125/s...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#ssd #raid #freeze #storage #intelrst
#avk47
ACCEPTED ANSWER
Score 8
This could have to do with power management, trying to disable the SSD from time to time to spare some power which is probably not the best idea if it doesn't work out the way it should. I think this is because this was an improper installation (you cloned the data instead of reinstalling) and hence some setting is not set properly for your SSD, it could be that this is configurable in the power options but here's a more generic approach that has shown to work across various SSDs (mostly Crucial / OCZ) and even worked for the Intel 330 series in two foreign topics.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\iaStor\Parameters\Port0]
"LPM"=dword:00000000
"LPMDSTATE"=dword:00000000
"DIPM"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\iaStor\Parameters\Port1]
"LPM"=dword:00000000
"LPMDSTATE"=dword:00000000
"DIPM"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\iaStor\Parameters\Port2]
"LPM"=dword:00000000
"LPMDSTATE"=dword:00000000
"DIPM"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\iaStor\Parameters\Port3]
"LPM"=dword:00000000
"LPMDSTATE"=dword:00000000
"DIPM"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\iaStor\Parameters\Port4]
"LPM"=dword:00000000
"LPMDSTATE"=dword:00000000
"DIPM"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\iaStor\Parameters\Port5]
"LPM"=dword:00000000
"LPMDSTATE"=dword:00000000
"DIPM"=dword:00000000
Save this as a .reg file and execute it, then reboot so the driver loads it. Make sure you run the latest RST / AHCI drivers for these settings to be applied, and that you don't run the default MS drivers for that. Make also sure that any other drivers for your system are up-to-date...
When you are unsure, feel free to back-up HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\iaStor\Parameters
first.
Good luck!
Sources:
http://geekmontage.com/texts/ocz-vertex-3-freezes-locks-up-stutters-and-crashes/
http://windows7forums.com/windows-7-hardware/69796-intermittent-ssd-freezing-newer-laptops.html
http://www.overclock.net/t/1103319/ssd-general-information-compilation
Reported fixed on Intel 330:
Reported fixed on other Intel SSDs:
ANSWER 2
Score 1
I've managed to eliminate similar problem by switching SATA controller from AHCI to IDE mode in boot setup.
It is not trivial - OS won't boot after the change. Check out this question: Change from IDE to AHCI after installing Windows 8