Quote:
Originally Posted by bikeracer4487
So this worked for you? I've been looking for a workaround for mounting the external sd, so I gave this a try but it seems to be looking for an /etc/fstab file and/or directory that apparently doesn't exist. I get the same error in terminal emulator and adb shell.
|
Sorry if I mislead you by commenting on that. I didn't actually try this but was excited that there was a solution for the SD card problem. Will give it a try and come back.
Edit 1: Tried in the Terminal Emulator, same error here. Sorry about that.
Edit 2: I have manage to run the above code without error but still continue to have "Samsung Mobile MTP device" mounting issue due to device driver not being available. How I came across the code error are as follows:
> You need to type "su" command in Terminal Emulator in order to gain SuperUser privileges.
> Notice the space in the code "mount /mnt/emmc[space]/mnt/sdcard/ExternalSD"
> The word "emmc" should be replaced by the name of your external SD card's name. Check this via a File Manager on your phone.
> The word "ExternalSD" should be replaced by the name of the sub-folder in your phone's /mnt/sdcard/[your card's name]. Check this via a File Manager on your phone.
I think I need to get the MTP driver from somewhere and install it but that would still be a problem whenever I plug-in my phone to a friend's PC.
|