[Q] [Help] Memory Card Dead /ums lunfile error - HTC Pico (Explorer)

Today I got a new 4 gb class 4 memory card. Every thing was fine I had Cm9 installed then i thought to install cm 10 because CM9 got a little slow.I rebooted into the recovery selected wipe/data factory reset it formatted data cache but it got stuck on formatting sd/ext and gave me an error.Now when i try to mount sd card through recovery it says :
E:Unable to write ums lunfile (no such file or directory)
Tell me how can i fix this I can't use my memory card.:crying:

Bump
[DEV] said:
Today I got a new 4 gb class 4 memory card. Every thing was fine I had Cm9 installed then i thought to install cm 10 because CM9 got a little slow.I rebooted into the recovery selected wipe/data factory reset it formatted data cache but it got stuck on formatting sd/ext and gave me an error.Now when i try to mount sd card through recovery it says :
E:Unable to write ums lunfile (no such file or directory)
Tell me how can i fix this I can't use my memory card.:crying:
Click to expand...
Click to collapse
Bump

Related

[Q] SD Card will not mount in Nexus S

Attempting to partition sd card with ext4 -a process I completed multiple times successfully on a Nexus One, the process appeared to complete but now the phone will not mount the sd card. I've tried a wipe/reset, to no avail. I can still access and partition the sd card through adb, but the phone cannot mount it to format/partition, restore from recovery, partition sd-card from within ClockWork Recovery, nothing. I've re-partitioned the sd card through adb, which indicated a successful completion, but the phone still refuses to mount the sd card. If this weren't a Nexus S with it's cursed internal sd-card I would simply swap out the sd card with another or format it externally like all the google topics I pull up on the subject suggest.
Is this fixable or has the fused sd-card scenario become a liability?
Common Error messages:
Can't mount /sdcard
Can't mount /sdcard/.android_secure
Phone: Nexus S
Recovery Img: ClockworkMod Recovery 3.0.2.4
Rom: CM 7.0.3 (now wiped, cannot put back on since sd card won't mount)
fstab:
/dev/block/mtdblock4 /cache yaffs2 rw
/dev/block/platform/s3c-sdhci.0/by-name/userdata /data ext4 rw
/dev/block/platform/s3c-sdhci.0/by-name/system /system ext4 rw
/dev/block/platform/s3c-sdhci.0/by-name/media /sdcard vfat rw
Can mount everything except the last one, /sdcard.
I've attempted all: wipe/reset, format using clockwork, partition using clockwork, partition using adb, changing fstab, etc etc.
All topics I've found on the net end up being resolved by taking out the sd-card and formatting externally or using different card. i've had a N1 for well over a year and done far worse without problems, this phone seems to be very fragile for a 'developer' phone.
Jacks0n said:
Attempting to partition sd card with ext4 -a process I completed multiple times successfully on a Nexus One, the process appeared to complete but now the phone will not mount the sd card. I've tried a wipe/reset, to no avail. I can still access and partition the sd card through adb, but the phone cannot mount it to format/partition, restore from recovery, partition sd-card from within ClockWork Recovery, nothing. I've re-partitioned the sd card through adb, which indicated a successful completion, but the phone still refuses to mount the sd card. If this weren't a Nexus S with it's cursed internal sd-card I would simply swap out the sd card with another or format it externally like all the google topics I pull up on the subject suggest.
Is this fixable or has the fused sd-card scenario become a liability?
Common Error messages:
Can't mount /sdcard
Can't mount /sdcard/.android_secure
Phone: Nexus S
Recovery Img: ClockworkMod Recovery 3.0.2.4
Rom: CM 7.0.3 (now wiped, cannot put back on since sd card won't mount)
fstab:
/dev/block/mtdblock4 /cache yaffs2 rw
/dev/block/platform/s3c-sdhci.0/by-name/userdata /data ext4 rw
/dev/block/platform/s3c-sdhci.0/by-name/system /system ext4 rw
/dev/block/platform/s3c-sdhci.0/by-name/media /sdcard vfat rw
Can mount everything except the last one, /sdcard.
I've attempted all: wipe/reset, format using clockwork, partition using clockwork, partition using adb, changing fstab, etc etc.
All topics I've found on the net end up being resolved by taking out the sd-card and formatting externally or using different card. i've had a N1 for well over a year and done far worse without problems, this phone seems to be very fragile for a 'developer' phone.
Click to expand...
Click to collapse
Are you able to go with ADB through the directories?
and yeah, false Section! Q&A would be better
I am having the same issue. I actually just got my phone back from Samsung support (which is real ****ty) because the SD card started having I/O issues.
According to the ticket information they replaced the PCB.
Anyway, I immediately installed Clockwork recovery and transferred the latest Blandroid rom to the root of the SD card. No matter what I do I cannot mount the SD card from the recovery menu or format it from the recovery menu. Mounting USB storage works fine, though.
Hiya I got the same problem
Any salutation yet ?
Yeah. Don't format the internal storage with clockworkmod etc.
I have that issue I cant even open phone now
albundy2010 said:
Yeah. Don't format the internal storage with clockworkmod etc.
Click to expand...
Click to collapse
Hi The phone just stuck in boot logo I can patch iso file from adb though but I cant mount or even wipe devlink cache I dont know what to do ?
Did you ever get this resolved? If so, can you tell me how you did it?
Jouten said:
Did you ever get this resolved? If so, can you tell me how you did it?
Click to expand...
Click to collapse
1.power off...on it back...test it
2.plug your usb cable, boot into recovery..will heard usb sound from your PC, if does not work, try several times plug the usb untill you get usb sound...unplug, then reboot...
3.fresh install ROM...
Yeah, don't mess with the internal memory. I semi-bricked a Droid Incredible one time doing that. It ended up making all the internal partitions FAT. Took me hours to fix it. Be careful. I am afraid to even do it on my crespo4g. When I mount it in gparted running Linux Mint, the internal sd card showed up as not partitioned. I didn't even think about trying to partition it thinking back on the Incredible.
A solution, at least, for flashing/updating roms
Just happened to me, using CM9 after enabling the encryption I can't access the /data /sdcard paths. It would be nice to be able to read them but for me the biggest problem was how to update to the latest CM9 nighty.
In the end I've tricked the clockwork recovery to think the cache partition is the sdcard. I'll post the method in case someone find it useful.
1. Tranfer the update to the cache partition.
- Normally big enough, wipe it from the cwm if there is not enough space
adb push update-cm-9-20120305-NIGHTLY-crespo-signed.zip /cache/update.zip
2. Log into the phone and mount cache to sdcard.
adb shell
mount /dev/block/mtdblock4 /sdcard
3. Go into the cwm option to flash the uploaded package, it wont give you the mount error as we already mounted /sdcard
4. After the update log again and clear the update package, and unmount /sdcard
adb shell
rm /cache/update.zip
umount /sdcard
As long as you don't have to wipe you can continue updating and using your encrypted storage without much trouble
Help, internal storage not showing
Hi,
I wanted to go back from CM9 to Stock rom, but now I did something wrong (don't know what exactly) and my device is still on CM, but unable to access the internal storage. I cannot even take pictures or access it through CWM.
Any thoughts?
Hi i flash locky another CWR AND IT'S FIX LUCKY ME B^)
Sent from my Nexus S using xda app-developers app
getting SD card back
rellivisit said:
Hi,
I wanted to go back from CM9 to Stock rom, but now I did something wrong (don't know what exactly) and my device is still on CM, but unable to access the internal storage. I cannot even take pictures or access it through CWM.
Any thoughts?
Click to expand...
Click to collapse
I have had no luck using multiple methods to partition sd card with Nexus S. Each time I can view the modified fat32 partition from windows, add files etc, but cannot be recognised from within CWM recovery.
Left me unable to reflash roms etc.
The only thing which has worked for me is to use mini tool for windows and mount usb storage from recovery. Do a refresh from mini tool and it should come up in the list of drives. delete the partition(s) you find there (not your notebook ones of course), and reformat it as fat 32.
CWM>Advanced>Reboot recovery, move over your rom to the sd card, then try to find it in CWM, should now show up :fingers-crossed:

[Q] Error mounting /sdcard + Unable to open ums lunfile

I am having Micromax Funbook running clean ICS which I flashed via Live Suite
I got the ROM from here: http://funbook.gizmolord.com/installing-clean-android-ics-on-micromax-funbook/
Installed CWM recovery and everything was working fine... I recently installed ROM manager and I guess from then, I am getting this strange errors
Now, I am unable to restore any recovery using CWM v5.5.0.4
It always pops error as "Error mounting /sdcard!" when I select restore from internal sdcard.
Actually Micromax Funbook tablet has internal storage of 4GB in total
Also when I tried to wipe dalvik cache, this error pops out: "Unable to open ums lunfile (No such file or directory) Dalvik cache wiped"
Please help me
No help? :O
Bump!
Bump !!!

[Q] Unable to mount internal /sdcard

Hi everybody,
I've seen this question asked a few times but none of the answers worked with me.
Trying to create a second primary partition in my internal sdcard with MiniTool Partition I messed up the phone that now doesn't recognize the internal storage.
From TWRP I get the error message:
Code:
E:Unable to mount /sdcard
E:Unable to mount storage
I can mount the internal storage via TWRP and access it from windows or linux, I have even formatted it several times in FAT32 or ext3 to revert to the original situation but there's no way to make it discoverable by TWRP or by the OS.
As the recovery doesn't see it, it's impossible to flash a new rom because there's no place where to save the zip.
Can anyone please give me a suggestion ? :crying:
[solved]
I managed to access again to the sdcard by flashing the stock ROM from Nexus Root Toolkit

TWRP - Unable to create ext3/ext4 partition

Guys when i try to partition sd card using twrp I get a message saying "Unable to create ext partition" and then "unable to mount ext-partiton". Is it a bug of the twrp ?
johnyfcd said:
Guys when i try to partition sd card using twrp I get a message saying "Unable to create ext partition" and then "unable to mount ext-partiton". Is it a bug of the twrp ?
Click to expand...
Click to collapse
its weird did u try in other recoveries..
twrp has some problems but didnt had this kind of problems..
unable to createext partition
i too am having the same problem i have samsung class 10 16gb memory card and me too is facing the same problem i m fed up of this issue
when i try to partition with twrp on my moto e it shows unable to create ext3 partition and when i use mini tool wizard for partition
the ext3 partition shows its is full whole capacity is used and 0Bytes is left
plzz plzz help is anyone have the solution

Unable tomount crytofooter......failed to mount cache,data,system(invalid argument)

Apps started to give force close pop ups so i rebooted ...got stuck on battery logo! →went to twrp→saw internal sd as 0mb→cant wipe any thing →cant format my phone (after formatting it says unable to mount)
I tried flashing stock rom through fastboot ...it didn't work! Tried changing from ext4 to ext2 then back to4 !! That also didn't work!
Please help !!:crying::crying::crying::crying:

Categories

Resources