General :: Way To Mount System Root To PC As Disk Mount
Jun 14, 2013Is there a way to mount the system root to pc as a disk mount cause I want to recovery data from it that I wiped.

Is there a way to mount the system root to pc as a disk mount cause I want to recovery data from it that I wiped.
So I'm pretty new to rooting. On some themes or roms they require me to Mount System and Mount Data. I have clockwork recovery installed and when I select the option Mount System, it just acts like i didn't select anything. Is there something I'm doing wrong?
View 1 Replies View RelatedWhen the (HTC Desire) phone is powered up it is unable to mount the SD card, and I am unable to have it mounted from the "Settings > SD card & Storage" menu. Having said that, the micro SD card can be accessed from a computer (when plugged in directly to the computer, i.e. no issue with the card), and moreover, when I am in the recovery mode, I can have it mounted and browse it. By the way, the card could be accessed from the phone until I downgraded the O/S, and managed to have it rooted.
When the phone is running normally, and connected to the USB port of a laptop, the laptop does recognize a device connected (can even do ADB), but I believe because the SD card is not mounted, the phone does not offer the option to make the card appear as a disk drive for computer access.
I am running the original (RUU, Telstra) Android 2.2 (2.26.841.2) on a HTC desire, after I had it "S-OFF'ed". After reloading the original 2.2, I had it rooted.
The micro SD card is a 2GB one, with approx 1.5GB formatted as FAT16 (contains typical file and photos), and 0.5 GB as EXT3 (contains nothing at the moment).
HBoot: 6.93.1002
S-Off ( Revolutionary)
Recovery mode: ClockworkMod v5.0.2.0 (I manually loaded it)
I have searched online for solutions, and have not been able to have it fixed. Others seem to have different issues to that of mine. Usually, they cannot mount the SD-card at all (not even from recovery), or their SD card just needed to be reformatted. I think I have indicated that these do not appear to be relevant to my issue at all. I have also tried "Fastboot oem enableqxdm 0", and it made no difference.
Unable to connect my DINC to my PC to look around, move some files etc.
Yes, I have USB Debugging checked. Yes, I select "mount as disk drive" when prompted.
Appears to be charging just fine after I attach it to my PC, then I go to open Windows Explorer and Explorer sits and spins then crashes. In fact, when I close Explorer and go to my desktop, all I get is the wallpaper (no desktop icons etc). Then, when I unplug my phone, computer acts normally. Same PC that I used to root my phone mind you, so somehow it was able to connect to my phone for that process.
Have rebooted the phone as well, all to no avail. One of the advantages of Android and the DINC is the ability to hook up to a PC and move files around...not being able to do this is becoming a bit of a PITA...
When I connect my Evo to my PC, I get no option asking if I want to mount the SD card as a disk drive. I get no notification at all that my phone is plugged into a PC. Do I need to install HTC Sync before I can do this? The manual does not mention it if so. I have tried changing the default setting from "Charge Only" to "disk drive" but no change. The "Ask Me" option is also enabled.
View 8 Replies View RelatedI've got a HTC Legend and i'm having a problem with plugging it in to charge via usb.
I use a usb dock plugged into my win 7 machine. I've always had it set to "Charge Only" and change it to mount as disk drive when I require.
However, just starting from yesterday, every time I plugged the phone it, it would mount as a disk drive and show up in windows. Strangely though, the phone still shows in the notification bar that it's "Charge only", but i can't access anything on the sd card from the phone. The only way to fix it while it's plugged in is to change it to "DIsk Drive" then back to "Charge only" via the notification bar on the phone.
I've checked the settings and it's definitely still defaulted to "Charge only" in there but obviously it's not doing it!
I am a new member of this group, and have tried to post this question twice already and have not seen my post on this forum for a day now. Moderators, please post it, or if you know this has already been answered before, please provide me a link.
I want to know how my application can mount the microSD disk as the USB mass storage upon receiving UMS_CONNECTED.
When I plug my Eris into my PC using the USB cord I select "Mount as disc drive" however I cannot find my phone anywhere on my computer. I've tried restarting my computer and my phone and it still doesn't work.
View 1 Replies View RelatedI lost my original microUSB cable that came with my Samsung Galaxy, and I went and bought a new one.
But, it seems like data doesn't sleep to work with this cable? Is that possible?
The phone is charging though, but I don't see a new drive popping up in my computer like usual, and I don't see the option of mounting the SD card on my phone..
Do I need a special kind of cable?
my mobile samsung galaxy note 2 , i need this feature in htc mobiles when i connect usb " Disk drive mount as disk drive " , i need to use my mobile like flash memory to work on my satallite reciver
View 1 Replies View RelatedI have rooted my xolo a500s IPS using farmaroot but when I tried to mount system r/w for pushing some apps and removing some on system partition but it is not mounting because of that i cant make changes on system.how can I mount system partition
View 9 Replies View RelatedI am running one of the leaked 2.2 OTA Roms, everything has been working fine, except lately, as of a week or two ago, the phone won't mount as Disk Drive unless I reboot, and it wasn't a one time fix, I have to do this every time. I noticed that when I plug the phone into the computer, I don't get the message saying "Charge Only / HTC Sync / Disk Drive / Mobile Broadband Connect etc." And yes, I have it set to ask me every time, and I even set the default connection type to Disk Drive, and still I unplug it and plug it back in and nothing. I know it connected okay, the computer recognizes it as HTC Android device or whatever it calls it, and the orange light lights up on the phone showing that's it's charging, but in my computer all that pops up is a weird optical drive that I can't access.
View 3 Replies View RelatedSo after a failed attempt to upgrade from CyanogenMod 10.1.3 to 10.2, I was unable to access /data or /sdcard because both systems were encrypted. I ended up having to factory reset my phone because it refused to co-operate or let me access my files. However, before I did that, I was able to run
Code:
adb shell "dd if=/dev/block/mmcblk0p2" > data.img
and
Code:
adb shell "dd if=/dev/block/mmcblk0p3" > sdcard.img
Which appears to have copied the raw partition images from the phone (at least, they're the right sizes).
According to my reading, Android (and, I'm inferring, CyanogenMod) encrypts filesystems using dm-crypt, with a AES-CBC ESSIV:SHA256 cipher, with the key being derived from the password using PBKDF2. Knowing the precious little I do about encrypted file systems, my guess is that if I configure the image in cryptsetup to create a drive mapping, I can mount the mapped drive and recover the data from the images.
According to /fstab.herring on my ahem, fresh, install of Android, the /data partition is in ext4 format whereas the /sdcard partition is vFAT. So, once I've gotten through the encryption on the partition images, they should mount normally, right?
I know that dm-crypt accepts plain, LUKS, LoopAES and TrueCrypt device formats. I'm inferring from the PBKDF2 extension that Android goes the LUKS route for encrypting. Is this conclusion correct?
Whether it's possible to decrypt a dumped android image? I'm really hoping that the cypher information is stored on the file system and not on some key file that I nuked in the factory reset. If it can, in theory, be decrypted, am I using the right tools to approach the matter? If so, I'll continue fiddling with cryptsetup and mount, but no sense in wasting time if it's an impossible task.
I recently purchased an 8gb sdmicro card for my samsung moment, which i put in my phone, then got home tried to hook it up to my pc with the usb cable...nothning happened, but i got this error warning or so talking about usb malfunction or something, heres a screen shot of what i saw popped up. do i need to install new usb drivers for the phone? also i can hear the pc making that dun dun,... dun dun sound when u plug in a usb device, but it keeps doing it over and over... while the phones charing thru it.
View 4 Replies View RelatedTrying to follow instructions to sync the music on my Captivate with i-tunes on my PC. Using the "Know Your Cell" website instructions, but I can't get the option to mount my device in order to write from the I-Tunes agent to the device.
View 2 Replies View RelatedA long time ago I had edited a file that is read on boot, in that file is written which one of the two 'partition' has to be mounted as what.
Basically, my 32GB microsd is seen as the internal memory of the device (which would be 12 GB), and the other one as micro sd. The result is that most application would go to the microsd by default, using thus 32GB for apps instead of 12GB.
This is because my microsd is failing. Changed with a new one, and now it is failing again. I suppose my phone has become a 'micro sd destroyer'. Cannot do anything about it, so better to use the internal memory instead of the card for main use..... So how do I switch back to normal mounting (micro sd as micro sd and internal memory as internal memory and not switched up) ?
I'm having a problem with ES file explorer. After several days I managed to root my HUawei U8800 Ideos X5 (Android 2.3.5) and obviously one of the next steps is installing CWMR. Unfortunately I'm failing here too. I tried to copy the recovery.img to the .cust_backup/image, but it keeps to say copy failed. Root access was given and I checked all four boxes in root settings. Someone in a german forum told me to update the binarys in SU, which failed too (it says sth like copy su to /system -> failed!). I'm not even sure ES FE would work if the binarys would be current.
I already tried the app Mount /system (rw / ro). It didn't work with this too.
I recently rooted my Jiayu G3 phone, to put a new ROM on it using ClockWorkMod..
Today, I tried to go to CWM again though MobileUncleTools, but it says: "Root your Android First!!!"
So I tried to reroot it, using the bin4ry tools, but it always says "mount root permission denied" are you root?..
MobileUncleTools says its Not Rooted, so i dont know how i can ROOT it again??
I have a ROOT Explorer, but i dont know what to do etc with it. If i try to edit a map in the Root Explorer, it sas: Your Device doesnt' seem to be rooted.
Turning the phone on and off.Rebooting my PC.Done both of these multiple times. Have changed settings in "Connect to PC" and re-set them to see if that would make a difference and have clicked and unclicked "Ask me."option on connecting.What is going on? The phone just starts charging, but I cannot get it to show up as a drive.It worked perfectly until I installed Handcent SMS (which I've since uninstalled).And have naturally rebooted the phone several times since.yet it still doesn't work.I'm really at my wits end. I'm using the USB cable that came with the HTC car charger but it surely can't be that but then what is causing it to not work? The only non-standard things I have on my phone are 3G Watchdog and the Astro file manager. Both of which didn't have any impact WRT to mounting the phone.But now, having just bought some music from Amazon on my phone, I can't get my music or photos off the phone onto my PC.
View 29 Replies View RelatedI do not like windshield suction cup mounts when using a GPS in my car.
I always used a dashboard beanbag mount with my Garmin GPS.
I just bought the Droid X Car Mount and I can now use my Garmin beanbag with it by inserting the ball joint into the back of Droid X car mount - fit's perfectly.
vdc cryptfs enablecrypto/changepw exists.Where is vdc cryptfs mount? I.e., how can I mount the encrypted /data partition from a shell (ultimately via adb shell in recovery)?
View 5 Replies View RelatedI have not long bought my first tablet - its an ly-f1 / alldro speed etc clone. It came with android 4.0.4 and was already rooted. Play store access isn't bad for standard, i have found most things i have looked for, although some say device is not compatible - for example the speedtest.net app and itv player. There's some it cant find either like grand theft auto 3 for example.
The performance for the tablet is ok but i understand a custom rom could improve it and also give better play store access/compatibility. So i started looking at what roms were available, i found troys CM9 and CM10, so wanted to try CM9 first. This is where i started running into problems. Mainly finding everything i needed - CMW, ADB drivers etc.. oh and mounting the sdcard! as below..
I managed to find CMW 6 for the ly-f1, which i copied across onto the tablet and ran using a shell to install it. I copied across the CM9, compatibility and gapps zip files to the internal sdcard. So far so good, however.....
when i rebooted into CMW and went to "install zip from sdcard" then "choose zip from internal sdcard" it comes up saying "cant mount /emmc/"
If i try "choose zip from sdcard" rather than internal sdcard, it says "cant mount /sdcard" - to be expected as i dont have one in it! but i cant figure out why the internal one doesn't work.
When the tablet is on i can get into the internal sdcard fine and if i connect it to the pc i can see it fine. I've looked around google and the forums and tried a few various things with no joy - for example i tried copying everything off the internal sdcard and formatting it - done this through the android setttings and through windows - both fat32 and ntfs just to see, none made any difference.
I then thought i'd try find another version of CMW in case it was that, i found a version 5 which is when i required the ADB drivers as it was a different method for installing it - got it installed and it rebooted into CMW but i had the exact same problem, still cant mount it, so i am still unable to flash to a new rom.
Is there another method i can use to flash the device? I know theres livesuite but not sure if this is suitable for CM9 since theres 3 zips that need installed? i cant understand why it cant mount the internal sdcard.
I kind of wipped the phone memory, including system, I need to copy the firmware to the SD-Card to flash it, but can't seem to find a custom recovery that has a working USB mount...
Tried Team Win Recovery Project 2.1.2 (TWRP), and the new version of ClockworkMod..how do I get the firmware on the phone SD-Card?
PS: can boot in bootoader and recovery, thats about it, if I bootr normal all I see is the HTC logo...
I was able to connect my Samsung Galaxy S4 using Android File Transfer to my Mac OSX 10.8.3. Now today I can't get it to work. Any tips? I also tried to install Samsung Kies and neither can see my phone. When I connect to the USB on the phone it says "Connected as a Camera". I don't remember that before. How can I have it connect as a mass storage device?
View 3 Replies View RelatedIt is a CRAIG tablet and i keep hooking usb to computer end hooked up to tablet but it wont mount how can i do that?
View 1 Replies View RelatedAfter I flashed a couple roms I couldn't boot jelly bean anymore and I noticed the error in recovery: E: Cant Mount /efs, when installing. But I could still boot ICS but not jellybean. I still had my IMEI and could make calls but could not boot jelly bean because it couldn't mount.
Sometimes when installing a rom something goes wrong and it changes the partition type of /efs making it unable to be mounted. The partition is usually from ext4 to swap.Most likely this will work on your phone but if it doesn't and your phone stops working I am not responsible.
If your like me and you couldn't get jelly bean to work then flash your device back to ics and it should boot. Once your booted inside of ics we can start the process.
Pre-Setup:
1. Be rooted and have a custom recovery installed.
2. Be on Ics and it boots.
3. Your need to have a Jelly Bean rom like Cyanogenmod on your sdcard.
4. Have adb installed on your pc and usb debugging on in your phone/tab.
Now that that's done its time to start.
Part One:
1. Boot into recovery.
2. We need to find the efs block location.
3. Go to mounts and select efs
4. It should say unable to mount
5. Go to advance and make a recovery.log
6. Put that file on your computer and open it.
7. Look through the file and you should fine something like this around the beginning of the file:
E:Unable to mount '/efs'..Actual block device: '/dev/block/mmcblk0p3', current file system: 'swap'..My location is /dev/block/mmcblk0p3 But yours could be different! Most likely the difference will be instead of it ending with a 3 it will be a different number. I will be saying /dev/block/mmcblk0p3 if yours is different just change it to your location.
*WARNING* Sometimes when you copy paste into adb it will auto run the command without you pressing enter. If your location is different then mine and you copy past and it auto runs it could be BAD so to be careful if you want to copy past. Copy the command paste it into Google make the change and copy that and paste into adb
Part Two:
1. When your inside recovery connect your phone to your computer and get into a adb shell. (Sometimes it will take awhile for adb to recognize your device so be patient.)
2. Once you have adb access its time to start entering the commands.(Again my location may be different the yours! Most likely the difference will be instead of it ending with a 3 it will be a different number.
Part Three Inside ADB:
1. su
2. dd if=/dev/block/mmcblk0p3 of=/sdcard/efs.img
3. mke2fs /dev/block/mmcblk0p3
4. mkdir /efs
5. mount -t ext4 /dev/block/mmcblk0p3 /efs
DONT REBOOT PHONE
Part Four On Your Phone:
1. Now /efs is mounted don't unmount it
2. Do a factory reset
3. Install your Jelly Bean rom
4. It should install without any errors
5. Boot your phone
6. If everything went well it should boot.
7. After it boots your signal notification most likely will be gray and internet or calls may not work
8. To fix just install gapps and it will be fixed
There you have it if everything went correctly your efs should be working good and you should be able to go back and do your normal rom flashing.
If jelly bean boots but you don't have phone do this:
1. Go back into recovery and get adb access.
2. su
3. mke2fs /dev/block/mmcblk0p3
4. mkdir /efs
5. mount -t ext4 /dev/block/mmcblk0p3 /efs
6. dd if=/sdcard/efs.img of=/dev/block/mmcblk0p3 bs=4096
I have a problem on my device, every time I rerun Link2sd always to Re-Mount my 2nd SD but if I choose OK (not Restart) my 2nd SD mounted, and when I restart my device and running link2sd again, this application take it back to re-Mount again. I want to ask for that problem. What should I do to make that application become automount.
Note:
1. I use Samsung Galaxy Grand, OS JB4.2
2. I have been format my 2nd SD in ext2,ext3,ext4,fat32 and Now, I use ext4 but no change.
I'm using an EVO LTE, but this question should apply on using Android device that has internal storage and an external card slot.
I'm trying to use my EVO LTE as my sole media player (specifically, the internal storage). Connecting it to the PC and getting the files onto it are no big deal (of course I do need to use MTP, which I hate). Now on to the problem:
I'd like to be able to use the device connected to my car's USB port. Being able to pick through my media using the car stereo controls is a big plus for me, and worked great when I had an iPod (which I don't anymore, not getting into that).
Of course, the car stereo's USB connection doesn't support MTP, only Mass Storage, at least as far as I can tell (It's a stock stereo in a Fit). I get a compatibility type of error currently when I try to connect my phone using the 'HTC Sync Manager' USB option in the phone (which mounts the device using MTP). The 'Disk Drive' option of course only mounts the external card.
what I'd love to be able to do is mount the internal storage via USB Mass Storage. I'm not sure if this is currently doable, but my forum-scouring to date leads me to believe that it is not.
After putting a lot of thought into how to best backup my photos and videos while on the move, I decided that a tablet would be the best solution.
Now, I will shoot quite a lot of HD video in the near future, which means that even a 64GB tablet won't be large enough. Solution: Backup on a second SD-Card!
So right now I am waiting for the Acer A510 (with support for USB-OTG).
Can a Dual-SD-Reader like the one linked below will be working on Android, so both SD cards can be mounted at the same time?
[URL] .....
I know that I could also go SD->Tablet->Backup SD, but direct copy would make life much easier.
my verizon galaxy tab 7 (sch-1800) doesn't boot, it freezes on samsung splash. I already restored the stock rom, but it doesn't change anything. if i try to restore default with recovery mode, it says E:failed to mount cache.
View 4 Replies View Related