Technology Questions

Go Back   Technology Questions > Software Questions > Operating System Questions > Windows XP

Windows XP Discuss the Microsoft Windows XP Operating System

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 07-02-2009, 04:40 AM
robgraham
Newsgroup Contributor
 
Posts: n/a
Remove hardware

I often simply unplug my memory stick without any ceremony, but I know this
is frowned on. What is the problem with doing this?

Also, when I try to use 'Safely remove hardware' it tells me that it cannot
be removed 'at this time, try again later'. Assuming I've waited until all
files have finished being saved, why is it that such a message is generated?

Rob Graham


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 07-02-2009, 04:40 AM
  #2 (permalink)  
Old 07-02-2009, 07:30 AM
Shenan Stanley
Newsgroup Contributor
 
Posts: n/a
Re: Remove hardware

robgraham wrote:
> I often simply unplug my memory stick without any ceremony, but I
> know this is frowned on. What is the problem with doing this?
>
> Also, when I try to use 'Safely remove hardware' it tells me that
> it cannot be removed 'at this time, try again later'. Assuming I've
> waited until all files have finished being saved, why is it that
> such a message is generated?


The removal of the USB stick can be sangerous because there is a read/write
cache that Windows uses that may still contain unwritten data not yet
written (as you may have asked it to be) on the USB stick. If you remove
the memory stick without the proper procedure, there is a risk that
unwritten data will be lost and the copy you have will be incomplete or
corrupted.

Make sure all windows even 'showing' the files are closed and that anything
you started running from the memory stick is closed (may have to look at
task manager.)

--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 07-02-2009, 09:10 AM
smlunatick
Newsgroup Contributor
 
Posts: n/a
Re: Remove hardware

On Jul 2, 12:27*pm, "robgraham" <rttgraham...@btinternet.com> wrote:
> I often simply unplug my memory stick without any ceremony, but I know this
> is frowned on. What is the problem with doing this?
>
> Also, when I try to use 'Safely remove hardware' it tells me that it cannot
> be removed 'at this time, try again later'. Assuming I've waited until all
> files have finished being saved, why is it that such a message is generated?
>
> Rob Graham


Removing the memory with out "Safely Remove" you can completely
"erase" the stick or rendering "unusable" / "unformatable."

You may see that "Safely Remove" message when:

Anti-virus is set to "scan" removable "devices."
Roxio's Drag to Disk "takes" it over
Nero's InCD believes it is a DVD / CD RW media
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 07-02-2009, 12:00 PM
WhiteTea77581
Newsgroup Contributor
 
Posts: n/a
Re: Remove hardware

On Jul 2, 6:27*am, "robgraham" <rttgraham...@btinternet.com> wrote:
> I often simply unplug my memory stick without any ceremony, but I know this
> is frowned on. What is the problem with doing this?
>
> Also, when I try to use 'Safely remove hardware' it tells me that it cannot
> be removed 'at this time, try again later'. Assuming I've waited until all
> files have finished being saved, why is it that such a message is generated?
>
> Rob Graham


I have taken out thumb drives a number of times without "Safely
removing the hardware."
And not a single byte of info was corrupted.

I just make sure that nothing is being written to the disk when I
remove it.

I wonder if there is a script that can be written to automate the
process of safely removing hardware?

Andy
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 07-02-2009, 01:00 PM
robgraham
Newsgroup Contributor
 
Posts: n/a
Re: Remove hardware


"WhiteTea77581" <andrewkennedy3@peoplepc.com> wrote in message
news:bf0688e7-a627-4a46-a97f-1bb046aae6ca@p18g2000pra.googlegroups.com...
On Jul 2, 6:27 am, "robgraham" <rttgraham...@btinternet.com> wrote:
> I often simply unplug my memory stick without any ceremony, but I know
> this
> is frowned on. What is the problem with doing this?
>
> Also, when I try to use 'Safely remove hardware' it tells me that it
> cannot
> be removed 'at this time, try again later'. Assuming I've waited until all
> files have finished being saved, why is it that such a message is
> generated?
>
> Rob Graham


I have taken out thumb drives a number of times without "Safely
removing the hardware."
And not a single byte of info was corrupted.

Me too. It's just that when I was about to do this on a friend's computer he
warned me not to.

Is this rather like suggesting to someone that if they travel in a car they
might die? It's true, but not very likely.

Rob


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 07-02-2009, 02:10 PM
WhiteTea77581
Newsgroup Contributor
 
Posts: n/a
Re: Remove hardware


> I have taken out thumb drives a number of times without "Safely
> removing the hardware."
> And not a single byte of info was corrupted.
>
> Me too. It's just that when I was about to do this on a friend's computer he
> warned me not to.
>
> Is this rather like suggesting to someone that if they travel in a car they
> might die? It's true, but not very likely.
>
> Rob


There is a freeware program called removedrive that you can get at
http://www.uwe-sieber.de/drivetools_e.html#removedrive

I have a batch file with this in it.

c:\backup\removedrive I: -L -H -W:1000

This would remove H: drive, loop until sucess, show open handles, and
waits 1000 milliseconds before closing.

Have a good week,
Andy
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #7 (permalink)  
Old 07-02-2009, 02:40 PM
Shenan Stanley
Newsgroup Contributor
 
Posts: n/a
Re: Remove hardware

<snipped>

robgraham wrote:
> I have taken out thumb drives a number of times without "Safely
> removing the hardware."
> And not a single byte of info was corrupted.
>
> Me too. It's just that when I was about to do this on a friend's
> computer he warned me not to.
>
> Is this rather like suggesting to someone that if they travel in a
> car they might die? It's true, but not very likely.


Yes. I guess you could say that. Your example is a bit extreme though.

It is technically proper procedure. You could do it a million times and
likely see no negative affects - but the one out of a million could be the
time that the data you have on there was the most important to you and (for
whatever bad reason) you also did not have backups of. ;-)

Backups are not required either - but people push them because it is the
*wise* thing to do.

--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #8 (permalink)  
Old 07-03-2009, 02:50 AM
M.I.5¾
Newsgroup Contributor
 
Posts: n/a
Re: Remove hardware


"robgraham" <rttgrahamwow@btinternet.com> wrote in message
news:h9ydnfSwjOApBNHXnZ2dnUVZ8rKdnZ2d@bt.com...
>I often simply unplug my memory stick without any ceremony, but I know this
>is frowned on. What is the problem with doing this?
>
> Also, when I try to use 'Safely remove hardware' it tells me that it
> cannot be removed 'at this time, try again later'. Assuming I've waited
> until all files have finished being saved, why is it that such a message
> is generated?
>


Provided your memory stick is configured for 'Optimise for fast removal'
(which it seems that it is), you can remove it as soon as the activity light
is not showing/flashing.

Safely remove hardware will give the response you report because there is no
write cache to flush.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #9 (permalink)  
Old 07-03-2009, 03:20 AM
Lil' Dave
Newsgroup Contributor
 
Posts: n/a
Re: Remove hardware

"robgraham" <rttgrahamwow@btinternet.com> wrote in message
news:h9ydnfSwjOApBNHXnZ2dnUVZ8rKdnZ2d@bt.com...
>I often simply unplug my memory stick without any ceremony, but I know this
>is frowned on. What is the problem with doing this?
>
> Also, when I try to use 'Safely remove hardware' it tells me that it
> cannot be removed 'at this time, try again later'. Assuming I've waited
> until all files have finished being saved, why is it that such a message
> is generated?
>
> Rob Graham
>


Depends on XP and how its setup, and any 3rd party apps installed. Some, or
XP itself, may be working in the background waiting for the previous app or
XP itself to be done with it. There may be a lapse in time between these
things were no indication of access of the drive is visible. The user,
thinking the PC is done with it, then reaches to remove, and at that moment
the waiting app or XP itself also accesses it at that same moment. That is
where the danger lies.
--
Dave


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #10 (permalink)  
Old 07-03-2009, 04:10 AM
robgraham
Newsgroup Contributor
 
Posts: n/a
Re: Remove hardware


"Lil' Dave" <spamyourself@virus.net> wrote in message
news:eamuna8%23JHA.4984@TK2MSFTNGP05.phx.gbl...
> "robgraham" <rttgrahamwow@btinternet.com> wrote in message
> news:h9ydnfSwjOApBNHXnZ2dnUVZ8rKdnZ2d@bt.com...
>>I often simply unplug my memory stick without any ceremony, but I know
>>this is frowned on. What is the problem with doing this?
>>
>> Also, when I try to use 'Safely remove hardware' it tells me that it
>> cannot be removed 'at this time, try again later'. Assuming I've waited
>> until all files have finished being saved, why is it that such a message
>> is generated?
>>
>> Rob Graham
>>

>
> Depends on XP and how its setup, and any 3rd party apps installed. Some,
> or XP itself, may be working in the background waiting for the previous
> app or XP itself to be done with it. There may be a lapse in time between
> these things were no indication of access of the drive is visible. The
> user, thinking the PC is done with it, then reaches to remove, and at that
> moment the waiting app or XP itself also accesses it at that same moment.
> That is where the danger lies.
> --
> Dave
>
>


How does this stack up with M.I.5's reply above? He implies - no, states -
that if the stick is configured for fast removal (don't remember doing that
but maybe I did) it's OK to remove it when the activity light goes out.
You're suggesting that this ain't necessarily so.

Rob


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #11 (permalink)  
Old 07-03-2009, 01:40 PM
Barry Schwarz
Newsgroup Contributor
 
Posts: n/a
Re: Remove hardware

On Fri, 3 Jul 2009 10:48:46 +0100, "M.I.5¾"
<no.one@no.where.NO_SPAM.co.uk> wrote:

>
>"robgraham" <rttgrahamwow@btinternet.com> wrote in message
>news:h9ydnfSwjOApBNHXnZ2dnUVZ8rKdnZ2d@bt.com...
>>I often simply unplug my memory stick without any ceremony, but I know this
>>is frowned on. What is the problem with doing this?
>>
>> Also, when I try to use 'Safely remove hardware' it tells me that it
>> cannot be removed 'at this time, try again later'. Assuming I've waited
>> until all files have finished being saved, why is it that such a message
>> is generated?
>>

>
>Provided your memory stick is configured for 'Optimise for fast removal'
>(which it seems that it is), you can remove it as soon as the activity light
>is not showing/flashing.
>
>Safely remove hardware will give the response you report because there is no
>write cache to flush.


I have seen this response when a file from the stick is still open
even it has been saved or is read only.

I have also seen this response when an xls file from the stick has
been closed but Excel 2003 is still active.

--
Remove del for email
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #12 (permalink)  
Old 07-04-2009, 04:30 AM
Lil' Dave
Newsgroup Contributor
 
Posts: n/a
Re: Remove hardware

"robgraham" <rttgrahamwow@btinternet.com> wrote in message
news:arKdna5twqiBe9DXnZ2dnUVZ8i6dnZ2d@bt.com...
>
> "Lil' Dave" <spamyourself@virus.net> wrote in message
> news:eamuna8%23JHA.4984@TK2MSFTNGP05.phx.gbl...
>> "robgraham" <rttgrahamwow@btinternet.com> wrote in message
>> news:h9ydnfSwjOApBNHXnZ2dnUVZ8rKdnZ2d@bt.com...
>>>I often simply unplug my memory stick without any ceremony, but I know
>>>this is frowned on. What is the problem with doing this?
>>>
>>> Also, when I try to use 'Safely remove hardware' it tells me that it
>>> cannot be removed 'at this time, try again later'. Assuming I've waited
>>> until all files have finished being saved, why is it that such a message
>>> is generated?
>>>
>>> Rob Graham
>>>

>>
>> Depends on XP and how its setup, and any 3rd party apps installed. Some,
>> or XP itself, may be working in the background waiting for the previous
>> app or XP itself to be done with it. There may be a lapse in time
>> between these things were no indication of access of the drive is
>> visible. The user, thinking the PC is done with it, then reaches to
>> remove, and at that moment the waiting app or XP itself also accesses it
>> at that same moment. That is where the danger lies.
>> --
>> Dave
>>
>>

>
> How does this stack up with M.I.5's reply above? He implies - no, states -
> that if the stick is configured for fast removal (don't remember doing
> that but maybe I did) it's OK to remove it when the activity light goes
> out. You're suggesting that this ain't necessarily so.
>
> Rob
>


Nope. I'm agreeing with that premise, AND, being a bit more specific in the
mechanics behind it. And that the safely remove asset is sensitive in the
background for both waits for data writes and possible read checks of those
writes, and, XP itself or antivirus waitng to subsequently access that
drive.
--
Dave


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #13 (permalink)  
Old 07-06-2009, 12:30 AM
M.I.5¾
Newsgroup Contributor
 
Posts: n/a
Re: Remove hardware


"Barry Schwarz" <schwarzb@dqel.com> wrote in message
news:jjfs45hntmfjgdb1fbjtbl0sj4povaetqv@4ax.com...
> On Fri, 3 Jul 2009 10:48:46 +0100, "M.I.5¾"
> <no.one@no.where.NO_SPAM.co.uk> wrote:
>
>>
>>"robgraham" <rttgrahamwow@btinternet.com> wrote in message
>>news:h9ydnfSwjOApBNHXnZ2dnUVZ8rKdnZ2d@bt.com.. .
>>>I often simply unplug my memory stick without any ceremony, but I know
>>>this
>>>is frowned on. What is the problem with doing this?
>>>
>>> Also, when I try to use 'Safely remove hardware' it tells me that it
>>> cannot be removed 'at this time, try again later'. Assuming I've waited
>>> until all files have finished being saved, why is it that such a message
>>> is generated?
>>>

>>
>>Provided your memory stick is configured for 'Optimise for fast removal'
>>(which it seems that it is), you can remove it as soon as the activity
>>light
>>is not showing/flashing.
>>
>>Safely remove hardware will give the response you report because there is
>>no
>>write cache to flush.

>
> I have seen this response when a file from the stick is still open
> even it has been saved or is read only.
>
> I have also seen this response when an xls file from the stick has
> been closed but Excel 2003 is still active.
>


A fair point.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #14 (permalink)  
Old 07-06-2009, 04:30 AM
robgraham
Newsgroup Contributor
 
Posts: n/a
Re: Remove hardware

Thanks for all your help here.

Rob


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

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 On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Safely Remove Hardware Sparky Windows XP 3 03-30-2009 11:50 AM
Remove hardware from "Safely Remove Hardware" list -John T Vista Hardware 1 08-07-2007 09:30 AM
Remove Hardware Don Bouchard Windows Vista 1 08-05-2007 01:50 AM
Can't they provide an option to remove "Safely Remove Hardware"? Cat Windows Vista 2 02-15-2007 03:32 PM
safely remove hardware lulabob Windows XP 10 01-25-2007 10:30 AM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 01:20 AM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0