I am looking over how I'll recover my gtab in an emergency, and I have moved a backup I have done in Clockwork mod to the MicroSD card I received recently. Today I booted into ClockWork mod, and tried to mount the 'external' card with "mount /sd-ext" and get this error:
E:Can't mount /dev/block/mmcblk0p2
(No such file or directory)
Error mounting SDEXT:!
Am I doing something wrong here?
Scott
PS ClockWork MOD 0.8
i beleive that in the case you are preparing for what you would do is backup the file to a computer. When you need to copy it back to the device for restoring you would enter CWM and mount usb under mounts/storage and plug your tab into your computer using the smaller usb port on the tab. this will allow for copying from your computer to the internal memory of the tablet. then you can unmount usb and restore your backup. If i'm wrong someone please correct me.
Ah yesh just tried that with mine in CWM, man CWM is several layers of awesome!
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:
Have a Telstra One XL 1.89 - after hours of reading/researching I finally rooted the phone and flashed TWRP (ver 2.2.2.0) recovery with a custom ROM.
Everything was working fine until I tried to install a different ROM - I made a backup via TWRP, installed the new ROM but it wouldn't boot ... no worries I had the backup ... I accidentally selected FACTORY RESET from the bootloader instead of RECOVERY which seemed to have wiped all my data on the internal SD card - so my backup has been wiped.
I'm still able to access TWRP so I thought I could simply mount my SD card to my computer and copy my old ROM to flash - however I can't mount the SD card from TWRP - TWRP's console is throwing up "E:failed to mount /sdcard (Invalid argument)" and "E:Unable to mount /sdcard when trying to read settings file." errors - hence in the Mount menu, I can't check the "Mount SDCard" checkbox! (WTF?) - I Google'd this and someone advised that you will need to partition the SD card from within TWRP before it will allow you to mount it - I tried partitioning it but still throwing up those errors
I can also access the device from command prompt via adb - so I tried to flash a rom directly via fastboot but it throws up a "FAILED (remote: not allowed)" when it tries to flash it.
What are my options here? Am I completely screwed? I'm currently in the process of downloading the Telstra RUU - will this even work in my case?? Any help would be GREATLY appreciated - pulling my hair out here ... 2 week old phone
The RUU will make it all better
just lock your bootloader again before you run it
Look who's still floating
Sent from my HTC One X using xda premium
So you could post here when you didn't have a hox but I can't? Oooookayyyy.
In my heart I always had a hox......now I hate this p.o.s yet I'm still here, smh
My fastboot oem unlock tabby will be here Tuesday tho
Sent from my HTC One X using xda premium
slavlazar said:
Have a Telstra One XL 1.89 - after hours of reading/researching I finally rooted the phone and flashed TWRP (ver 2.2.2.0) recovery with a custom ROM.
Everything was working fine until I tried to install a different ROM - I made a backup via TWRP, installed the new ROM but it wouldn't boot ... no worries I had the backup ... I accidentally selected FACTORY RESET from the bootloader instead of RECOVERY which seemed to have wiped all my data on the internal SD card - so my backup has been wiped.
I'm still able to access TWRP so I thought I could simply mount my SD card to my computer and copy my old ROM to flash - however I can't mount the SD card from TWRP - TWRP's console is throwing up "E:failed to mount /sdcard (Invalid argument)" and "E:Unable to mount /sdcard when trying to read settings file." errors - hence in the Mount menu, I can't check the "Mount SDCard" checkbox! (WTF?) - I Google'd this and someone advised that you will need to partition the SD card from within TWRP before it will allow you to mount it - I tried partitioning it but still throwing up those errors
I can also access the device from command prompt via adb - so I tried to flash a rom directly via fastboot but it throws up a "FAILED (remote: not allowed)" when it tries to flash it.
What are my options here? Am I completely screwed? I'm currently in the process of downloading the Telstra RUU - will this even work in my case?? Any help would be GREATLY appreciated - pulling my hair out here ... 2 week old phone
Click to expand...
Click to collapse
Hey mate,
RUU will work but before you do just try mounting it through twrp then plugging it into your pc.
When you're in the mount menu in twrp make sure you hit mount usb storage for Windows to recognise it.
When I did this I got a prompt in Windows that said it needed to format the drive so I formatted it then just copied over the rom I wanted to flash then unmounted and flashed the rom.
Sent from my HTC One XL using xda premium
Hiya XDA,
Bit of a problem here at the moment, tried flashing to CM11, then wifi didn't work, so restored back to MIUI. Now I'm unable to flash anything.
I need a bit of help to wipe the phone clean and re-install a rom.
I switched from CWM to TWRP recently.
Positive:
1. TWRP v2.6.3.0 is working.
2. Boots up to logo.
3. Win7 PC sees phone as ROMaster Composite ADB Interface
4. adb devices:
List of devices attached
NX403A recovery
Negative:
1. Factory Reset: Gets stuck (able to power off and return to recovery)
2. Wipe sdcard (internal):
E: Unable to mount '/cache'
E: Unable to mount '/system'
etc.
I'm stuck, can anyone possibly help me please?
microSD
srslye said:
Hiya XDA,
Bit of a problem here at the moment, tried flashing to CM11, then wifi didn't work, so restored back to MIUI. Now I'm unable to flash anything.
I need a bit of help to wipe the phone clean and re-install a rom.
I switched from CWM to TWRP recently.
Positive:
1. TWRP v2.6.3.0 is working.
2. Boots up to logo.
3. Win7 PC sees phone as ROMaster Composite ADB Interface
4. adb devices:
List of devices attached
NX403A recovery
Negative:
1. Factory Reset: Gets stuck (able to power off and return to recovery)
2. Wipe sdcard (internal):
E: Unable to mount '/cache'
E: Unable to mount '/system'
etc.
I'm stuck, can anyone possibly help me please?
Click to expand...
Click to collapse
put the zip file of firmware to microSD card (can be done with SD-card reader
+ insert SD into your device and flash ("install zip from external SD card")
///CWM or TWRP have to support external SD
I have a Nexus 5 rooted and running Catacalysm 5.1.1 Lollipop (Sep 27, 2015 Stable final release)
Yesterday while I was on my phone all of a sudden it froze for a couple of seconds and then restarted.
When it booted it says "To start Android, Enter your Password"
I can type in literally any password and it will go to the next screen and say
"Decryption Unsuccessful"
The password you entered is correct, but unfortunately your data is corrupt.
To resume using your phone, you need to perform a factory reset. When you set up your phone after the reset, you'll have an opportunity to restore any data that was backed up to your google account.
Click to expand...
Click to collapse
Then the only thing I can select is "reset phone."
The thing is I never encrypted my phone. I don’t want to do a factory reset as I have some things in my phone that I need
When I go into recovery this is what I get:
E:Could not mount /data and unable to find crypto footer.
E:Unable to mount ‘/data’
E:Unable to recreate /data/media folder
Updating partition details…
E:Unable to mount ‘/data’
…done
E:Unable to mount storage.
E:Unable to mount /data/media during GUI startup.
Full SELinux support is present
E:Unable to mount /data/media/TWRP/.twrps when trying to read settings file.
E:Unable to mount ‘/data’
MTP enabled
E:Unable to mount ‘/data’
Click to expand...
Click to collapse
Also the internal storage shows 0 MB.
When I go into backup these are the sizes that are shown:
System (882MB)
Data (0MB)
Cache (12MB)
Boot (22MB)
EFS (6MB)
Click to expand...
Click to collapse
I’m using TWRP
I was wondering if anyone ran into this issue or knew anything about what is going on in my phone.
Is my phone dead? Can I get it to work again? Is there any way I can access the internal storage and retrieve my files?
Any help would be appreciated. Thank you