Post: ps3 hdd to computer
02-22-2011, 06:18 PM #1
santino
Are you high?
(adsbygoogle = window.adsbygoogle || []).push({}); is there a way that i can connect my ps3 hdd to my computer and pull files off of it ? PLEASE PLEASE HELP i need to do this because i tried using that 3.56 spoofer and if ****ed up my system now i restored it with 3.55 using the recovery mode and now i get the hard disks file system is corrupted and will be restored
(adsbygoogle = window.adsbygoogle || []).push({});
02-22-2011, 06:20 PM #2
abbrys
Banned
Originally posted by santino View Post
is there a way that i can connect my ps3 hdd to my computer and pull files off of it ? PLEASE PLEASE HELP


Im sure if you have a sata cable you can hook it up to your pc, not sure if you will be able to access all of the files doh try it.
02-22-2011, 06:22 PM #3
santino
Are you high?
Originally posted by abbrys View Post
Im sure if you have a sata cable you can hook it up to your pc, not sure if you will be able to access all of the files doh try it.


tried and it doesnt show it on the computer at all it said it was downloading files for it to install and i no its installed i just can find the drive.....
02-22-2011, 06:26 PM #4
xXCoLt
Vault dweller
Originally posted by santino View Post
is there a way that i can connect my ps3 hdd to my computer and pull files off of it ? PLEASE PLEASE HELP


Yes its an older program havent had much luck with it. Ps3 Hdd decrypter You must login or register to view this content.


If you need a lil help im familiar with managing the HDD on windows. If you are looking to partition your Hdd or anything along those lines it needs to be done through Linux(Ubuntu). Through shell cmd (cmd) basically heres the CMD's: I havent used in a while so bare with me.

Step #1 : Partition the new disk using fdisk command

Following command will list all detected hard disks:
# fdisk -l | grep '^Disk'

Output:

Disk /dev/sda: 251.0 GB, 251000193024 bytes
Disk /dev/sdb: 251.0 GB, 251000193024 bytes
A device name refers to the entire hard disk. For more information see Linux partition naming convention and IDE drive mappings.
To partition the disk - /dev/sdb, enter:
# fdisk /dev/sdb

The basic fdisk commands you need are:

m - print help
p - print the partition table
n - create a new partition
d - delete a partition
q - quit without saving changes
w - write the new partition table and exit
Step#2 : Format the new disk using mkfs.ext3 command

To format Linux partitions using ext2fs on the new disk:
# mkfs.ext3 /dev/sdb1

Step#3 : Mount the new disk using mount command

First create a mount point /disk1 and use mount command to mount /dev/sdb1, enter:
# mkdir /disk1
# mount /dev/sdb1 /disk1
# df -H

Step#4 : Update /etc/fstab file

Open /etc/fstab file, enter:
# vi /etc/fstab

Append as follows:

/dev/sdb1 /disk1 ext3 defaults 1 2
Save and close the file.

Task: Label the partition

You can label the partition using e2label. For example, if you want to label the new partition /backup, enter
# e2label /dev/sdb1 /backup

You can use label name insted of partition name to mount disk using /etc/fstab:
LABEL=/backup /disk1 ext3 defaults 1 2
02-22-2011, 06:29 PM #5
santino
Are you high?
Originally posted by xXCoLt View Post
Yes its an older program havent had much luck with it. Ps3 Hdd decrypter You must login or register to view this content.


If you need a lil help im familiar with managing the HDD on windows. If you are looking to partition your Hdd or anything along those lines it needs to be done through Linux(Ubuntu). Through shell cmd (cmd) basically heres the CMD's: I havent used in a while so bare with me.

Step #1 : Partition the new disk using fdisk command

Following command will list all detected hard disks:
# fdisk -l | grep '^Disk'

Output:

Disk /dev/sda: 251.0 GB, 251000193024 bytes
Disk /dev/sdb: 251.0 GB, 251000193024 bytes
A device name refers to the entire hard disk. For more information see Linux partition naming convention and IDE drive mappings.
To partition the disk - /dev/sdb, enter:
# fdisk /dev/sdb

The basic fdisk commands you need are:

m - print help
p - print the partition table
n - create a new partition
d - delete a partition
q - quit without saving changes
w - write the new partition table and exit
Step#2 : Format the new disk using mkfs.ext3 command

To format Linux partitions using ext2fs on the new disk:
# mkfs.ext3 /dev/sdb1

Step#3 : Mount the new disk using mount command

First create a mount point /disk1 and use mount command to mount /dev/sdb1, enter:
# mkdir /disk1
# mount /dev/sdb1 /disk1
# df -H

Step#4 : Update /etc/fstab file

Open /etc/fstab file, enter:
# vi /etc/fstab

Append as follows:

/dev/sdb1 /disk1 ext3 defaults 1 2
Save and close the file.

Task: Label the partition

You can label the partition using e2label. For example, if you want to label the new partition /backup, enter
# e2label /dev/sdb1 /backup

You can use label name insted of partition name to mount disk using /etc/fstab:
LABEL=/backup /disk1 ext3 defaults 1 2


well all i need to do is access the folder 0000001 and save everything that has my game saves and such
02-22-2011, 06:31 PM #6
xXCoLt
Vault dweller
Originally posted by santino View Post
well all i need to do is access the folder 0000001 and save everything that has my game saves and such


Ok well then you need the PS3 hdd Decrypter ( i posted link).

Like i said this method has been tried many times, for what you need to do it will work, (pending FW version) But as for modding and homebrew i think people got noting but a dead end using the HDD decrypter.
02-22-2011, 06:32 PM #7
santino
Are you high?
Originally posted by xXCoLt View Post
Ok well then you need the PS3 hdd Decrypter ( i posted link).

Like i said this method has been tried many times, for what you need to do it will work, (pending FW version) But as for modding and homebrew i think people got noting but a dead end using the HDD decrypter.


do you have a dl link i dont have a membership to that.... i would GREATLY APPRECIATE IT
02-22-2011, 06:35 PM #8
abbrys
Banned
Originally posted by santino View Post
tried and it doesnt show it on the computer at all it said it was downloading files for it to install and i no its installed i just can find the drive.....


If your just worried about your gamesaves etc just restore file system your game saves should still be there are you accesing this through recovery menu ?
02-22-2011, 06:39 PM #9
santino
Are you high?
im not taking the chance
02-22-2011, 06:42 PM #10
abbrys
Banned
Originally posted by santino View Post
im not taking the chance


Are you using recovery menu ?

Or are you been asked to repair file system when you turn ps3 on ?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo