September 10th, 2012, 15:48
September 10th, 2012, 16:03
September 10th, 2012, 17:50
September 22nd, 2012, 16:57
Vulcan wrote:I suggest you reformat the drive while it is attached to that known-good PC
September 22nd, 2012, 18:00
Sharif wrote:After solving the previous problem
Sharif wrote:I was using my 320 GB HDD with some issues of it getting disconnected automatically and displaying a "USB dirve malfunctioned message" in Windows 7.
Sharif wrote:I backed up all my data simply by copy paste to my new 1TB and it disconnected once during the backup process.
Sharif wrote:I want to reformat the 320 GB HDD
September 23rd, 2012, 8:59
Vulcan wrote:Unfortunately your reply has confused me. Perhaps I wasn't clear myself...
Vulcan wrote:After solving the previous problem
- Which previous problem exactly have you solved?
- How did you solve that problem exactly?
Windows is detecting the capacity correctly as ...
38913 x 255 x 63 x 512 = 320 070 320 640 bytes
However, the partition table is telling us that there is a FAT32 volume beginning at sector 63. Its size is 67108801 sectors. This corresponds to a capacity of 32GiB.
ISTM that the drive has been reinitialised with a 32GiB FAT32 volume after starting out as a single full sized NTFS volume. I say this because the boot sector (LBN 63) is an NTFS boot sector, not FAT32. The size of this NTFS volume is 0x2542D680 + 1, which is equal to 320GB.
http://www.google.com/search?q=0x2542d6 ... in+decimal
AISI, there is a very easy solution that should recover your data. It involves editing the partition table in sector 0 using DMDE.
You need to change the following line ...
0x01c0 01 00 0c fe ff ff 3f 00 00 00 c1 ff ff 03 00 00
... to this ...
0x01c0 01 00 07 fe ff ff 3f 00 00 00 81 d6 42 25 00 00
Then eject and reconnect your drive so that the OS re-enumerates it.
Vulcan wrote:Which drive disconnected during the copy process?
Vulcan wrote:- Have you checked that your backup on the 1TB disk is uncorrupted and completely readable, by doing a full comparison between the files on the 320GB disk and the 1TB disk?
Vulcan wrote:- What exactly are you trying to achieve by doing that? Are you trying to prevent the USB disconnections or something else?
- Which PC do you plan to use, to perform the formatting of that drive?
September 24th, 2012, 0:27
Powered by phpBB © phpBB Group.