I have a rooted LG F3 LS720 Jellybean 4.1.2 and have almost all of my apps linked to sd card via link2sd.
I cant see or access any of the apps. I can see/access pics & music on the sd card.
Link2sd shows "SD Card 2nd Part" as unmounted.
I tried to recreate mount script in link2sd, selected ext2 but got "mount script error. mount scrpit can not be created. mount: invalid argument"
How do I get it to mount?
I cant access the playstore or keyboard since they're linked to the sd card.
HELP!
Related
i9300
I've upgraded to CM11 (full wipe and format) and I am unable to access my extSdCard from the phone. I have no problems access the SD Card from an adaptor in the PC.
Es Explorer can read, but cannot write.
in CM11 storage menu, I click on erase SD card, but it still don't have full permission to it. However I am able to create folder in root browser.
I've tried chkdsk and sd card has no errors.
http://www.technohunk.com/2013/02/how-to-execute-a-command-at-boot-android/
I tried to follow this, but it says invalid mount argument
su
mount -o bind /mnt/extSdCard /sdcard/external_sd
I've created this folder (/sdcard/external_sd )
s050399b said:
i9300
I've upgraded to CM11 (full wipe and format) and I am unable to access my extSdCard from the phone. I have no problems access the SD Card from an adaptor in the PC.
Es Explorer can read, but cannot write.
in CM11 storage menu, I click on erase SD card, but it still don't have full permission to it. However I am able to create folder in root browser.
I've tried chkdsk and sd card has no errors.
http://www.technohunk.com/2013/02/how-to-execute-a-command-at-boot-android/
I tried to follow this, but it says invalid mount argument
su
mount -o bind /mnt/extSdCard /sdcard/external_sd
I've created this folder (/sdcard/external_sd )
Click to expand...
Click to collapse
I had similar problem after I rooted and installed TWRP and when I used Link2SD app it kept complaining that it could not mount the 2nd partition of the SD card I tried formating a few times using
Minitool on my PC and a card reader to attach the micro SD card.
I ended up creating partitions then running option wipe in Minitool using 1's then fomating 1st partition to FAT32 primary and 2nd partition to ext4 primary (I had already tried formating to ext2 & ext3 with no fix) I did not enter a lable name for either of the partitions, both partitions set to primary.
Note also that I ran Minitool surface scan on both partitions and reported no errors, thought I would do this before I installed SD back in to my phone.
On completion of the above I installed the SD card in to my phone ran Link2SD and it recognised the second partition and mounted with no errors and when I look at storage in Link2SD both partitions
are seen and I am now able to link apps to second partition with no errors.
Hope the above helps in some way, I am learning all the time thanks to XDA members.
s050399b said:
i9300
I've upgraded to CM11 (full wipe and format) and I am unable to access my extSdCard from the phone. I have no problems access the SD Card from an adaptor in the PC.
Es Explorer can read, but cannot write.
in CM11 storage menu, I click on erase SD card, but it still don't have full permission to it. However I am able to create folder in root browser.
I've tried chkdsk and sd card has no errors.
http://www.technohunk.com/2013/02/how-to-execute-a-command-at-boot-android/
I tried to follow this, but it says invalid mount argument
su
mount -o bind /mnt/extSdCard /sdcard/external_sd
I've created this folder (/sdcard/external_sd )
Click to expand...
Click to collapse
As an idea: Check your "platform.xml" if write permissions are given. See here.
I think the problem lies at recovery. I suggest flashing an older official cwm recovery from the official website. Since i did that ive had no mounting issues at all.
When i first rooted my s3 i flashed twrp and had issues with preload, same with a later cwm.
Sent from a stolen phone!
What happened was that I chose the wrong nandroid to restore by accident it was for a different device. It soft bricked the tablet, but I was able to bring it back. Now it boots, and runs android, but TWRP says "cannot mount emmc" and also "cannot mount sd" The external sdcard0 does mount and work in TWRP but when android is booted I have to change permissions to the sdcard0 folder to get the external card to mount, and the internal sd tries but wont mount. Aparted recognizes the internal card if I manually change to its directory and is able to create partitions and so forth, but it still wont mount. Aparted repair says it has a corrupted superblock. Any help would be appreciated. Thanks for reading
Multi-quote Reply
I partitioned my SD Card with 2 partitions (FAT32 and Ext4). When i open Link2SD and choose to Ext4 on mount script, it gives me the error:
Code:
mount: '/dev/block/vold/179:66'->'/data/sdext2': No such file or directory
I checked and instead of 179:66, I have public:179_66. The only solution I found was to create a hard link to public:179_66 with the name 179:66, but then it gave the error:
Code:
mount: '/dev/block/vold/179:66'->'/data/sdext2': Invalid argument
and when I rebooted my phone, 179:66 was gone. How can I use Link2SD on CM13 Android 6.0.1? (I don't want to use adopted storage cuz' everytime i use it, my SD Card keeps randomly disappearing, solved only by taking off the battery and the SD card, then putting the SD Card back and then the battery)
Solution here.
Refer to this post made by me to fix Link2sd error :- http://forum.xda-developers.com/android/general/link2sd-mount-script-error-fix-t3405608
4K android media box with AML812 chip. 2 USB ports, 1 USB OTG port and one SD card slot. Android 4.4.2 (KitKat?)
USB drive connected with FAT system is mounted as read/write device, all SD card I have tested were mounted as read only.
At first I wanted to make firefox to download files to SD card. But firefox had no rights to write to SD.
At second I thought that firefox can't write to SD because new privilages system in KitKat. So I found a solution on the web and have added media_rw entries in permission.xml file in WRITE_EXTERNAL_SD section. But it didn't help.
Then I have found out, that SD card is always mounted as read only by default (by terminal and mount command) - i tried 3 different SD cards, no success.
I have checked SD card with fsck_msdos and externally on my desktop PC - SD card had no errors.
I tried to remount SD as read/write with mount -o remount,rw device from terminal and it worked but apparently only apps with root privilages can write to SD. Firefox still can't write to SD.
And if I close terminal the SD returns to read only state.
Don't know what to do, where to find the solution.
In vold.fstab there is only one command with dev_mount, and this command doesn't have read/write or read only flags (checked dev_mount in the web).
There is no fstab.device files on the box, which are common? in KitKat (above android 4.3) so I am not so sure that this is KitKat device.
Please help to unlock SD card write rights.
EDIT: formatting to exFAT, NTFS or FAT32 with 32KB chunk size didn't resolve anything (advice from some android forum). My device doesn't recognize exFAT, and the rest give me read only mount point.
I installed Paragon exFat, NTFS app. It can't mount SD correctly at all. It unmounts mounted SD very good though. It can't check and fix SD because /dev/block/mmcblk0p1 is read-only file system.
The same goes for format - Error 0x1e from mkhfs.
When I try to mount SD with Paragon nothing happens (the mount button is still active, and unmount is inactive), and android memory settings show that SD card has been mounted as 803 MB card, not 16 GB card (14,84 GB exact capacity). Paragon can only unmount SD.
Now I see that I can't even format SD card from android memory settings. When I choose format, it unmounts SD card but then nothing happens. There is no format operation going on.
Really I don't have any more idea.
I'm facing Link2SD mount error while trying to mount ext2 formatted sd card
Here what the error says :
"Mount script cannot be created. stop: failed to set property 'ctl.stop' to 'debuggerd' "
I'm using Android 10 with kernel version linux 4.9, yes it was working before, but after reinstalling ROM this error shows up. I didn't perform any format, and I still need files inside the sd card since there are big game files in there. What's the solution?
Click:
Setting
Storage
Eject sdcard
Open app link2sd