[Q] Mounting SDCARD issues - G Tablet General

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!

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] a problem: can't mount sd card

Hi guys,
I try unsuccessfully to install rom CM7 on my Motorola Defy.
I rooted the phone and used SndInitDefy 1.4.2 to install the CWM recovery version 2.5.1.8.
On the CWM recovery, when I choose "install zip from sd card" and then "choose zip from sd card", i get this message:
Code:
e: can't mount /dev/block/mmcblk0p1 (or /dev/clock/mmcnlk0)
not such file or directory
e: can't mount /sdcard
I tried it with 2 different sd cards. Of course the computer and the phone (when its on) recognize the cards as well.
What am I doin wrong?
thanks for your help.
evy
A new problem:so I burn with rsd a new firmware: this.
I successfully mount the sd card and install the cm7 rom.
When I rebooted my phone, I had the cm7 welcome screen and...that's all. I only have the welcome screen with the circle and the rotating arrow. it stuck. I can't turn off the phone or enter again to recovery, even when I take off the battery and turn on again.
Please, what could I do to fix it?

[Q] SGS Flash ROM with no USB

Hi all,
I have recently flashed RevolutionROM with Galaxian kernel onto my SGS I9000.
I then flashed Darky's ROM 10.2.2 to my wife's phone (same model) and love it so want to flash it to mine too. So I need to flash Darky's Resurrection 10.2 first but can't get any PC (I've tried 3 of them - 2 with Ubuntu Linux and 1 with Windows 7) to recognise the phone over USB.
I plug in the USB and it vibrates and charges, but I get nothing on the phone display (i.e. USB mass storage screen) and the PC doesn't detect it at all.
I also tried it in Download mode but it was again not detected by the PC (Heimdall).
I'm figuring there is something wrong with the physical USB connection in the phone, as the same cable and PC worked on my wife's phone just yesterday.
So, a couple of questions:
1. Any suggestion for how to fix the USB issue?
2. Assuming I can't figure out the USB issue, is there any way to flash a ROM without USB connectivity?
thanks
Aaron
Anyone? Thanks
Sent from my GT-I9000 using XDA App
Have you tried reinstalling the drivers on your pc?
Hi,
Thanks, I appreciate your response but ask that you read my original post again - as i stated I tried it on 3 different PCs and that my wife's phone is detected fine.
It seems to be moot now unfortunately as I think I may have bricked my phone last night. I tried restoring a previous nandroid backup via CWM recovery and ended up in a boot loop. I was able to get back to recovery but now when I try to do anything I just get a heap of error messages saying it's unable to mount/find various filesystem locations.
I can get into download mode but without access by USB it is no help to me.
cheers
Aaron
Your device is not bricked. As long as you can get into recovery mode, you are fine. Have you tried using a new SD card, placing a rom on it then flashing it via CWM Recovery?
Theonew said:
Your device is not bricked. As long as you can get into recovery mode, you are fine. Have you tried using a new SD card, placing a rim on it then flashing it via CWM Recovery?
Click to expand...
Click to collapse
Thanks Theonew. Can you help me with how to go about that?
When I go into CWM recovery and try to restore a backup it simply shows several messages on the screen basically saying it can't mount or find any of the locations it's looking for (sorry I'm at work and don't have it with me to get the exact error messages) then returns to the recovery menu.
With that, I made the (possibly incorrect) assumption that the recovery is not going to be able to access any ROM that I might be able to put on the external SD card (and certainly not on the internal SD card).
If there's a way to do it though, I'm keen to give it a try. I have a 2GB external card that I can place a ROM on, but how would I get CWM recovery to flash it from there?
thanks
Aaron
Now that I'm back from work, here's the error messages I am consistently getting in CWM recovery.
Pretty much anything I try to do results in a variation of these errors appearing:
This one was after trying to apply update.zip from sd card.
Code:
E:unknown volume for path [/sdcard/update.zip]
E:Can't mount /sdcard/update.zip
Installation aborted.
E:unknown volume for path [/cache/recovery/log]
E:Can't mount /cache/recovery/log
E:Can't open /cache/recovery/log
E:unknown volume for path [/cache/recovery/last_log]
E:Can't mount /cache/recovery/last_log
E:Can't open /cache/recovery/last_log
E:unknown volume for path [/cache/recovery/command]
Try looking for the zip of the rom instead of the update.zip (install zip from SDcard -> Choose zip from SDcard)
Best bet is just put a new ROM in the root (i.e not in any folder) and look for it and flash make sure to clear out all the old stuff.
Hi, thanks again for the response. There are no actions I can take in CWM that don't result in the errors and failure (except reboot and test keys!)
I can't access anything that is stored as it's not mounting any partitions.
I can't add anything to the root because my USB isn't working.
thanks
Aaron
aaronlp said:
Hi, thanks again for the response. There are no actions I can take in CWM that don't result in the errors and failure (except reboot and test keys!)
I can't access anything that is stored as it's not mounting any partitions.
I can't add anything to the root because my USB isn't working.
thanks
Aaron
Click to expand...
Click to collapse
Try flashing a new version of ClockworkMod Recovery.
Theonew said:
Try flashing a new version of ClockworkMod Recovery.
Click to expand...
Click to collapse
Thanks again. How? I can't find any solutions that don't require USB.
Cheers
Aaron
aaronlp said:
Thanks again. How? I can't find any solutions that don't require USB.
Cheers
Aaron
Click to expand...
Click to collapse
Use rom manager. Just hope that you don't get the error during flashing.
Theonew said:
Use rom manager. Just hope that you don't get the error during flashing.
Click to expand...
Click to collapse
Thanks but I can't get into the OS at all, it's boot looping unless I get into download or recovery.

[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

[Q] CWM6.0.5.0:Error mounting /data while making a backup onSGS2 in bootloop withCM11

Okay, so this happened out of nowhere. My phone was perfectly fine and when I wanted to check for new messages/notifications etc he couldn't turn on. So I powered him up and he was stuck in a bootloop. I said, okay, it's not the first time. I immediately went to backup and restore option to make backup of whole system because data of some apps is valuable to me. I selected the option to backup it on external memory card. It backed up the boot image, recovery image, system partition and when it comes to data partition it restarts or show err on /data partition. I tried changing the default file formats, without success.
So, is there a way to make backup of that partition(maybe installing another cwm?) and how?
Additional info: I tried making backups on both partitions and nothing. On internal SD I have ~3300mb free and on external SD I have ~2500mb free. The reason I am using CWM c6.0.5.0 is that none of the earlier versions don't support Kit Kat based systems. Another thing is that if I select 'mount USB device' option I can see both, the internal and the external SD card on my pc. Perhaps, there is a way to recover /data from that option?
Also, when I enter the CWM at the bottom of the screen it says this:
CWM-based Recovery v6.0.5.0
Swipe up/down to change selections.
Swipe to the right for enter.
Swipe to the left for back.
E:Can't mount /cache/recovery/command
E:Can't mount /cache/recovery/log
E:Can't open /cache/recovery/log
E:Can't mount /cache recovery/last_log
E:Can't open /cache/recovery/last_log
E:Can't mount /cache/recovery/last_install
E:Can't open /cache/recovery/last_install
One more question: Can I install older version of CWM, the one that I am sure it is working(because I was using it, that's how I know)?
Updating this: motherboard was dead. So, if you are getting these errors your mobo is probably dead, specifically emmc chip. It can be soldered out and resoldered if you find replacement but its not an easy and cheap procedure.

Categories

Resources