[Q] help needed with formatting /system and /data - Nook Color General

.
.
I am installing a new ROM (phiremod v6.3) and I am trying to format my SYSTEM and DATA under ClockworkMod . But I keep getting an error.
formating SYSTEM
E: format_volume: make_extf4fs failed on /dev/block/mmcblk1p2
ERROR formating SYSTEM
I am using 128mb_CM7_SD_clockwork-0.1-ext4.img
I am using a bootable ext4 sdcard with ClockworkMod Recovery 3.2.0.1 on it.
I can not mount or format /system or /data
Please help !!
.

Related

Cant mount EXT Card in recovery

i tried to change roms i wiped data and cache then did dalvic wipe. now i get
E:Cant mount /dev/block/mmcblk or /dev/block/mmcblkp1
(no such file in directory)
E:Cant mount /sd-ext:!
or
E:Can't mount /dev/block/mmcblk0p2
(File exists)
Error mounting /sd-ext:!
it mounts fine within the os after boot and when i connect via usb, its just doesnt want to in recovery?
ANYONE?

[Q] Splash screen lock up & mounting issues

Hi folks,
I rooted my GT-P7300 and upgraded it to Jellybean (cm-10-20120804-UNOFFICIAL-p5) without problem (besides picasa sync not working), I noticed there was a later version cm-10-20120808-UNOFFICIAL-p5 and that's when it all went wrong
Now my tab locks up at the samsung galaxy tab splash screen.
I can go in recovery mode (running CWM v5.5.0.4) - Odin seems to be OK as this is how I installed CWM recovery
Wiping dada gives me the following
--Wiping Data...
Formatting /data...
Error mounting data!
Skipping format...
Formatting /cache...
Formatting /sd-ext...
Formatting /sdcard/.android_secure...
Error mounting sdcard/.android_secure...
Skipping format...
Data wipe complete
I tried moving back to stock recovery, but it has problems from the get go :
-- updating application...
E:failed to mount /system (invalid argument)
E:install_application_for_customer:Cant mount /system
copy application failed
-- appling Multi-CSC...
E:failed to mount /system (invalid argument)
E:install_application_for_customer:Cant mount /system
E:failed to mount /system (invalid argument)
E:multi_csc:cant mount /system
I'm kindda stuck now. so if anyone has somme smart suggestion...
fixed
larryhk said:
Hi folks,
I rooted my GT-P7300 and upgraded it to Jellybean (cm-10-20120804-UNOFFICIAL-p5) without problem (besides picasa sync not working), I noticed there was a later version cm-10-20120808-UNOFFICIAL-p5 and that's when it all went wrong
Now my tab locks up at the samsung galaxy tab splash screen.
I can go in recovery mode (running CWM v5.5.0.4) - Odin seems to be OK as this is how I installed CWM recovery
Wiping dada gives me the following
--Wiping Data...
Formatting /data...
Error mounting data!
Skipping format...
Formatting /cache...
Formatting /sd-ext...
Formatting /sdcard/.android_secure...
Error mounting sdcard/.android_secure...
Skipping format...
Data wipe complete
I tried moving back to stock recovery, but it has problems from the get go :
-- updating application...
E:failed to mount /system (invalid argument)
E:install_application_for_customer:Cant mount /system
copy application failed
-- appling Multi-CSC...
E:failed to mount /system (invalid argument)
E:install_application_for_customer:Cant mount /system
E:failed to mount /system (invalid argument)
E:multi_csc:cant mount /system
I'm kindda stuck now. so if anyone has somme smart suggestion...
Click to expand...
Click to collapse
Fixed using Odin to flash a stock ROM
Same Problem!
Can u help me with a guide? I have GT-I9070P 16G. THANK'S!

Bricked Captivate

After flashing to stock 2.3.5
My Captivate returned to recover mode
in recovery mode (3e), i see:
E: failed to mount /sdcard (No such file or directory)
E: copy_dbdata_media: Can't mout /sdcard
your storage not prepared yet. please use UI menu for format and reboot actions.
Media files copy failes
-- Wipping data...
Formatting /data...
E:format_volume: rfs format failed on /dev/block/mmcblk0p2
Formatting /dbdata...
Formatting /cache...
Data wipe failed.
Any helps?
Thanks very much
ghoster76 said:
After flashing to stock 2.3.5
My Captivate returned to recover mode
in recovery mode (3e), i see:
E: failed to mount /sdcard (No such file or directory)
E: copy_dbdata_media: Can't mout /sdcard
your storage not prepared yet. please use UI menu for format and reboot actions.
Media files copy failes
-- Wipping data...
Formatting /data...
E:format_volume: rfs format failed on /dev/block/mmcblk0p2
Formatting /dbdata...
Formatting /cache...
Data wipe failed.
Any helps?
Thanks very much
Click to expand...
Click to collapse
You'll have to try flashing stock again. Chances are that your internal memory died though.
BWolf56 said:
You'll have to try flashing stock again. Chances are that your internal memory died though.
Click to expand...
Click to collapse
Yeah, I got it. My Internal memory died then I have to run OS on External Card. Also by the way it helps my old Captivate. :good:

Failed to change /cache file system from ext4 to f2fs

Hi guys... i want to ask whether anyone know how to solve this error,....i was succeed to change file system of /system and /data from ext4 to f2fs but i've got this error message after i'm trying to change file system of /cache by using twrp v2.8.70 :
E: mkfs.f2fs -t 1 /dev/block/mmcblk0p4 process ended with ERROR=255
E: Unable to wipe '/cache'
E: Error changing file system.
Thanks in advance for your attention

Data recovery, how to mount messed up /data - Internal SD - sda25 in Recovery/ADB

Hi:
I've messed up my Note 9 pretty bad, such that no partitions mount in TWRP except cache - I'll need to do a data wipe, but I need to save data that I have in the Internal SD.
I've discovered via fdisk in TWRP that the media part - the Internal SD is partition sda25 - however can
t mount it in the terminal through a simple: mount /dev/block/sda25 /mnt
I get an error: mount failed: Invalid argument
I've tried: mount -t sdcardfs /dev/block/sda25 /mnt
This gives me also an error: mount failed: Not a directory
Mounting with -t vfat or exfat gives the Invalid argument error.
Anyone can help me with how to mount it, so that I may copy data off of it manually? I don't want to lose it. Many thanks.
白い熊 said:
Hi:
I've messed up my Note 9 pretty bad, such that no partitions mount in TWRP except cache - I'll need to do a data wipe, but I need to save data that I have in the Internal SD.
I've discovered via fdisk in TWRP that the media part - the Internal SD is partition sda25 - however can
t mount it in the terminal through a simple: mount /dev/block/sda25 /mnt
I get an error: mount failed: Invalid argument
I've tried: mount -t sdcardfs /dev/block/sda25 /mnt
This gives me also an error: mount failed: Not a directory
Mounting with -t vfat or exfat gives the Invalid argument error.
Anyone can help me with how to mount it, so that I may copy data off of it manually? I don't want to lose it. Many thanks.
Click to expand...
Click to collapse
cant you simply wipe the affected partitions(except data of course)? then flash a rom?
have you tried;
mount /sys/block/sda25 /mydata
or
mount /dev/block/sda25 /mydata
or
adb
mount -o rw /dev/block/sda25/data /mydata
in both cases /mydata is just the mount point so I believe it can simply be called what ever you want including just /data
have you read:
https://android.stackexchange.com/q...data-partitions-in-recovery-mode-in-adb-shell
edit:
by any chance when you first flashed twrp, did you forget to format data?
if yes then flash back stock AP file(original phone's firmware) in Odin AP slot only and you should be good to go.( you shouldn't loose any files in internal storage)

Categories

Resources