Windows 7 Forums


Reply
Thread Tools

Trying to disconnect external HDD.

 
 
Peter Jason
Guest
Posts: n/a
Thanked:
 
      07-31-2011
I have an external "Maxtor" 250Gb HDD with a firewire connection that
is used solely for backups.

Often I get the message: (Windows 7)

******
Problem Ejecting SBP2 Compliant IEEE 1394 device
---------------------------
Windows can't stop your 'Generic volume' device because a program is
still using it. Close any programs that might be using the device, and
then try again later.
******

"Later" never works, and there's no program using it. I have to
reboot the computer to make the message go away. Is there some
other way?

Peter
 
Reply With Quote
 
 
 
 
Paul
Guest
Posts: n/a
Thanked:
 
      08-01-2011
Peter Jason wrote:
> I have an external "Maxtor" 250Gb HDD with a firewire connection that
> is used solely for backups.
>
> Often I get the message: (Windows 7)
>
> ******
> Problem Ejecting SBP2 Compliant IEEE 1394 device
> ---------------------------
> Windows can't stop your 'Generic volume' device because a program is
> still using it. Close any programs that might be using the device, and
> then try again later.
> ******
>
> "Later" never works, and there's no program using it. I have to
> reboot the computer to make the message go away. Is there some
> other way?
>
> Peter


This is a more common problem on Unix. And this is a tool I used
in the past for that. And while I'm there, the article tells me
what the Windows equivalent of that command is.

http://en.wikipedia.org/wiki/Lsof

"See also

Process Explorer from SysInternals - the equivalent for Windows
(Find menu -> Find Handle or DLL)"

So Process Explorer is supposed to be able to find open files,
such as the kind that prevent a volume from being dismounted.

You can get Process Explorer here.

http://technet.microsoft.com/en-us/s...rnals/bb896653

I tried the "Find menu -> Find Handle or DLL" part, and when
you get there, there is a search box. Type the drive letter.
For example, I typed C: in there, to see how many files
were open on C:.

On my E: volume, I can tell System Restore has a file open.
You might check and see if it's something like that.

In this example, only C: is included in System Restore. But other
drives, might also be included, like your Firewire drive.

http://res2.windows.microsoft.com/re...e8734e2bde.jpg

Paul
 
Reply With Quote
 
RMD
Guest
Posts: n/a
Thanked:
 
      08-01-2011
On Mon, 01 Aug 2011 08:22:48 +1000, Peter Jason <> wrote:

>I have an external "Maxtor" 250Gb HDD with a firewire connection that
>is used solely for backups.
>
>Often I get the message: (Windows 7)
>
>******
>Problem Ejecting SBP2 Compliant IEEE 1394 device
>---------------------------
>Windows can't stop your 'Generic volume' device because a program is
>still using it. Close any programs that might be using the device, and
>then try again later.
>******
>
>"Later" never works, and there's no program using it. I have to
>reboot the computer to make the message go away. Is there some
>other way?
>
>Peter


Peter,

I use Unlocker in this situation.

http://www.filehippo.com/download_unlocker/

Just hit "Unlock all" even if nothing is showing connected to the
drive and it will then disconnect.

Ross

 
Reply With Quote
 
Yousuf Khan
Guest
Posts: n/a
Thanked:
 
      08-01-2011
On 31/07/2011 6:22 PM, Peter Jason wrote:
> I have an external "Maxtor" 250Gb HDD with a firewire connection that
> is used solely for backups.
>
> Often I get the message: (Windows 7)
>
> ******
> Problem Ejecting SBP2 Compliant IEEE 1394 device
> ---------------------------
> Windows can't stop your 'Generic volume' device because a program is
> still using it. Close any programs that might be using the device, and
> then try again later.
> ******
>
> "Later" never works, and there's no program using it. I have to
> reboot the computer to make the message go away. Is there some
> other way?
>
> Peter



What you need is something that not only unmounts the drive, but also
kills whatever processes are locking it. Try this:

Safely Remove Hardware better alternative
http://safelyremove.com/index.html

Yousuf Khan
 
Reply With Quote
 
David
Guest
Posts: n/a
Thanked:
 
      08-02-2011
Peter Jason wrote:
> I have an external "Maxtor" 250Gb HDD with a firewire connection that
> is used solely for backups.
>
> Often I get the message: (Windows 7)
>
> ******
> Problem Ejecting SBP2 Compliant IEEE 1394 device
> ---------------------------
> Windows can't stop your 'Generic volume' device because a program is
> still using it. Close any programs that might be using the device, and
> then try again later.
> ******
>
> "Later" never works, and there's no program using it. I have to
> reboot the computer to make the message go away. Is there some
> other way?
>
> Peter


Close Windows Explorer and try again.
 
Reply With Quote
 
Peter Jason
Guest
Posts: n/a
Thanked:
 
      08-02-2011
On Sun, 31 Jul 2011 19:02:04 -0400, Paul <> wrote:

>Peter Jason wrote:
>> I have an external "Maxtor" 250Gb HDD with a firewire connection that
>> is used solely for backups.
>>
>> Often I get the message: (Windows 7)
>>
>> ******
>> Problem Ejecting SBP2 Compliant IEEE 1394 device
>> ---------------------------
>> Windows can't stop your 'Generic volume' device because a program is
>> still using it. Close any programs that might be using the device, and
>> then try again later.
>> ******
>>
>> "Later" never works, and there's no program using it. I have to
>> reboot the computer to make the message go away. Is there some
>> other way?
>>
>> Peter

>
>This is a more common problem on Unix. And this is a tool I used
>in the past for that. And while I'm there, the article tells me
>what the Windows equivalent of that command is.
>
>http://en.wikipedia.org/wiki/Lsof
>
> "See also
>
> Process Explorer from SysInternals - the equivalent for Windows
> (Find menu -> Find Handle or DLL)"
>
>So Process Explorer is supposed to be able to find open files,
>such as the kind that prevent a volume from being dismounted.
>
>You can get Process Explorer here.
>
>http://technet.microsoft.com/en-us/s...rnals/bb896653
>
>I tried the "Find menu -> Find Handle or DLL" part, and when
>you get there, there is a search box. Type the drive letter.
>For example, I typed C: in there, to see how many files
>were open on C:.
>
>On my E: volume, I can tell System Restore has a file open.
>You might check and see if it's something like that.
>
>In this example, only C: is included in System Restore. But other
>drives, might also be included, like your Firewire drive.
>
>http://res2.windows.microsoft.com/re...e8734e2bde.jpg
>
> Paul



Thanks, I already have the Sysinternals suite for Windows7 64bit. I
never thought to use it for this because I keep it for virus checking.


On the last link, this brings up the question why Windows7 is so
unlike XP in that several restore points are not listed, In XP I
could choose any restore point back for several days.

Peter
 
Reply With Quote
 
Gene E. Bloch
Guest
Posts: n/a
Thanked:
 
      08-02-2011
On Tue, 02 Aug 2011 12:04:25 +1000, Peter Jason wrote:

> On the last link, this brings up the question why Windows7 is so
> unlike XP in that several restore points are not listed, In XP I
> could choose any restore point back for several days.


This is not a characteristic of Windows 7, it is a characteristic of
your installation.

I have had a couple of dozen restore points listed on my Windows 7
computers (each!).

You may have too little disk space set aside; if that's not the problem,
then I don't know what it might be.

--
Gene E. Bloch (Stumbling Bloch)
 
Reply With Quote
 
Gene E. Bloch
Guest
Posts: n/a
Thanked:
 
      08-02-2011
On Tue, 02 Aug 2011 12:04:02 +0200, Alias wrote:

> On 08/02/2011 04:04 AM, Peter Jason wrote:
>> On Sun, 31 Jul 2011 19:02:04 -0400, Paul<> wrote:
>>
>>> Peter Jason wrote:
>>>> I have an external "Maxtor" 250Gb HDD with a firewire connection that
>>>> is used solely for backups.
>>>>
>>>> Often I get the message: (Windows 7)
>>>>
>>>> ******
>>>> Problem Ejecting SBP2 Compliant IEEE 1394 device
>>>> ---------------------------
>>>> Windows can't stop your 'Generic volume' device because a program is
>>>> still using it. Close any programs that might be using the device, and
>>>> then try again later.
>>>> ******
>>>>
>>>> "Later" never works, and there's no program using it. I have to
>>>> reboot the computer to make the message go away. Is there some
>>>> other way?
>>>>
>>>> Peter
>>>
>>> This is a more common problem on Unix. And this is a tool I used
>>> in the past for that. And while I'm there, the article tells me
>>> what the Windows equivalent of that command is.
>>>
>>> http://en.wikipedia.org/wiki/Lsof
>>>
>>> "See also
>>>
>>> Process Explorer from SysInternals - the equivalent for Windows
>>> (Find menu -> Find Handle or DLL)"
>>>
>>> So Process Explorer is supposed to be able to find open files,
>>> such as the kind that prevent a volume from being dismounted.
>>>
>>> You can get Process Explorer here.
>>>
>>> http://technet.microsoft.com/en-us/s...rnals/bb896653
>>>
>>> I tried the "Find menu -> Find Handle or DLL" part, and when
>>> you get there, there is a search box. Type the drive letter.
>>> For example, I typed C: in there, to see how many files
>>> were open on C:.
>>>
>>> On my E: volume, I can tell System Restore has a file open.
>>> You might check and see if it's something like that.
>>>
>>> In this example, only C: is included in System Restore. But other
>>> drives, might also be included, like your Firewire drive.
>>>
>>> http://res2.windows.microsoft.com/re...e8734e2bde.jpg
>>>
>>> Paul

>>
>>
>> Thanks, I already have the Sysinternals suite for Windows7 64bit. I
>> never thought to use it for this because I keep it for virus checking.
>>
>>
>> On the last link, this brings up the question why Windows7 is so
>> unlike XP in that several restore points are not listed, In XP I
>> could choose any restore point back for several days.
>>
>> Peter

>
> There's a little square to check that says "Show more restore points".
> Did you check that?


On my Win 7 installations, the first 5 or 6 restore points are always
visible when there are a lot of restore points, even when that box is
unchecked.

--
Gene E. Bloch (Stumbling Bloch)
 
Reply With Quote
 
Gene E. Bloch
Guest
Posts: n/a
Thanked:
 
      08-03-2011
On Tue, 02 Aug 2011 20:03:07 +0200, Alias wrote:

> On 08/02/2011 07:57 PM, Gene E. Bloch wrote:
>> On Tue, 02 Aug 2011 12:04:02 +0200, Alias wrote:
>>
>>> On 08/02/2011 04:04 AM, Peter Jason wrote:
>>>> On Sun, 31 Jul 2011 19:02:04 -0400, Paul<> wrote:
>>>>
>>>>> Peter Jason wrote:
>>>>>> I have an external "Maxtor" 250Gb HDD with a firewire connection that
>>>>>> is used solely for backups.
>>>>>>
>>>>>> Often I get the message: (Windows 7)
>>>>>>
>>>>>> ******
>>>>>> Problem Ejecting SBP2 Compliant IEEE 1394 device
>>>>>> ---------------------------
>>>>>> Windows can't stop your 'Generic volume' device because a program is
>>>>>> still using it. Close any programs that might be using the device, and
>>>>>> then try again later.
>>>>>> ******
>>>>>>
>>>>>> "Later" never works, and there's no program using it. I have to
>>>>>> reboot the computer to make the message go away. Is there some
>>>>>> other way?
>>>>>>
>>>>>> Peter
>>>>>
>>>>> This is a more common problem on Unix. And this is a tool I used
>>>>> in the past for that. And while I'm there, the article tells me
>>>>> what the Windows equivalent of that command is.
>>>>>
>>>>> http://en.wikipedia.org/wiki/Lsof
>>>>>
>>>>> "See also
>>>>>
>>>>> Process Explorer from SysInternals - the equivalent for Windows
>>>>> (Find menu -> Find Handle or DLL)"
>>>>>
>>>>> So Process Explorer is supposed to be able to find open files,
>>>>> such as the kind that prevent a volume from being dismounted.
>>>>>
>>>>> You can get Process Explorer here.
>>>>>
>>>>> http://technet.microsoft.com/en-us/s...rnals/bb896653
>>>>>
>>>>> I tried the "Find menu -> Find Handle or DLL" part, and when
>>>>> you get there, there is a search box. Type the drive letter.
>>>>> For example, I typed C: in there, to see how many files
>>>>> were open on C:.
>>>>>
>>>>> On my E: volume, I can tell System Restore has a file open.
>>>>> You might check and see if it's something like that.
>>>>>
>>>>> In this example, only C: is included in System Restore. But other
>>>>> drives, might also be included, like your Firewire drive.
>>>>>
>>>>> http://res2.windows.microsoft.com/re...e8734e2bde.jpg
>>>>>
>>>>> Paul
>>>>
>>>>
>>>> Thanks, I already have the Sysinternals suite for Windows7 64bit. I
>>>> never thought to use it for this because I keep it for virus checking.
>>>>
>>>>
>>>> On the last link, this brings up the question why Windows7 is so
>>>> unlike XP in that several restore points are not listed, In XP I
>>>> could choose any restore point back for several days.
>>>>
>>>> Peter
>>>
>>> There's a little square to check that says "Show more restore points".
>>> Did you check that?

>>
>> On my Win 7 installations, the first 5 or 6 restore points are always
>> visible when there are a lot of restore points, even when that box is
>> unchecked.
>>

>
> Mine too.


:-)

I take it that you mean it's worth the OP's effort to try that...Yeah,
I'll go along.

--
Gene E. Bloch (Stumbling Bloch)
 
Reply With Quote
 
Sir_George
Guest
Posts: n/a
Thanked:
 
      08-04-2011
Yousuf Khan wrote:

> On 31/07/2011 6:22 PM, Peter Jason wrote:
> > I have an external "Maxtor" 250Gb HDD with a firewire connection
> > that is used solely for backups.
> >
> > Often I get the message: (Windows 7)
> >
> > ******
> > Problem Ejecting SBP2 Compliant IEEE 1394 device
> > ---------------------------
> > Windows can't stop your 'Generic volume' device because a program is
> > still using it. Close any programs that might be using the device,
> > and then try again later.
> > ******
> >
> > "Later" never works, and there's no program using it. I have to
> > reboot the computer to make the message go away. Is there some
> > other way?
> >
> > Peter

>
>
> What you need is something that not only unmounts the drive, but also
> kills whatever processes are locking it. Try this:
>
> Safely Remove Hardware better alternative
> http://safelyremove.com/index.html
>
> Yousuf Khan


+1 USB Safely Remove is a great utility!

--
Sir_George
 
Reply With Quote
 
 
 
Reply

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
My New Toy For My External Portable 2.5" Hard Drive Nibiru2012 Hardware 4 09-25-2010 04:11 AM
VSS and SPP problem when ran backup to external hard drive and Volume Shadow Copy Ser chinhiunvun Windows 7 Support 12 09-18-2010 05:27 AM
Use MS Easy Transfer to migrate data from external hard drive to WIN7 gcucak Windows 7 Support 4 04-24-2010 03:04 PM
Issues with XP to 7 via external hard drive Wimb Installation, Setup and Updates 3 01-05-2010 05:42 PM
Copying from external HD or network folders dbenyakar Networking 6 09-13-2009 08:49 PM


All times are GMT +1. The time now is 09:12 AM.
W7Forums 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 27 28 29 30 31 32 33