Do you want to fix and scan your usb memory stick?

Page 1 of 2 12 LastLast

  1. Posts : 329
    Windows 7 home premium
       #1

    Do you want to fix and scan your usb memory stick?


    I get this message everytime i plug it in my computer. It works fine, i have had it for many years and it works without problems. Is it possible to get rid of this annoying message?

    Solved by clicking yes to fix and scan the usb memory stick.
    Last edited by Dynentan; 30 Sep 2019 at 11:41.
      My Computer


  2. Posts : 1,851
    Windows 7 pro
       #2

    Did you do the file scan Windows is prompting you to do?
      My Computer


  3. Posts : 329
    Windows 7 home premium
    Thread Starter
       #3

    I dont see any reason to do it if its working well?
      My Computer


  4. Posts : 0
    Windows 7 Ultimate x64
       #4

    For the hell of it, check the drive with chkdsk. If Windows is the source of this pop up then it could be that your drive is on its way out and I wouldn't rely on it with data.
      My Computer


  5. Posts : 6,021
    Win 7 HP SP1 64-bit Vista HB SP2 32-bit Linux Mint 18.3
       #5

    Hi Dynentan,

    F22 Simpilot said:
    For the hell of it, check the drive with chkdsk. If Windows is the source of this pop up then it could be that your drive is on its way out and I wouldn't rely on it with data.
    I agree with F22 Simpilot!

    To run CHKDSK [Check Disk], please follow my instructions below!

    CHKDSK [Check Disk]

    CHKDSK [Check Disk] is a Windows utility program for detecting and repairing any corruptions of the file system [FAT16, FAT32, and NTFS drives]. CHKDSK must be run from an elevated command prompt:

    • Click Start.
    • In the search box type cmd.
    • Right-click the cmd icon from the search results under Programs and select Run as administrator.
    • The elevated command prompt window will now open.
    IMPORTANT: When running CHKDSK, if any bad sectors are found, and when attempting to repair that sector, the data available on that sector might be lost.

    Copy chkdsk C: /F [yes there are 2 spaces there] and Paste it [you need to use the mouse right-click and paste for this as CTRL+V doesn’t work] into the elevated command prompt window and press Enter - This does repair any file system errors or corruptions on drive C:\, provided that the disk isn’t in use. If the disk is in use [locked], CHKDSK displays a prompt that asks whether you want to schedule the disk to be checked the next time you restart the OS, click Yes to schedule this check and then Restart. After CHKDSK has completed, Windows should boot normally [possibly after a second auto-reboot].

    CHKDSK [Check Disk] - Log File

    NOTE: The CHKDSK log can be found in the Event Viewer:

    [1] Click Start.
    [2] In the search box type eventvwr.msc and press Enter.
    [3] On the left-hand side under Event Viewer (Local) expand Windows Logs and click Application.
    [4] On the right-hand side under the Actions pane click Filter current log.
    [5] In the Event Sources: dropdown box list select Wininit and press Enter, then click OK.

    You should now only see the CHKDSK log files displayed from the Wininit Event Sources and the information pertaining to each of them.

    ALTERNATIVELY: You can create your own log location on the Root of C:/ for example at the same time you run CHKDSK. Here is an example assuming that the HDD is C:/ and you want the log created on the Root of C:/:

    [2] chkdsk C: /F > C:\ chkdskCF_log.txt [change the log name to your own].

    Press Enter => type Y [there is NO need to wait as nothing will appear] => Enter => Restart.

    You can Delete the log file if you so wish once you are satisfied and finished with it!

    I hope this helps!
      My Computer


  6. Posts : 1,851
    Windows 7 pro
       #6

    You are getting that because of the dirty bit. Running a scan and Windows not finding an issue should cause it to go away. You can try this: Manually Reset or Clear Dirty Bit in Windows without using CHKDSK • Raymond.CC
      My Computer


  7. Posts : 3,615
    Win 10 x64, Linux Lite, Win 7 x64, BlackArch, & Kali
       #7

    If you remove the USB drive without clicking Eject, that is usually the result.
    You can change how windows deals with USB devices.
      My Computer


  8. Posts : 329
    Windows 7 home premium
    Thread Starter
       #8

    townsbg said:
    Did you do the file scan Windows is prompting you to do?

    Seems like that solved it.
      My Computer


  9. Posts : 1,851
    Windows 7 pro
       #9

    Hopefully it was set by an isolated event like pulling the drive out without ejecting it. Once the dirty bit is set Windows won't stop prompting you scan it until you scan it even if nothing is wrong with it. It's safest for your data if you scan it when first prompted even if it does take a few minutes.
      My Computer


  10. Posts : 79
    Windows 7 Ultimate x64
       #10

    Paul Black said:
    Hi Dynentan,



    I agree with F22 Simpilot!

    To run CHKDSK [Check Disk], please follow my instructions below!

    CHKDSK [Check Disk]

    CHKDSK [Check Disk] is a Windows utility program for detecting and repairing any corruptions of the file system [FAT16, FAT32, and NTFS drives]. CHKDSK must be run from an elevated command prompt:

    • Click Start.
    • In the search box type cmd.
    • Right-click the cmd icon from the search results under Programs and select Run as administrator.
    • The elevated command prompt window will now open.
    IMPORTANT: When running CHKDSK, if any bad sectors are found, and when attempting to repair that sector, the data available on that sector might be lost.

    Copy chkdsk C: /F [yes there are 2 spaces there] and Paste it [you need to use the mouse right-click and paste for this as CTRL+V doesn’t work] into the elevated command prompt window and press Enter - This does repair any file system errors or corruptions on drive C:\, provided that the disk isn’t in use. If the disk is in use [locked], CHKDSK displays a prompt that asks whether you want to schedule the disk to be checked the next time you restart the OS, click Yes to schedule this check and then Restart. After CHKDSK has completed, Windows should boot normally [possibly after a second auto-reboot].

    CHKDSK [Check Disk] - Log File

    NOTE: The CHKDSK log can be found in the Event Viewer:

    [1] Click Start.
    [2] In the search box type eventvwr.msc and press Enter.
    [3] On the left-hand side under Event Viewer (Local) expand Windows Logs and click Application.
    [4] On the right-hand side under the Actions pane click Filter current log.
    [5] In the Event Sources: dropdown box list select Wininit and press Enter, then click OK.

    You should now only see the CHKDSK log files displayed from the Wininit Event Sources and the information pertaining to each of them.

    ALTERNATIVELY: You can create your own log location on the Root of C:/ for example at the same time you run CHKDSK. Here is an example assuming that the HDD is C:/ and you want the log created on the Root of C:/:

    [2] chkdsk C: /F > C:\ chkdskCF_log.txt [change the log name to your own].

    Press Enter => type Y [there is NO need to wait as nothing will appear] => Enter => Restart.

    You can Delete the log file if you so wish once you are satisfied and finished with it!

    I hope this helps!
    I just wanted to answer something like this. Your information is very complemented.
    This should work for the scan.
      My Computer


 
Page 1 of 2 12 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 17:25.
Find Us