View Single Post
Old 12-26-2011   #6
slhsm
Member
null
 
Join Date: Dec 2011
Posts: 45
Likes: 9
Liked 2 Times in 2 Posts
Mentioned: 6 Post(s)
Tagged: 0 Thread(s)
I fixed my loop problem with this. And now ps3 formats the hdd. But 8002f157 goes on. Would appreciate any help.

Plug it into the pc, then open command prompt.

Type "diskpart"
Type "list disk" - get the disk number for the drive we are cleaning.
Type "select disk 1" - if the disk is not #1, change this accordingly.
Type "clean"
Type "create partition primary"
Type "select partition 1"
Type "active"
Type "assign"
Type "exit"
Type "exit"

Last edited by slhsm; 12-26-2011 at 03:43 PM.
slhsm is offline   Reply With Quote