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 11-14-2009, 09:30 AM
axon
Newsgroup Contributor
 
Posts: n/a
Data read

I need to read the data off a SATA drive from my laptop. I've plugged the
drive into the first SATA port on the motherboard of my desktop (WinXP SP3),
the OS sees the drive but refuses to read the data apparently. Any
suggestions appreciated. TIA.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 11-14-2009, 09:30 AM
  #2 (permalink)  
Old 11-14-2009, 10:10 AM
Ken Blake, MVP
Newsgroup Contributor
 
Posts: n/a
Re: Data read

On Sat, 14 Nov 2009 09:24:01 -0800, axon
<axon@discussions.microsoft.com> wrote:

> I need to read the data off a SATA drive from my laptop. I've plugged the
> drive into the first SATA port on the motherboard of my desktop (WinXP SP3),
> the OS sees the drive but refuses to read the data apparently. Any
> suggestions appreciated. TIA.



Exactly what doe "refuses to read the data apparently" mean? How have
you tried? What happens when you try? If you get an error message,
please quote it verbatim.

--
Ken Blake, Microsoft MVP (Windows Desktop Experience) since 2003
Please Reply to the Newsgroup
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 11-14-2009, 10:10 AM
John John - MVP
Newsgroup Contributor
 
Posts: n/a
Re: Data read

You're not really telling us much, this is all that I can suggest
without knowing more:

http://support.microsoft.com/kb/308421
How to take ownership of a file or a folder in Windows XP

If that doesn't work then tell us what happens when you try to access
the files and give us the *exact* error message that you get when you
try to access the files.

John

axon wrote:
> I need to read the data off a SATA drive from my laptop. I've plugged the
> drive into the first SATA port on the motherboard of my desktop (WinXP SP3),
> the OS sees the drive but refuses to read the data apparently. Any
> suggestions appreciated. TIA.

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

  #4 (permalink)  
Old 11-14-2009, 12:50 PM
axon
Newsgroup Contributor
 
Posts: n/a
Re: Data read

There's no error message per se; I can see the drive in Windows explorer,
when select the drive I get an hourglass for a while, and then windows asks
if I want to format the drive. When I look at the disk properties with the
disk management tool in the Computer Management msc it shows the file system
as "Raw". This HD is from a laptop that had Windows XP Media Center as the
OS. It's a Gateway.

"Ken Blake, MVP" wrote:

> On Sat, 14 Nov 2009 09:24:01 -0800, axon
> <axon@discussions.microsoft.com> wrote:
>
> > I need to read the data off a SATA drive from my laptop. I've plugged the
> > drive into the first SATA port on the motherboard of my desktop (WinXP SP3),
> > the OS sees the drive but refuses to read the data apparently. Any
> > suggestions appreciated. TIA.

>
>
> Exactly what doe "refuses to read the data apparently" mean? How have
> you tried? What happens when you try? If you get an error message,
> please quote it verbatim.
>
> --
> Ken Blake, Microsoft MVP (Windows Desktop Experience) since 2003
> Please Reply to the Newsgroup
> .
>

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

  #5 (permalink)  
Old 11-14-2009, 01:10 PM
Paul
Newsgroup Contributor
 
Posts: n/a
Re: Data read

axon wrote:
> There's no error message per se; I can see the drive in Windows explorer,
> when select the drive I get an hourglass for a while, and then windows asks
> if I want to format the drive. When I look at the disk properties with the
> disk management tool in the Computer Management msc it shows the file system
> as "Raw". This HD is from a laptop that had Windows XP Media Center as the
> OS. It's a Gateway.


You could check and see if the partition table on the disk is visible.
This tool displays the four primary partition entries coming from sector 0
of the disk.

Download and unzip PTEDIT32.zip from here.

ftp://ftp.symantec.com/public/englis.../pq/utilities/

In this example, there are three defined partitions, and the fourth one is blank.
The menu at the top, selects which hard drive you're looking at. If the disk
isn't showing up in the menu, then maybe it isn't physically being detected.
If you write down the numbers and do the math, you'll get a rough idea of the
size of each partition, and you can compare that information to what you know
about what should be on the disk. (If you have no prior knowledge of what is
supposed to be on the disk, then you'll have no sanity check to apply.)

http://www.vistax64.com/attachments/...0-dell-tbl.gif

If the partition table was damaged, you could use a tool like this. But
I don't recommend rushing off to use this, unless you know what you're
doing. What I mean by that, is this tool can write to the (potentially broken)
disk, making matters worse than they were originally. TestDisk can scan the
entire disk, looking for partitions, and by doing so, reconstruct the
partition table. But, at this point, we don't know enough about the nature
of the problem with the disk, to determine whether it is time to try this
or not. For example, it could be a driver problem with the SATA interface
you're using.

http://www.cgsecurity.org/wiki/TestDisk

Any time you attempt data recovery, your first priority is to try to make
a copy of the broken disk. That is in case there are any "accidents" while
you're working on it. It may be better to boot into a Linux LiveCD environment,
to make a sector by sector copy of the broken disk to a spare disk. Then, you
can be a bit more careless while working on it, knowing you have a backup that
can be restored at any time.

http://www.cgsecurity.org/wiki/Damaged_Hard_Disk

To give an example, I was doing data recovery about 20 years ago, on another
operating system. The tool I was using, promised to copy a duplicate directory
structure, onto a broken directory structure. I had no backup copy of the disk
at the time. What happened was, the tool wrote the "broken" directory structure
over top of the "good" directory structure (with no warnings), dooming all of
the user data to be lost forever. The lesson I learned from that, is not to trust
the repair tools too much, and first make a copy of the disk before doing anything.
All I needed was one good lesson like that, to make me believe in backups.

Paul

>
> "Ken Blake, MVP" wrote:
>
>> On Sat, 14 Nov 2009 09:24:01 -0800, axon
>> <axon@discussions.microsoft.com> wrote:
>>
>>> I need to read the data off a SATA drive from my laptop. I've plugged the
>>> drive into the first SATA port on the motherboard of my desktop (WinXP SP3),
>>> the OS sees the drive but refuses to read the data apparently. Any
>>> suggestions appreciated. TIA.

>>
>> Exactly what doe "refuses to read the data apparently" mean? How have
>> you tried? What happens when you try? If you get an error message,
>> please quote it verbatim.
>>
>> --
>> Ken Blake, Microsoft MVP (Windows Desktop Experience) since 2003
>> Please Reply to the Newsgroup
>> .
>>

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

  #6 (permalink)  
Old 11-14-2009, 04:50 PM
axon
Newsgroup Contributor
 
Posts: n/a
Re: Data read

That's good information, Paul, I'll look into that. Thanks.

"Paul" wrote:

> axon wrote:
> > There's no error message per se; I can see the drive in Windows explorer,
> > when select the drive I get an hourglass for a while, and then windows asks
> > if I want to format the drive. When I look at the disk properties with the
> > disk management tool in the Computer Management msc it shows the file system
> > as "Raw". This HD is from a laptop that had Windows XP Media Center as the
> > OS. It's a Gateway.

>
> You could check and see if the partition table on the disk is visible.
> This tool displays the four primary partition entries coming from sector 0
> of the disk.
>
> Download and unzip PTEDIT32.zip from here.
>
> ftp://ftp.symantec.com/public/englis.../pq/utilities/
>
> In this example, there are three defined partitions, and the fourth one is blank.
> The menu at the top, selects which hard drive you're looking at. If the disk
> isn't showing up in the menu, then maybe it isn't physically being detected.
> If you write down the numbers and do the math, you'll get a rough idea of the
> size of each partition, and you can compare that information to what you know
> about what should be on the disk. (If you have no prior knowledge of what is
> supposed to be on the disk, then you'll have no sanity check to apply.)
>
> http://www.vistax64.com/attachments/...0-dell-tbl.gif
>
> If the partition table was damaged, you could use a tool like this. But
> I don't recommend rushing off to use this, unless you know what you're
> doing. What I mean by that, is this tool can write to the (potentially broken)
> disk, making matters worse than they were originally. TestDisk can scan the
> entire disk, looking for partitions, and by doing so, reconstruct the
> partition table. But, at this point, we don't know enough about the nature
> of the problem with the disk, to determine whether it is time to try this
> or not. For example, it could be a driver problem with the SATA interface
> you're using.
>
> http://www.cgsecurity.org/wiki/TestDisk
>
> Any time you attempt data recovery, your first priority is to try to make
> a copy of the broken disk. That is in case there are any "accidents" while
> you're working on it. It may be better to boot into a Linux LiveCD environment,
> to make a sector by sector copy of the broken disk to a spare disk. Then, you
> can be a bit more careless while working on it, knowing you have a backup that
> can be restored at any time.
>
> http://www.cgsecurity.org/wiki/Damaged_Hard_Disk
>
> To give an example, I was doing data recovery about 20 years ago, on another
> operating system. The tool I was using, promised to copy a duplicate directory
> structure, onto a broken directory structure. I had no backup copy of the disk
> at the time. What happened was, the tool wrote the "broken" directory structure
> over top of the "good" directory structure (with no warnings), dooming all of
> the user data to be lost forever. The lesson I learned from that, is not to trust
> the repair tools too much, and first make a copy of the disk before doing anything.
> All I needed was one good lesson like that, to make me believe in backups.
>
> Paul
>
> >
> > "Ken Blake, MVP" wrote:
> >
> >> On Sat, 14 Nov 2009 09:24:01 -0800, axon
> >> <axon@discussions.microsoft.com> wrote:
> >>
> >>> I need to read the data off a SATA drive from my laptop. I've plugged the
> >>> drive into the first SATA port on the motherboard of my desktop (WinXP SP3),
> >>> the OS sees the drive but refuses to read the data apparently. Any
> >>> suggestions appreciated. TIA.
> >>
> >> Exactly what doe "refuses to read the data apparently" mean? How have
> >> you tried? What happens when you try? If you get an error message,
> >> please quote it verbatim.
> >>
> >> --
> >> Ken Blake, Microsoft MVP (Windows Desktop Experience) since 2003
> >> Please Reply to the Newsgroup
> >> .
> >>

> .
>

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
is it possible to read s.m.a.r.t. data fromm sleeping drive? Eric Linux 24 03-27-2009 03:36 PM
RE: XP won't read data cd burned on Vista moonstaz Windows Vista 13 02-14-2009 02:28 PM
Can data be protected from changes, but still be able tp be read? Debbie Microsoft OneNote 1 02-11-2008 06:20 PM
cannot read dvd data files liquiddan Vista Hardware 3 12-13-2007 07:23 AM
How read meta data from file? Ron Cook Windows Media 5 03-28-2007 11:16 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:23 AM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0