Windows XP Forums


Reply
Thread Tools Display Modes

safely removing external USB drive

 
 
Jo-Anne
Guest
Posts: n/a
 
      13th November 2010
Sometimes when I've backed up my internal hard drive to an external USB hard
drive with Acronis True Image, I can't "safely remove" the external drive. I
click on Safely Remove Hardware and get told the device cannot be stopped
now and I should try later. Tonight I've been trying to remove the external
drive for at least 3 hours and am still getting the same message--and now
and then I see the light flash on the drive. It looks like the drive is
going to stay connected at least til morning.

Is there something I can do to be able to remove the drive in a reasonable
amount of time without running the risk of losing data?

Thank you!

Jo-Anne


 
Reply With Quote
 
 
 
 
pjp
Guest
Posts: n/a
 
      13th November 2010

"Jo-Anne" <Jo-(E-Mail Removed)> wrote in message
news:iblgdk$glr$(E-Mail Removed)...
> Sometimes when I've backed up my internal hard drive to an external USB
> hard drive with Acronis True Image, I can't "safely remove" the external
> drive. I click on Safely Remove Hardware and get told the device cannot be
> stopped now and I should try later. Tonight I've been trying to remove the
> external drive for at least 3 hours and am still getting the same
> message--and now and then I see the light flash on the drive. It looks
> like the drive is going to stay connected at least til morning.
>
> Is there something I can do to be able to remove the drive in a reasonable
> amount of time without running the risk of losing data?
>
> Thank you!
>
> Jo-Anne
>


Restart the pc using Shutdown/Restart. While it's booting take the drive out
(earlier the better, immediately when it shuts down is best so even the BIOS
doesn't see it). Windows should flush anything required and stop anything
using the drive during the shutdown procedure so data should be ok. I
occasionally have the same problem but usually just selecting the option to
"safely remove" a second time is all that's required.


 
Reply With Quote
 
Paul
Guest
Posts: n/a
 
      13th November 2010
Jo-Anne wrote:
> Sometimes when I've backed up my internal hard drive to an external USB hard
> drive with Acronis True Image, I can't "safely remove" the external drive. I
> click on Safely Remove Hardware and get told the device cannot be stopped
> now and I should try later. Tonight I've been trying to remove the external
> drive for at least 3 hours and am still getting the same message--and now
> and then I see the light flash on the drive. It looks like the drive is
> going to stay connected at least til morning.
>
> Is there something I can do to be able to remove the drive in a reasonable
> amount of time without running the risk of losing data?
>
> Thank you!
>
> Jo-Anne
>
>


There is a thread here on the subject. In particular, the
accessing of a ".tib" file on the affected disk.

http://www.wilderssecurity.com/showthread.php?t=242607

To analyze, you can get a copy of Process Explorer, click "Explorer.EXE"
then look in the lower pane for "File" entries. You might see the open file
on the external drive that way. At least, in the previous
thread, that is what the poster was checking.

http://technet.microsoft.com/en-ca/s.../bb896653.aspx

There is a second program called "Handle", and it runs from the
Command Prompt. I tried changing directory to where I have
this unpacked, and typed "handle", and it seems to give me
a list of open files on my system. An open file prevents
Safe Removal. Virtually everything open right now, is a file on
my C: partition (and of course, there's little chance of
"Safely Removing" a C: partition).

http://technet.microsoft.com/en-ca/s.../bb896655.aspx

I believe the person who wrote Handle, thinks Process Explorer
is a functional equivalent, but you might like the output of
Handle better.

You can always redirect the output to a file, such as

handle > output.txt

and then review the contents of output.txt with Notepad.
Otherwise, there may be too much output from Handle, to be
able to scroll back the Command Prompt window and see it all.
If you see your external drive letter, in the output.txt file,
then you can determine which process is doing it.

Paul
 
Reply With Quote
 
Jo-Anne
Guest
Posts: n/a
 
      13th November 2010
"pjp" <(E-Mail Removed)> wrote in message
news:iblkil$1si$(E-Mail Removed)...
>
> "Jo-Anne" <Jo-(E-Mail Removed)> wrote in message
> news:iblgdk$glr$(E-Mail Removed)...
>> Sometimes when I've backed up my internal hard drive to an external USB
>> hard drive with Acronis True Image, I can't "safely remove" the external
>> drive. I click on Safely Remove Hardware and get told the device cannot
>> be stopped now and I should try later. Tonight I've been trying to remove
>> the external drive for at least 3 hours and am still getting the same
>> message--and now and then I see the light flash on the drive. It looks
>> like the drive is going to stay connected at least til morning.
>>
>> Is there something I can do to be able to remove the drive in a
>> reasonable amount of time without running the risk of losing data?
>>
>> Thank you!
>>
>> Jo-Anne
>>

>
> Restart the pc using Shutdown/Restart. While it's booting take the drive
> out (earlier the better, immediately when it shuts down is best so even
> the BIOS doesn't see it). Windows should flush anything required and stop
> anything using the drive during the shutdown procedure so data should be
> ok. I occasionally have the same problem but usually just selecting the
> option to "safely remove" a second time is all that's required.
>


Thank you, pjp! I did what you said and will hope for the best. I've
occasionally had a brief problem with my memory stick--not using Acronis
True Image--but, as you say, usually trying a second time clears it.

I left the external hard drive connected all night and still couldn't safely
remove it today, so I followed your directions.

Thank you again!

Jo-Anne


 
Reply With Quote
 
Jo-Anne
Guest
Posts: n/a
 
      13th November 2010
"Paul" <(E-Mail Removed)> wrote in message
news:ibm6ic$1fn$(E-Mail Removed)...
> Jo-Anne wrote:
>> Sometimes when I've backed up my internal hard drive to an external USB
>> hard drive with Acronis True Image, I can't "safely remove" the external
>> drive. I click on Safely Remove Hardware and get told the device cannot
>> be stopped now and I should try later. Tonight I've been trying to remove
>> the external drive for at least 3 hours and am still getting the same
>> message--and now and then I see the light flash on the drive. It looks
>> like the drive is going to stay connected at least til morning.
>>
>> Is there something I can do to be able to remove the drive in a
>> reasonable amount of time without running the risk of losing data?
>>
>> Thank you!
>>
>> Jo-Anne

>
> There is a thread here on the subject. In particular, the
> accessing of a ".tib" file on the affected disk.
>
> http://www.wilderssecurity.com/showthread.php?t=242607
>
> To analyze, you can get a copy of Process Explorer, click "Explorer.EXE"
> then look in the lower pane for "File" entries. You might see the open
> file
> on the external drive that way. At least, in the previous
> thread, that is what the poster was checking.
>
> http://technet.microsoft.com/en-ca/s.../bb896653.aspx
>
> There is a second program called "Handle", and it runs from the
> Command Prompt. I tried changing directory to where I have
> this unpacked, and typed "handle", and it seems to give me
> a list of open files on my system. An open file prevents
> Safe Removal. Virtually everything open right now, is a file on
> my C: partition (and of course, there's little chance of
> "Safely Removing" a C: partition).
>
> http://technet.microsoft.com/en-ca/s.../bb896655.aspx
>
> I believe the person who wrote Handle, thinks Process Explorer
> is a functional equivalent, but you might like the output of
> Handle better.
>
> You can always redirect the output to a file, such as
>
> handle > output.txt
>
> and then review the contents of output.txt with Notepad.
> Otherwise, there may be too much output from Handle, to be
> able to scroll back the Command Prompt window and see it all.
> If you see your external drive letter, in the output.txt file,
> then you can determine which process is doing it.
>
> Paul



Thank you, Paul! For now, I did what pjp suggested (this morning I still was
getting the same message as last night). I'll check out the other methods
too, though. I did check processes in Windows Task Manager, and nothing
seemed to be happening. At that point I did a shutdown/restart and removed
the drive during shutdown.

Jo-Anne


 
Reply With Quote
 
philo
Guest
Posts: n/a
 
      14th November 2010
On 11/13/2010 10:25 AM, Jo-Anne wrote:
> "Paul"<(E-Mail Removed)> wrote in message
> news:ibm6ic$1fn$(E-Mail Removed)...
>> Jo-Anne wrote:
>>> Sometimes when I've backed up my internal hard drive to an external USB
>>> hard drive with Acronis True Image, I can't "safely remove" the external
>>> drive. I click on Safely Remove Hardware and get told the device cannot
>>> be stopped now and I should try later. Tonight I've been trying to remove
>>> the external drive for at least 3 hours and am still getting the same
>>> message--and now and then I see the light flash on the drive. It looks
>>> like the drive is going to stay connected at least til morning.
>>>
>>> Is there something I can do to be able to remove the drive in a
>>> reasonable amount of time without running the risk of losing data?
>>>
>>> Thank you!
>>>
>>> Jo-Anne

>>
>> There is a thread here on the subject. In particular, the
>> accessing of a ".tib" file on the affected disk.
>>
>> http://www.wilderssecurity.com/showthread.php?t=242607
>>
>> To analyze, you can get a copy of Process Explorer, click "Explorer.EXE"
>> then look in the lower pane for "File" entries. You might see the open
>> file
>> on the external drive that way. At least, in the previous
>> thread, that is what the poster was checking.
>>
>> http://technet.microsoft.com/en-ca/s.../bb896653.aspx
>>
>> There is a second program called "Handle", and it runs from the
>> Command Prompt. I tried changing directory to where I have
>> this unpacked, and typed "handle", and it seems to give me
>> a list of open files on my system. An open file prevents
>> Safe Removal. Virtually everything open right now, is a file on
>> my C: partition (and of course, there's little chance of
>> "Safely Removing" a C: partition).
>>
>> http://technet.microsoft.com/en-ca/s.../bb896655.aspx
>>
>> I believe the person who wrote Handle, thinks Process Explorer
>> is a functional equivalent, but you might like the output of
>> Handle better.
>>
>> You can always redirect the output to a file, such as
>>
>> handle> output.txt
>>
>> and then review the contents of output.txt with Notepad.
>> Otherwise, there may be too much output from Handle, to be
>> able to scroll back the Command Prompt window and see it all.
>> If you see your external drive letter, in the output.txt file,
>> then you can determine which process is doing it.
>>
>> Paul

>
>
> Thank you, Paul! For now, I did what pjp suggested (this morning I still was
> getting the same message as last night). I'll check out the other methods
> too, though. I did check processes in Windows Task Manager, and nothing
> seemed to be happening. At that point I did a shutdown/restart and removed
> the drive during shutdown.
>
> Jo-Anne
>
>



Not a good idea if you disconnected at a point when the drive was still
mounted...

you should have waited for the machine to have shut off
 
Reply With Quote
 
pjp
Guest
Posts: n/a
 
      14th November 2010

"Jo-Anne" <Jo-(E-Mail Removed)> wrote in message
news:ibmdva$jj$(E-Mail Removed)...
> "pjp" <(E-Mail Removed)> wrote in message
> news:iblkil$1si$(E-Mail Removed)...
>>
>> "Jo-Anne" <Jo-(E-Mail Removed)> wrote in message
>> news:iblgdk$glr$(E-Mail Removed)...
>>> Sometimes when I've backed up my internal hard drive to an external USB
>>> hard drive with Acronis True Image, I can't "safely remove" the external
>>> drive. I click on Safely Remove Hardware and get told the device cannot
>>> be stopped now and I should try later. Tonight I've been trying to
>>> remove the external drive for at least 3 hours and am still getting the
>>> same message--and now and then I see the light flash on the drive. It
>>> looks like the drive is going to stay connected at least til morning.
>>>
>>> Is there something I can do to be able to remove the drive in a
>>> reasonable amount of time without running the risk of losing data?
>>>
>>> Thank you!
>>>
>>> Jo-Anne
>>>

>>
>> Restart the pc using Shutdown/Restart. While it's booting take the drive
>> out (earlier the better, immediately when it shuts down is best so even
>> the BIOS doesn't see it). Windows should flush anything required and stop
>> anything using the drive during the shutdown procedure so data should be
>> ok. I occasionally have the same problem but usually just selecting the
>> option to "safely remove" a second time is all that's required.
>>

>
> Thank you, pjp! I did what you said and will hope for the best. I've
> occasionally had a brief problem with my memory stick--not using Acronis
> True Image--but, as you say, usually trying a second time clears it.
>
> I left the external hard drive connected all night and still couldn't
> safely remove it today, so I followed your directions.
>
> Thank you again!
>
> Jo-Anne


Hopefully it's only a mild irritation occasionally. Windows for everyone
always seems to have a few though seldom the same


 
Reply With Quote
 
pjp
Guest
Posts: n/a
 
      14th November 2010

"philo" <(E-Mail Removed)> wrote in message
news:ibp2lj$434$(E-Mail Removed)...
> On 11/13/2010 10:25 AM, Jo-Anne wrote:
>> "Paul"<(E-Mail Removed)> wrote in message
>> news:ibm6ic$1fn$(E-Mail Removed)...
>>> Jo-Anne wrote:
>>>> Sometimes when I've backed up my internal hard drive to an external USB
>>>> hard drive with Acronis True Image, I can't "safely remove" the
>>>> external
>>>> drive. I click on Safely Remove Hardware and get told the device cannot
>>>> be stopped now and I should try later. Tonight I've been trying to
>>>> remove
>>>> the external drive for at least 3 hours and am still getting the same
>>>> message--and now and then I see the light flash on the drive. It looks
>>>> like the drive is going to stay connected at least til morning.
>>>>
>>>> Is there something I can do to be able to remove the drive in a
>>>> reasonable amount of time without running the risk of losing data?
>>>>
>>>> Thank you!
>>>>
>>>> Jo-Anne
>>>
>>> There is a thread here on the subject. In particular, the
>>> accessing of a ".tib" file on the affected disk.
>>>
>>> http://www.wilderssecurity.com/showthread.php?t=242607
>>>
>>> To analyze, you can get a copy of Process Explorer, click "Explorer.EXE"
>>> then look in the lower pane for "File" entries. You might see the open
>>> file
>>> on the external drive that way. At least, in the previous
>>> thread, that is what the poster was checking.
>>>
>>> http://technet.microsoft.com/en-ca/s.../bb896653.aspx
>>>
>>> There is a second program called "Handle", and it runs from the
>>> Command Prompt. I tried changing directory to where I have
>>> this unpacked, and typed "handle", and it seems to give me
>>> a list of open files on my system. An open file prevents
>>> Safe Removal. Virtually everything open right now, is a file on
>>> my C: partition (and of course, there's little chance of
>>> "Safely Removing" a C: partition).
>>>
>>> http://technet.microsoft.com/en-ca/s.../bb896655.aspx
>>>
>>> I believe the person who wrote Handle, thinks Process Explorer
>>> is a functional equivalent, but you might like the output of
>>> Handle better.
>>>
>>> You can always redirect the output to a file, such as
>>>
>>> handle> output.txt
>>>
>>> and then review the contents of output.txt with Notepad.
>>> Otherwise, there may be too much output from Handle, to be
>>> able to scroll back the Command Prompt window and see it all.
>>> If you see your external drive letter, in the output.txt file,
>>> then you can determine which process is doing it.
>>>
>>> Paul

>>
>>
>> Thank you, Paul! For now, I did what pjp suggested (this morning I still
>> was
>> getting the same message as last night). I'll check out the other methods
>> too, though. I did check processes in Windows Task Manager, and nothing
>> seemed to be happening. At that point I did a shutdown/restart and
>> removed
>> the drive during shutdown.
>>
>> Jo-Anne
>>
>>

>
>
> Not a good idea if you disconnected at a point when the drive was still
> mounted...
>
> you should have waited for the machine to have shut off


The original advice did say do it after pc had rebooted but preferably
before even the BIOS sees the device (more so to not have it check try to
boot from it, a just in case scenario). It certainly isn't "mounted" at that
time and hopefully Windows cleaned it up properly before it completed
shutdown (which has been my experience when I run across the original
problem stated).


 
Reply With Quote
 
Twayne
Guest
Posts: n/a
 
      14th November 2010
In news:ibp8fv$ivs$(E-Mail Removed),
pjp <(E-Mail Removed)> typed:
> "Jo-Anne" <Jo-(E-Mail Removed)> wrote in message
> news:ibmdva$jj$(E-Mail Removed)...
>> "pjp" <(E-Mail Removed)> wrote
>> in message news:iblkil$1si$(E-Mail Removed)...
>>>
>>> "Jo-Anne" <Jo-(E-Mail Removed)> wrote in message
>>> news:iblgdk$glr$(E-Mail Removed)...
>>>> Sometimes when I've backed up my internal hard drive to
>>>> an external USB hard drive with Acronis True Image, I
>>>> can't "safely remove" the external drive. I click on
>>>> Safely Remove Hardware and get told the device cannot be
>>>> stopped now and I should try later. Tonight I've been
>>>> trying to remove the external drive for at least 3 hours
>>>> and am still getting the same message--and now and then
>>>> I see the light flash on the drive. It looks like the
>>>> drive is going to stay connected at least til morning. Is there
>>>> something I can do to be able to remove the
>>>> drive in a reasonable amount of time without running the
>>>> risk of losing data? Thank you!
>>>>
>>>> Jo-Anne
>>>>
>>>
>>> Restart the pc using Shutdown/Restart. While it's booting
>>> take the drive out (earlier the better, immediately when
>>> it shuts down is best so even the BIOS doesn't see it).
>>> Windows should flush anything required and stop anything
>>> using the drive during the shutdown procedure so data
>>> should be ok. I occasionally have the same problem but
>>> usually just selecting the option to "safely remove" a
>>> second time is all that's required.

>>
>> Thank you, pjp! I did what you said and will hope for the
>> best. I've occasionally had a brief problem with my memory
>> stick--not using Acronis True Image--but, as you say,
>> usually trying a second time clears it. I left the external hard drive
>> connected all night and
>> still couldn't safely remove it today, so I followed your
>> directions. Thank you again!
>>
>> Jo-Anne

>
> Hopefully it's only a mild irritation occasionally. Windows
> for everyone always seems to have a few though seldom the
> same


Set the drive Properties to not need to be flushed before removal and so the
icon to safely remove ... isn't needed. That turns off the buffers &
wrte-behinds - & t won't appear in safely remove ... anymore. Then: As long
as the light's off, you can turn it off/remove the drive.

HTH,

Twayne`


 
Reply With Quote
 
Jo-Anne
Guest
Posts: n/a
 
      15th November 2010
"Twayne" <(E-Mail Removed)> wrote in message
news:ibpme8$crg$(E-Mail Removed)...
> In news:ibp8fv$ivs$(E-Mail Removed),
> pjp <(E-Mail Removed)> typed:
>> "Jo-Anne" <Jo-(E-Mail Removed)> wrote in message
>> news:ibmdva$jj$(E-Mail Removed)...
>>> "pjp" <(E-Mail Removed)> wrote
>>> in message news:iblkil$1si$(E-Mail Removed)...
>>>>
>>>> "Jo-Anne" <Jo-(E-Mail Removed)> wrote in message
>>>> news:iblgdk$glr$(E-Mail Removed)...
>>>>> Sometimes when I've backed up my internal hard drive to
>>>>> an external USB hard drive with Acronis True Image, I
>>>>> can't "safely remove" the external drive. I click on
>>>>> Safely Remove Hardware and get told the device cannot be
>>>>> stopped now and I should try later. Tonight I've been
>>>>> trying to remove the external drive for at least 3 hours
>>>>> and am still getting the same message--and now and then
>>>>> I see the light flash on the drive. It looks like the
>>>>> drive is going to stay connected at least til morning. Is there
>>>>> something I can do to be able to remove the
>>>>> drive in a reasonable amount of time without running the
>>>>> risk of losing data? Thank you!
>>>>>
>>>>> Jo-Anne
>>>>>
>>>>
>>>> Restart the pc using Shutdown/Restart. While it's booting
>>>> take the drive out (earlier the better, immediately when
>>>> it shuts down is best so even the BIOS doesn't see it).
>>>> Windows should flush anything required and stop anything
>>>> using the drive during the shutdown procedure so data
>>>> should be ok. I occasionally have the same problem but
>>>> usually just selecting the option to "safely remove" a
>>>> second time is all that's required.
>>>
>>> Thank you, pjp! I did what you said and will hope for the
>>> best. I've occasionally had a brief problem with my memory
>>> stick--not using Acronis True Image--but, as you say,
>>> usually trying a second time clears it. I left the external hard drive
>>> connected all night and
>>> still couldn't safely remove it today, so I followed your
>>> directions. Thank you again!
>>>
>>> Jo-Anne

>>
>> Hopefully it's only a mild irritation occasionally. Windows
>> for everyone always seems to have a few though seldom the
>> same

>
> Set the drive Properties to not need to be flushed before removal and so
> the icon to safely remove ... isn't needed. That turns off the buffers &
> wrte-behinds - & t won't appear in safely remove ... anymore. Then: As
> long as the light's off, you can turn it off/remove the drive.
>
> HTH,
>
> Twayne`
>
>

Thank you, Twayne! I'll do that when I return home (I'm away for a couple
weeks).

Jo-Anne


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Safely Remove External Drive bhm7319 Windows XP Hardware 18 2nd December 2008 05:05 PM
How to get external SATA drive in the Safely Remove Hardware list? Rick Blackthorn Windows XP General 11 10th May 2007 10:59 AM
Safely remove hardward does not work with external drive reedski Windows XP General 3 6th August 2005 06:12 PM
Unable to "safely remove" external hard drive SmarSquid Windows XP Hardware 2 26th September 2004 04:49 AM
Removing AOL safely from my HD Edw. Peach Windows XP Basics 3 4th March 2004 06:42 PM


All times are GMT. The time now is 12:05 AM.
Windows XP Forums is an independent website and is not affiliated with Microsoft Corporation.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26