sensation XE make_extf4fs failed on /dev/block/mmc/...

Search This thread

m.m.m

Senior Member
Oct 22, 2011
146
18
26
Tehran
Hi, I know that there are lots of topics like that but I didn't find any of those helpful.
I was just doing some basic changes to the settings of the phone, and then suddenly it rebooted to recovery mode, and it doesn't boot anymore.
I get this error when I want to format the data partition:
Code:
E:format_volume: make_extf4fs failed on /dev/block/mmc/blk0p23
E:format_volume: make_extf4fs failed on /dev/block/mmc/blk0p23
E:format_volume: make_extf4fs failed on /dev/block/mmc/blk0p24
E:format_volume: make_extf4fs failed on /dev/block/mmc/blk0p24
formating /sdcard/.android_secure...
Data wipe complete.
And I also get the same error when I want to format the system partition, except this time the blk0p22 block causes error.
The phone's s-off, with 4ext recovery touch, hboot 1.27.1111, and it was running viperS 5.3.0 when this happened.

what do I have to do?
thanks. :good:
 

m.m.m

Senior Member
Oct 22, 2011
146
18
26
Tehran
Now I got to the /dev/block/mmc/ via the adb shell, the following files are in the directory:
Code:
ls
loop0       loop7       mmcblk0p14  mmcblk0p20  mmcblk0p27  mmcblk0p4   mmcblk1p
1
loop1       mmcblk0     mmcblk0p15  mmcblk0p21  mmcblk0p28  mmcblk0p5   platform

loop2       mmcblk0p1   mmcblk0p16  mmcblk0p22  mmcblk0p29  mmcblk0p6
loop3       mmcblk0p10  mmcblk0p17  mmcblk0p23  mmcblk0p3   mmcblk0p7
loop4       mmcblk0p11  mmcblk0p18  mmcblk0p24  mmcblk0p30  mmcblk0p8
loop5       mmcblk0p12  mmcblk0p19  mmcblk0p25  mmcblk0p31  mmcblk0p9
loop6       mmcblk0p13  mmcblk0p2   mmcblk0p26  mmcblk0p32  mmcblk1

As written in this link, I have put parted to the sbin directory, now when I try to format the directory I get this error:
Code:
~ # parted /dev/block/mmc/ mkfs ext4
parted /dev/block/mmc/ mkfs ext4
Error: Could not stat device /dev/block/mmc/ - No such file or directory.
Retry/Cancel?

what should I do now? am I doing the right thing?
thanks.
 

m.m.m

Senior Member
Oct 22, 2011
146
18
26
Tehran
the system/data partitions are not even mounting:
Code:
mount -a
mount: mounting /dev/block/mmcblk0p23 on /data failed: Invalid argument
mount: mounting /dev/block/mmcblk0p22 on /system failed: Invalid argument
and when I try to mount the cache partition:
Code:
mount cache
mount: mounting /dev/block/mmcblk0p24 on /cache failed: Device or resource busy

Is there anyway that I can change the internal memory chip without changing the whole motherboard?
thanks.

edit:
I get this when I run the parted and then I send mkfs 1 ext3 or ext4:
Code:
(parted) mkfs 1 ext4
mkfs 1 ext4
mkfs 1 ext4
Error: /dev/block/mmcblk0: unrecognised disk label
(parted) mkfs 1 ext3
mkfs 1 ext3
mkfs 1 ext3
Error: /dev/block/mmcblk0: unrecognised disk label
 
Last edited: