|
| |||
| 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. |
| |||
| 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 |
| |||
| 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. |
| |||
| 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 > . > |
| |||
| 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 >> . >> |
| |||
| 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 > >> . > >> > . > |
| Bookmarks |
| Thread Tools | |
| |
| | ||||
| 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? |