Latest PS3 News Forum Updates
13250
13207
11287
11119
9248
8578
7968
7340
7258
6858
24951
5279
2965
2173
2122
1818
1756
1570
1291
1080
- News
- Posts
- PS3 CFW
- PS3 Files
- PS3 Hacks
- PS3 Help
- PS3 Releases
- PS3 Themes
- PS3 Trophies
- PS Vita Trophies
-
How to Format PS3 HDDs to FAT32 via USB to SATA Enclosure
For those that want to know how to format an unmountable encrypted PS3 hard drive via a USB to SATA enclosure using Linux:
1. Hook up the enclosure to your computer via USB.
2. Open a terminal and type:
(should return external drive info)
3. Then type:
(should return the location of the external drive, which in my case was /dev/sdb)
4. Then format the (unmounted!) external drive by typing
Code:
mkfs.msdos /dev/sdb -I
(note: your location will vary)
5. After formatting is complete, unplug and plug in the USB enclosure. Linux, XP, OSX, etc should now be able to detect it as a FAT32 formated hard drive!
-
-
....
Willl this erase the data though?
Thing is... Hard disk died and i'm trying to rescue the data off it so i can then format it but because it's encrypted I can't read it. Any suggestions?
-
An easier option IMO is to just connect it to your PS3, then go into the system options and choose Format and pick the USB drive from the list. The PS3 will format it using FAT32 and you're guaranteed the structure is exactly what the PS3 is looking for.

Originally Posted by
Braveheartofg
Willl this erase the data though?
Thing is... Hard disk died and i'm trying to rescue the data off it so i can then format it but because it's encrypted I can't read it. Any suggestions?
Formatting always results in a loss of data. The drive appears fully erased, although technically unless you zero out every byte on the drive the data is still there.
If you're talking about the internal PS3 harddisk, then you're SOL because nobody knows how to break the encryption on it yet. And if it is truly dead, then I don't see how you're going to get any data off it anyway. You'd have to give more details about your situation if you want a more detailed answer.
Oh and BTW, the PS3's internal harddisk doesn't use FAT32.
Last edited by Transient; 09-09-2008 at 08:18 PM Reason: Automerged Doublepost
-