O MBR provavelmente está corrompido no seu HDD, pois está no seu ps3. Eles são dois sistemas diferentes e lêem e escrevem dados de maneira diferente. Inicialize o seu PC com o HDD conectado e inicie o disco de reparação do sistema operacional. Você precisará iniciar a linha de comando na tela de configuração do sistema operacional. Siga os passos abaixo:
Usando uma linha de comando
Back up or move all data on the basic master boot record (MBR) disk you want to convert into a GUID partition table (GPT) disk. If the disk does not contain any partitions or volumes, skip to step 2.
For more information about backing up volumes, see Related Topics.
Open Command Prompt.
Type:
diskpart
If the disk does not contain any partitions or volumes, skip to step 7.
At the DISKPART prompt, type:
list volume
Make note of the number of the volume that you want to delete.
At the DISKPART prompt, type:
select volume n
At the DISKPART prompt, type:
delete volume
At the DISKPART prompt, type:
list disk
Make note of the disk number of the disk that you want to convert to a GUID partition table (GPT) disk.
At the DISKPART prompt, type:
select disk n
At the DISKPART prompt, type:
convert gpt