Re: External Hard Drive issue

Paul <[email protected]> Sun, 7 Nov 2021 01:57:08 -0400
Newsgroups alt.computer
Organization A noiseless patient Spider
Message-ID <[email protected]>
On 11/6/2021 10:56 PM, [email protected] wrote:
> Keep getting message "Backup Plus (F) There is a problem with this drive. Scan the drive now and fix it. The drive was disconnected from my PC after it was filled up with downloaded videos. The video play fine but I keep getting this message. How do I scan the drive to "fix" it?"
> 

But you didn't wait long enough.

Windows OS has a "System Write Cache".

When you make a transfer, some portion of files are
kept in the RAM. On one of my computers, it takes
50 seconds for the RAM to drain to the backup drive.
It is imperative that I not rip out the cable, during
that 50 second interval, or there will be file system
damage.

To ensure the draining process is complete, always
use "Safely Remove". It is better to use that, than
to keep a table of values for when ripping the cable
out is, um, clever.

https://www.howtogeek.com/685934/how-to-safely-remove-a-drive-on-windows-10/

See the "Eject Extreme" example picture ?

That's how you tell the computer to "hurry up and
drain out that damn RAM cache of yours". That ensures
the files are put away on the Backup Plus. When the dialog
comes back saying you are good to go, now you can
pull out cables and so on.

*******

To check the integrity of the Backup Plus F:\ partition,
you can use CHKDSK.

Do you see the "Check" option at the top of the window here ?

https://www.tenforums.com/attachments/tutorials/25841d1485953034-optimize-defrag-drives-windows-10-a-optimize_drive-2b.png?s=b25b7b4ff63f581070480d2f33294f9d

It's in this article. I picked this article, because it
comes pretty close to showing where the dialog is hiding.

https://www.tenforums.com/tutorials/8933-optimize-defrag-drives-windows-10-a.html

Doing "Properties" on F:\ will get you there.

That "Check" thing calls

    chkdsk /f F:

for you. If you do that to your C: partition,
it needs a reboot of the OS, for the CHKDSK run
to complete. For the other partitions, the check
can run, without any reboot needed.

You can even "Check", wait for the dialog to come
back indicating the Check went OK. Then use the
Safely Remove, before ripping out the cable.

    Paul