Windows 10 Hard Drive Test

NettleWarbler

Honorable Member
Joined
Mar 25, 2016
Messages
595
How will I test a hard dive with , open sea chest .
 


Attachments

  • Opensea chest.webp
    Opensea chest.webp
    65.8 KB · Views: 63
Solution
This hard drive has just restarted while online again , i had it tested at a computer shop . It is faulty , it boots slowly it sounds as if it is clicking and scraping ,. When it boots up and it slows down the machine when plugged in . That was what they wrote on the receipt .
What can i do now , are any of these any good . I followed the instructions as listed .
Hmm.. Well if it was me I'd detach the drive and see if the crashes stop.

If they do reconnect the device and see if the come back. If the y do then you know it's the device thats faulty?
 


I went to the local city to test that hard drive , one was £5 but he only tested upto 4TB . One only tested upto 8TB , one could test the 18TB but it would cost £20 per half hour and it could take hours . Both computer shops in the towns near me are shut , i went to the city pc shops thinking they would have plenty of testing software . I never realised there would be limits , its just been a waste of tiime .
 


A partial test of a disk is a good indication of the health of the whole disk.

If the disk disk, when mounted in your pc still causes crashes you may also think of cables being damaged even a too small powersupply. A crashdump may tell more but none showed up. Could you try the Powershel script?
 


How do i run PowerShell Script , i downloaded the ap . There is a video that says run it from notepad but i can't find folder options in my control panal .
 


Attachments

  • PowerShell  Script.webp
    PowerShell Script.webp
    52.1 KB · Views: 41
That is easy. Type 'powershell' in the search box in the bottom left corner of the screen, select 'powershell' in the results, click on it and it pops up.
 


In the last line of my answer #64, sorry for the typo, is a link to a script of Neemobeer which helps collecting crashdumps. Copy the code into your powershell and run it.
 


When i r/click and run as administrator this is what i get .
 


Attachments

  • Run as admistrator.webp
    Run as admistrator.webp
    32.8 KB · Views: 39
You did not copy from this link the procedure into powershell.
It starts with

$CollectDir = "$env:USERPROFILE\Desktop\SYSTEMREPORT"
$DumpPath = "HKLM:\SYSTEM\CurrentControlSet\Control\CrashControl"

and ends with

$dumpdir = Get-DumpSettings -Path $DumpPath
Create-Archive -DumpLocation $dumpdir

Could you try that and run it?
 


Last edited:
I copied off neemobeer , powershell script and got . Are these files any good .
 


Attachments

  • Open folder.webp
    Open folder.webp
    51.1 KB · Views: 34
  • Opened folder.webp
    Opened folder.webp
    28.8 KB · Views: 33
I typed
$CollectDir = "$env:USERPROFILE\Desktop\SYSTEMREPORT"
$DumpPath = "HKLM:\SYSTEM\CurrentControlSet\Control\CrashControl"
$dumpdir = Get-DumpSettings -Path $DumpPath
Create-Archive -DumpLocation $dumpdir
into script .
 


Don't type, it is too much and too complicated, copy and paste the whole procedure into the powershell.
 


I did copy and paste it , everything as in my post and i'm still none the wiser about getting a dump file from it . This PC has just restarted once again while online . The pics above 2 entries back show the results .
 


This is what i get with the first 2 lines pasted in.
$CollectDir = "$env:USERPROFILE\Desktop\SYSTEMREPORT"
$DumpPath = "HKLM:\SYSTEM\CurrentControlSet\Control\CrashControl"
 


Attachments

  • File not dissplayed.webp
    File not dissplayed.webp
    41.3 KB · Views: 29
There are far more lines then that.
Please navigate to the site of that link.

(I sometimes wonder whether this is a real question.....)
 


Last edited:
When i try and create a dump file with microsoft edge , the dump file is greyed out .
 


Attachments

  • Dump Greyed.webp
    Dump Greyed.webp
    44.1 KB · Views: 29
For some reason microsoft edge was left open , with the msg create dump . I think it worked that time . Just have to find it now .
 


Attachments

  • DUMP FILE.webp
    DUMP FILE.webp
    178.5 KB · Views: 32
The dump file that has been created during your tests with that disk, are important and may reveal a clue what is wrong, either with that disc or wrong with your system.
Creating a dump yourself wil not help.
 


Back
Top