InterviewSolution
| 1. |
Solve : 3TB HDD is displayed as an Unformatted Partition anyway to restore it back?? |
|
Answer» Windows 7 and a 3TB internal hdd is a bit frustrating, Its ok if you use it in a usb case, but when you try to put it into the pc itself it ____accumulating data, so there i am with 3tb of data that needs to be rescued. Anyone knows a software that could make it pop back into place on the same drive it actually is without having to find another empty 3tb drive to EXPORT it into?your chances of data recovery drop significantly if the drive to be rescued is in use. This 4K translation CAN be undone. Say your bridge died, you extract the drive and plug it to a native SATA port, and all you can see is a mangled MBR? Well, all you need is to rebuild the MBR to match the proper drive geometry (converting to GPT is a must if the drive is >=2TiB!). This can done with free tools like Testdisk – I wrote a forum post about that: http://www.hddoracle.com/viewtopic.php?f=117&t=1832 – and yes, the filesystem does not seem to care about the underlying block size, hence that’s why I was able to mount it with no data loss/corruption. All you need to do is to look for lost partitions and rebuild the MBR/GPT accordingly. *censored*, you should be able to do so if you plug your drive to a 4K-translating bridge too!Thank you Patio for the info. You will see that it was done with a 2 TB hard drive not a 3 TB, also as we don't know how the bridge chip translates in sirgilmour's drive there is a risk of data loose doing what you posted. Where as there is no risk with coping from an environment where the 3 tb is working to another drive working under windows. There is too much information. For sometime users are reporting trouble with the huge drives. Segregate says: Quote. Quick facts about Windows and 3TB drives: Windows 10/8/8.1/7 and Vista support GPT 3TB single partitions Windows 10/8/8.1/7 and Vista can only boot GPT on systems with UEFI BIOS Windows 10/8/8.1/7 and Vista can mount a GPT non-booting data drive Intel RST device drivers before v10.1 do not support 3TB disk drives Windows systems with Legacy BIOS and MBR boot drives are limited to 2.2TB partitions Windows XP does not support GPT Windows XP sees a 3TB drive as 800GB on boot or data drives DiscWizard software can install a device driver which opens the full capacity of a 3TB. You can use it to create a second partition for the capacity above 2.2TB End quote http://knowledge.seagate.com/articles/en_US/FAQ/218619en The page above also says: Most legacy systems built before 2011 have a traditional PC BIOS. This type of BIOS USES a Master Boot Record (MBR). The MBR Partitions can define a disk drive capacity up to 2.2TB. Windows operating systems that boot from an MBR are therefore limited to 2.2TB per MBR. A 3TB disk drive in a legacy BIOS and Window system will need a DiscWizard device driver to access the full capacity of a 3TB disk drive. Two partitions will be necessary because of the MBR limitation. The device driver mounts the capacity above 2.2TB with another MBR which looks to the system as a second virtual “physical” device. See also: https://www.seagate.com/support/downloads/discwizard/ And: Click here for the Seat gate Disk Wizard PDF |
|