By using this site, you agree to our Privacy Policy and our Terms of Use. Close

walsufnir said:

Any details on the filesystem? I don't think it's their very own filesystem, still. And they don't need to use ntfs as their filesystem, they just should support it so that people can hook up their ntfs-usb-devices :) And who knows, if PS4 gets hacked, I will also get my shell

lol I misundestood your comment... yeah NTFS support for external devices is a nice add.

The PS3 filesystem (based on the hacker community) is a custom FAT32 with encryption support (in fact I think the only custom part is the encryption).

Why custom? Most encryption apps do the encrypt over a file into the filesystem... so you have the FAT32, can read the name and the folder but can't read the content of the file withou decrypt... so you are only encrypted the content of file over the FAT32 filesystem.

PS3 uses the FAT32 encrypted already... so even the index tables is already encrypted... you can't read anything (folder, filename, filesize, etc) without decrypt.

So you don't use a default FAT32 driver and write the content of file encrypted... you need a customized FAT32 driver to write and read using the encryption keys.

The Hackers called this custom filesystem "encrypted FAT32"... it uses XTS-AES-128 encryption.

Read more here: http://www.ps3devwiki.com/wiki/HDD_Encryption

PS. If you decrypt all the HDD it works like a FAT32 system