Internal storage read only? - Galaxy S I9000 Q&A, Help & Troubleshooting

Hey guys I just have a problem with my old i9000... I know that the emmc is dead but what I don't understand is that I can see my old files in the CWM...
And after a reboot with an SD card (ext2 and fat32) it show German language(FC of systemapps in german) but I didn't change the Language to German after I reflashed with Odin . So I'm a bit confused and my phone too lol.
No one?
Can't delete any file on the internal storage
Gesendet von meinem Nexus 5 mit Tapatalk

Sdcard dead or alive?
Gesendet von meinem Nexus 5 mit Tapatalk

Driv said:
Hey guys I just have a problem with my old i9000... I know that the emmc is dead but what I don't understand is that I can see my old files in the CWM...
And after a reboot with an SD card (ext2 and fat32) it show German language(FC of systemapps in german) but I didn't change the Language to German after I reflashed with Odin . So I'm a bit confused and my phone too lol.
No one?
Can't delete any file on the internal storage
Gesendet von meinem Nexus 5 mit Tapatalk
Click to expand...
Click to collapse
I think this is due to corrupt files in your Internal , making it impossible to write, the undermentioned method should fix it
If your phone is rooted
use terminal emulator
type su for superuser mode
Code:
type su
type fsck_msdos -y /dev/block/vold/179:3
above command will delete the corrupt file and fix read only problems in Internal SD card
BUT you need to make sure your internal SD card is mounted as 179:3 or it has a different reference NO.
so use system info apk or any other to find out the correct mount point of your Internal SD card first.
Check this out! Links to useful Guides and " Banned " Documentaries ​

xsenman said:
I think this is due to corrupt files in your Internal , making it impossible to write, the undermentioned method should fix it
If your phone is rooted
use terminal emulator
type su for superuser mode
Code:
type su
type fsck_msdos -y /dev/block/vold/179:3
above command will delete the corrupt file and fix read only problems in Internal SD card
BUT you need to make sure your internal SD card is mounted as 179:3 or it has a different reference NO.
so use system info apk or any other to find out the correct mount point of your Internal SD card first.
Check this out! Links to useful Guides and " Banned " Documentaries ​
Click to expand...
Click to collapse
Thank you for your answer but i don't know how i can find the right mount point.... i tried it with 179:3
"patched by ......
** /dev/block/vold/179:3
Can't open : No such file or directory

Driv said:
Thank you for your answer but i don't know how i can find the right mount point.... i tried it with 179:3
"patched by ......
** /dev/block/vold/179:3
Can't open : No such file or directory
Click to expand...
Click to collapse
install this and look under system mount
Check this out! Links to useful Guides and " Banned " Documentaries ​https://play.google.com/store/apps/details?id=com.electricsheep.asi

Picture 1 and Picture 2 (of course with ex-sdcard)
Also when my phone restarts randomly, the partition i formated before is now listed as "unlocated" and i can format it again . . . .

Related

[MOD] Mount SD card as a folder of internal memory for CM7

This seems to be the best solution if you just want to stock mounting in cm7, I don't know if build.prop changes with every new nightly so you'll probably have to edit it after every flash.
Stikkontakt said:
SOLUTION:
1: Create a folder in your internal SD Card (in my case "ExternalSD")
2: Edit vold.fstab:
Code:
dev_mount emmc /mnt/sdcard/ExternalSD auto /devices/platform/tegra-sdhci.2/mmc_host/mmc1
dev_mount sdcard /mnt/sdcard 9 /devices/platform/tegra-sdhci.3/mmc_host/mmc2
3: Edit /system/build.prop
Code:
# Mount the internal SD card, too
ro.additionalmounts=/mnt/sdcard/ExternalSD
your external sd card is now mounted inside internal sd card. If you go to settings/storage, it will come up as unavailable, but the external content is inside your selected folder
Click to expand...
Click to collapse
nomedor said:
After that you can mount external sd as a folder of internal by using this command in terminal emulator:
Code:
mount /mnt/emmc /mnt/sdcard/_ExternalSD
The problem is that it can't survive boot and you have to write this command by hand every time. I tried to make it run on boot by adding the command in \system\etc\init.d folder as a text file but it didn't work, although it should.
Any help is welcome
Click to expand...
Click to collapse
That's why it didn't works!
Thanks for bring it up! I hope someone will help you becouse the way stock roms mount sd card is way better!
pushing it up, since this here is an interesting topic. It does indeed make more sense to mount sdcards like the stock roms mount it...
Hopefully someone can figure this out.
Also i noticed that if you do not mount emmc/_ExternalSD it gets recognised by the pc and otherwise not. This could be coincidence since i'm struggling hard with mounting my sdcards to my mac...
Unfortunately you are right, after this trick pc can only see the external sd card!
Maybe this isn't the right way to do it or somehow it needs to automatically unmount before you connect the phone on pc and then on disconnect remount it again.
Sadly my knowledge is limited, but I think that a real developer can do it in a heartbeat.
I'm not a real developer, but I remember that the modified fstab has to be put inside the kernel ramdisk.
I have found these two perl scripts somewhere on the net. They can be used to extract and repack the boot image. Could be possible that the base address has to be modified to work on the O2x, haven't tried it myself yet.
Zip including the scripts are here:
h t t p ://tuxfighter.de/Share/Scripts/
___
Sent from my Optimus 2X using Tapatalk
This is easy peasy lemon squeezy . For me at least since ex-dev.
Instructions:
Get root explorer (cba giving adb commands on my phone)
Mount r/w
Go to etc/vold.fstab
Mount r/w again
Long press the file and click open in text editor
Now at the bottom swap the mounts. Sdcard to /mnt/emmc
And
emmc to /mnt/sdcard
Save and exit.
Delete backup and reboot.
I will post a flashable zip if you want soon.
DONT FORGET TO THANK ME!
EDIT: just read first post properly. It should work on every boot. It is for me on my g2x. Try my easy method
The problem is that I can't find a way to mount external SD in "/sdcard/_externalSD" from vold.fstab where /sdcard is internal memory, just like stock rom.
It should be possible...
nomedor said:
The problem is that I can't find a way to mount external SD in "/sdcard/_externalSD" from vold.fstab where /sdcard is internal memory, just like stock rom.
It should be possible...
Click to expand...
Click to collapse
Have a look at the stock vold then
Sent from my LG-P999 using XDA App
I copied stock vold into CM7 and i got neither internal SD nor external SD then.
ranrick said:
I copied stock vold into CM7 and i got neither internal SD nor external SD then.
Click to expand...
Click to collapse
I've already tried that. I can't understand why people are not interested in this
yeah, there are almost no applications which can use /mnt/emmc. So 1 partition is almost useless at current situation.
Any progress?
Sent from my Optimus 2X using Tapatalk
ranrick said:
yeah, there are almost no applications which can use /mnt/emmc. So 1 partition is almost useless at current situation.
Click to expand...
Click to collapse
Y dont u put all your pics,videos and music in emmc and leave sdcard for application data?
Sent from my LG-P999 using XDA App
webstar1 said:
Y dont u put all your pics,videos and music in emmc and leave sdcard for application data?
Sent from my LG-P999 using XDA App
Click to expand...
Click to collapse
Because we have to do It for EVERY new photo/Video
Stock's ROM vold.fstab is mounting /sdcard/_externalSD but this is not working on CyanogenMOD, it could be a CM7 "problem" after all!
No update? CM7 way to mount sd sucks IMHO!
katun79 said:
No update? CM7 way to mount sd sucks IMHO!
Click to expand...
Click to collapse
if you want to test it (please do a nand backup before!), than try my kernel and add the -internal flag to it.
Download this
rename to vorkKernel-080611-internal.zip
and flash it.
It is untested, because I don't want this behaivour and I made it because a user requested it. So no gurantee that it will work etc.
Bennee:
From what i see in vold.fstab file in the flashable zip it only swaps paths...
Any luck mounting external sd in "/mnt/sdcard/_externalSD" ?
nomedor said:
Bennee:
From what i see in vold.fstab file in the flashable zip it only swaps paths...
Any luck mounting external sd in "/mnt/sdcard/_externalSD" ?
Click to expand...
Click to collapse
there is a additional mounting script + some permission fixes. Should be called on every boot up (mount /mnt/emmc /mnt/sdcard/_ExternalSD).
Benee said:
there is a additional mounting script + some permission fixes. Should be called on every boot up (mount /mnt/emmc /mnt/sdcard/_ExternalSD).
Click to expand...
Click to collapse
But it doesn't... _ExternalSD is empty with your kernel.

[TUT] How to remove EXT partition from SDcard

[METHOD 1]
From your galaxy mini, go to Settings > SD card and phone storage > Unmount SD card > Format SD card
[METHOD 2]
1. Save your data from your SDcard
2. Download & Install EASEUS Partition Master
3. Open the EASEUS main screen. Here you have 2 partitions: normal sdcard partition and the EXT with *. Delete the FAT partition and create a new one as in the Untitled3. Apply.
<Apply this method if doesn't work the first or if you haven't sgm>
Thanks for the tip
Or you can simply format the card from your phone (mini)
Typed using a small touchscreen
a.cid said:
Or you can simply format the card from your phone (mini)
Typed using a small touchscreen
Click to expand...
Click to collapse
Are you sure? I will try this.
Yup, absolutely...I even wrote it in my guide for galaxy fit (link in my sig)...
Typed using a small touchscreen
a.cid said:
Yup, absolutely...I even wrote it in my guide for galaxy fit (link in my sig)...
Typed using a small touchscreen
Click to expand...
Click to collapse
Yup, you're right, i think that i'll delete this thread
No let it be...maybe just edit and add an update
Typed using a small touchscreen
yeah like a.cid says settings->storage->unmount SD card(not necessary) -> Erase SD card
Unmount sd option is required, else you won't be able to click on the "erase" option
Typed using a small touchscreen
" Unmount sdcard second partition possible in Android ? "
" Unmount sdcard second partition possible in Android ? "
Guys I have a question related yo this topic, I tried to search it on Google too,but no result related to that,let me share something with you here about same topic,
I have rooted Sony Xperia phone (D2212) I used link2sd app forva long time, everything was fine, but one day I tired to remove my second partition of sd card (ext4) which is used for installing apps on sd,
But after some days I feel to reduce or remove the second partition from sd card with the help of "Aparted.apk" I got a error notification always that " Your sdcard not unmounted correctly " I can unmount sdcard (normally) from setting but this not work for second partition, so is there any way to remove second (ext2,ext3 or ext3) partition from Android phone, or any other method....., my pervious 16gb sd card sdcard also got damaged during this process even I tried minitool partition also once but not working, give some suggest from your experience guys, I needed help regarding this topic

Sc-02 internal mmc corrupted

Hello guys
I got this phone from my friend for repair purpose
Its internal memory is corrupted
Tried formatting pit but didnt help
So how to force format internal mmc
Is it possible to format with riff?
After galaxy s logo it show black screen (off) with capacitive keys light on
Thanks
Sent from my XT910 using Tapatalk
faheemakbar18 said:
After galaxy s logo it show black screen (off) with capacitive keys light on
Click to expand...
Click to collapse
How sure are you that your SD card is corrupt? If you can enter download mode you can/should flash the correct ROM
Look here for ROMS and here for guide If you are sure you need to format than read this
Check this out! Links to useful Guides and " Banned " Documentaries ​http://forum.xda-developers.com/showpost.php?p=31017954&postcount=5335
I am sure its corrupted as it boot to recovery after res from odin
Checksum md5 something like and later sd card mounting no such location
with cwm recovery i cant format sdcard internal it also say no such location
Sent from my XT910 using Tapatalk
faheemakbar18 said:
I am sure its corrupted as it boot to recovery after res from odin
Checksum md5 something like and later sd card mounting no such location
with cwm recovery i cant format sdcard internal it also say no such location
Sent from my XT910 using Tapatalk
Click to expand...
Click to collapse
well, than you have to try using an external SD card with 2 partitions to get phone working ( most likely needs a technician to remove internal SD card and use only external SD card. I am not sure if there have a modified kernel for this device and if any i9000 ROM can be used, if possible than you can use speedmod kernel to get phone working, so PM those who have threads about SC 02B about it.
search in this forum for guide a ny possible guide too
Check this out! Links to useful Guides and " Banned " Documentaries ​
xsenman said:
well, than you have to try using an external SD card with 2 partitions to get phone working ( most likely needs a technician to remove internal SD card and use only external SD card. I am not sure if there have a modified kernel for this device and if any i9000 ROM can be used, if possible than you can use speedmod kernel to get phone working, so PM those who have threads about SC 02B about it.
search in this forum for guide a ny possible guide too
Check this out! Links to useful Guides and " Banned " Documentaries ​
Click to expand...
Click to collapse
thanks
finally i got it working by flashing latest gb firmware and then i9000 gb kernal speedmod (yeah i9000 because couldnt find sc-02b)
and formatted sd card via special tool in cwm
rebooted but it show no service
I reflashed that firmware (this time without flashing i9000 kernel) still i get no service
but with network selector it search all available networks but doesnt register to any
*#7465625# show every thing off

Lost access to sdcard0

I've used an app which has accidentally attempted to format my storage. I think it died mid way though. Now, in CM File Manager, and when I connect to a PC, sdcard0 is no longer accessible. How might I resolve this?
Perhaps sdcard0 could be revived be following these steps?
Settings -> Storage -> USB Storage -> Erase SD
(assuming "USB Storage" is sdcard0?)
Any help much appreciated.
I am using CM11 nightly (20 Dec build).
RowanDDR said:
I've used an app which has accidentally attempted to format my storage. I think it died mid way though. Now, in CM File Manager, and when I connect to a PC, sdcard0 is no longer accessible. How might I resolve this?
Perhaps sdcard0 could be revived be following these steps?
Settings -> Storage -> USB Storage -> Erase SD
(assuming "USB Storage" is sdcard0?)
Any help much appreciated.
I am using CM11 nightly (20 Dec build).
Click to expand...
Click to collapse
USB storage mode will allow you access on all Drives (SD cards) you have, so you can use PC to copy, edit, format etc. You do this direct from Phone settings or via CWM mount USB storage command. Anything to do with SD card read this for guide
Check this out! Links to useful Guides and " Banned " Documentaries ​
"mount USB storage" doesn't seem to do anything. And seperately trying to mount sdcard0 gives an error.
I guess next thing to try is "format sdcard0". But I'm not sure which filesystem to choose: default, vfat, exfat,ntfs,ext4,ext3 or ext2?
RowanDDR said:
"mount USB storage" doesn't seem to do anything. And seperately trying to mount sdcard0 gives an error.
I guess next thing to try is "format sdcard0". But I'm not sure which filesystem to choose: default, vfat, exfat,ntfs,ext4,ext3 or ext2?
Click to expand...
Click to collapse
Samsung Stock ROM's can only use rfs or fat 32 format, if you have custom kernel, than its possible for other formats , mostly ext 2 or 4.
Check this out! Links to useful Guides and " Banned " Documentaries ​
xsenman said:
Samsung Stock ROM's can only use rfs or fat 32 format, if you have custom kernel, than its possible for other formats , mostly ext 2 or 4.
Click to expand...
Click to collapse
I'm on CM11 nightly, with whatever the default kernel is for that.
RowanDDR said:
I'm on CM11 nightly, with whatever the default kernel is for that.
Click to expand...
Click to collapse
ok, than it would work on ext 4
Check this out! Links to useful Guides and " Banned " Documentaries ​
xsenman said:
ok, than it would work on ext 4
Click to expand...
Click to collapse
Hmm, can't seem to format or mount sdcard0, errors.
edit: format "default" works.. but when I try ext4 it can't do it. Wonder what default is..
RowanDDR said:
Hmm, can't seem to format or mount sdcard0, errors.
edit: format "default" works.. but when I try ext4 it can't do it. Wonder what default is..
Click to expand...
Click to collapse
well, if default worked, did you try mounting USB storage mode?
Check this out! Links to useful Guides and " Banned " Documentaries ​
xsenman said:
well, if default worked, did you try mounting USB storage mode?
Click to expand...
Click to collapse
Still doesn't seem to work. It says:
/storage/sdcard0: Shared-Unmounted
RowanDDR said:
Still doesn't seem to work. It says:
/storage/sdcard0: Shared-Unmounted
Click to expand...
Click to collapse
did you try to uninstalled the app you installed that caused this , cleared its data and cache? Since it says Shared-unmounted, it would be linked to something that you had installed. Also you can try settings menu > Storage to see if you have a mount feature on it,
Check this out! Links to useful Guides and " Banned " Documentaries ​
OK some progress, I've booted back into the phone and sdcard0 is now accessible via File Manager.
Can't seem to get mounted via USB though - usually I just plug in the USB cable and it asks for me for confirmation to connect. I'm still set to UMS, not sure what the problem is now.
And yes, the app was uninstalled long ago. (FWIW the app is GateWay Flash http://gbatemp.net/threads/app-gatewayflash.358753/ which just attempts to write files "raw" onto the SD card (i.e. from sector 0, ignoring any file system).. unlucky for me it was incompatible with my phone and ended up writing to sdcard0 instead of the external sd card)
RowanDDR said:
OK some progress, I've booted back into the phone and sdcard0 is now accessible via File Manager.
Can't seem to get mounted via USB though - usually I just plug in the USB cable and it asks for me for confirmation to connect. I'm still set to UMS, not sure what the problem is now.
And yes, the app was uninstalled long ago. (FWIW the app is GateWay Flash http://gbatemp.net/threads/app-gatewayflash.358753/ which just attempts to write files "raw" onto the SD card (i.e. from sector 0, ignoring any file system).. unlucky for me it was incompatible with my phone and ended up writing to sdcard0 instead of the external sd card)
Click to expand...
Click to collapse
you can try another kernel to see
Kitkat 4.4
Semaphore 3.4.0
Mackay kernel 0.603
Cyancore 3.5.0
Stock CM11 kernel + Linaro 4.8 and Mackay TWRP
or reflash the stock kernel to solve the issue
Check this out! Links to useful Guides and " Banned " Documentaries ​
Hmm I've never flashed a kernel before.
I'm reflashing the CM ROM now, does that also overwrite the kernel with the default CM kernel?
RowanDDR said:
Hmm I've never flashed a kernel before.
I'm reflashing the CM ROM now, does that also overwrite the kernel with the default CM kernel?
Click to expand...
Click to collapse
yup, that will do it, for flashing kernels just look here about it.
Check this out! Links to useful Guides and " Banned " Documentaries ​http://forum.xda-developers.com/showthread.php?t=2434225
Same issues after reflashing, can't format to ext4 or mount (can't mount sdcard0 or sdcard1). But both are accessible in recovery and CM File Manager.
RowanDDR said:
Same issues after reflashing, can't format to ext4 or mount (can't mount sdcard0 or sdcard1). But both are accessible in recovery and CM File Manager.
Click to expand...
Click to collapse
Easiest way to would be to get back (downgrade) to stock gingerbread ROM, using a PIT file to repartition the partitions, like here . After that upgrade gradually to Kit Kat again. I think, something messed up the system .
Check this out! Links to useful Guides and " Banned " Documentaries ​
Mounting is working again (for both sdcard-0 & sdcard1), after 2 reboots of my PC and trying a different USB port.. think my PC had got confused rather than the phone.
RowanDDR said:
Mounting is working again (for both sdcard-0 & sdcard1), after 2 reboots of my PC and trying a different USB port.. think my PC had got confused rather than the phone.
Click to expand...
Click to collapse
great, at least you finally got it resolved but its odd that, normally, your phone would indicate its mounted or mounting and PC would indicate unknown device . I have to add this somewhere here
Check this out! Links to useful Guides and " Banned " Documentaries ​http://forum.xda-developers.com/showthread.php?t=2537635
My Internal Storage is unmounted
xsenman said:
USB storage mode will allow you access on all Drives (SD cards) you have, so you can use PC to copy, edit, format etc. You do this direct from Phone settings or via CWM mount USB storage command. Anything to do with SD card read this for guide
Check this out! Links to useful Guides and " Banned " Documentaries ​
Click to expand...
Click to collapse
I have the same problem i tried from recovery to mount USB storage but when I select that option the following code appears:
Code:
/storage/sdcard0: Shared-Unmounted

Link2SD

Hello!
On lollipop i could use link2sd, but on marshmallow when i try create script i get message "mount: no such file or directory". How I can repair this?
My phone is Karbonn Sparkle V
Use memory card as internal memory in Marshmallow (warning: it will format your memory card so prepare a backup of your data). Better than link2sd but a drawback that you cannot remove sd card and use it on another mobile and also custom recovery cannot mount your memory card
I don't want to use a internal memory in Marshmallow (apps dont have access to sdcard and it can't download files for example games).
kompus said:
I don't want to use a internal memory in Marshmallow (apps dont have access to sdcard and it can't download files for example games).
Click to expand...
Click to collapse
Actually I used my card as internal memory and games work pretty well and Download their data in memory card
I use Apps2SD. It's beeter than link2sd and free.
hp5942 said:
Use memory card as internal memory in Marshmallow (warning: it will format your memory card so prepare a backup of your data). Better than link2sd but a drawback that you cannot remove sd card and use it on another mobile and also custom recovery cannot mount your memory card
Click to expand...
Click to collapse
I don't think it is better. Link2SD moves more files to SD card.
vjtigas said:
I don't think it is better. Link2SD moves more files to SD card.
Click to expand...
Click to collapse
Better for non rooted users
hp5942 said:
Better for non rooted users
Click to expand...
Click to collapse
so has anyone found out how to use link2sd in marshmallow?
Use apps2sd to create mount script and then install link2sd and remove apps2sd. Voila! You're set!
psiknight99 said:
Use apps2sd to create mount script and then install link2sd and remove apps2sd. Voila! You're set!
Click to expand...
Click to collapse
Hello, please can you share link to Apps2SD, what you mean? There are many on Play Store and mostly useless. Thanks a lot.
This is the one:
https://play.google.com/store/apps/details?id=in.co.pricealert.apps2sd
Is it also not working on CM13 or CM13 supports move app to ext sd.
I tried different mount scripts/command with no luck. It looks like during start Android is trying to mount sdext as FAT and is blocking Link2SD.
How to use link2sd with marshmallow?
Sent from my C2005 using Tapatalk
I have the same problem
kompus said:
Hello!
On lollipop i could use link2sd, but on marshmallow when i try create script i get message "mount: no such file or directory". How I can repair this?
My phone is Karbonn Sparkle V
Click to expand...
Click to collapse
I have the same problem?... Has someone solved? I have htc one A9 rooted and S-OFF
can some budy plz slove this problem because of only this resone i dont want to use android 6
best needed app is not working in android 6
I have the very same issue on cm13 where link2sd is telling me that mount script cannot be created due to non existing file or directory.
I wrote a mail to the dev two weeks ago but did not get any response which is utterly painful since I bought the pro version like two months ago. Just two weeks before upgrading to marshmallow...
Gesendet von meinem Moto G 2014 LTE mit Tapatalk
gothicVI said:
I have the very same issue on cm13 where link2sd is telling me that mount script cannot be created due to non existing file or directory.
I wrote a mail to the dev two weeks ago but did not get any response which is utterly painful since I bought the pro version like two months ago. Just two weeks before upgrading to marshmallow...
Gesendet von meinem Moto G 2014 LTE mit Tapatalk
Click to expand...
Click to collapse
Exactly!! I too bought the pro hoping for continuous support... I dont want any new features n stuff... just make it useable on MM
Found a workaround that works for me.
the_prodigal_coder said:
so has anyone found out how to use link2sd in marshmallow?
Click to expand...
Click to collapse
I found a workaround to make link2sd work on android 6.
The first time I installed and ran link2sd, during the creation of the boot script an error was raised about a missing /dev/block/vold/179:18 device.
So I logged in with a terminal and discover that the device in vold is no longer called 179:18 but public:179_18.
I created a symbolic link with the 179:18 name that points to the new device name, recreated the mount scripts and I have now the second SD partition automatically mounted and working to move apps with link2sd.
I sent an email to the app creator, I hope he can fix the issue now.
Below how I did:
- Write down the name of missing device from the error raised by link2SD when the mount script creation fails (eg. for me: /dev/block/vold/179:18)
- Open a terminal to open a local shell.
- Log in as the root user ("su" command)
- Change to the device dir and list the present devices.
Example for me (/dev/block/vold/179:18):
Code:
[email protected]: / # [B]cd /dev/block/vold[/B]
[email protected]: /dev/block/vold # [B]ls[/B]
disk:179_16 public:179_17 [B]public:179_18[/B]
[email protected]: /dev/block/vold #
- Identify the new device name: if for example the device name was "179:18", now the new one is "public:179_18"
- create a symbolic link named as the missing device that point to the new device name (replace the name with your device):
Code:
[email protected]: /dev/block/vold # [B]ln -s "public:179_18" "179:18"[/B]
- DO NOT REBOOT YET
- if you list files you should see the new link:
Code:
[email protected]: /dev/block/vold # [B]ls -l "179:18"[/B]
lrwxrwxrwx 1 root root 13 Feb 19 11:11 [B]179:18 -> public:179_18[/B]
- Open the link2SD app and from the menu choose "Recreate mount script" and accept to reboot when the script has been created.
link2SD should now be able to create the mount script.
When you reboot your device, the symbolic link that you created is deleted, but in my case the app created a mount script with 2 mounts:
- The first with the device using the symbolic link (that will fail because the link is gone)
- The second with the physical device (/dev/block/mmcblk1p2) that will successfully mount the 2nd sd partition
So, if it's the same for you, you will not need to modify the mount script.
The only issue (but not that annoying) now is that at every reboot android see the 2nd SD partition as corrupted and ask you to format it: I simply ignore it and dismiss the notification (If someone knows a way to make android ignore a specific disk device, let me know)
I don't know if this can work on all devices, I only could test with my galaxy tab 3.8 with A Bliss ROM.
Let me know if it works.
Manu
Will try it asap and report back, @wmanux! Did almost the same already but with a hard link (ln ... without the -s option) but it didn't work. Can you elaborate the difference a symbolic link makes?
Thx ahead bro!
Gesendet von meinem Moto G 2014 LTE mit Tapatalk

Categories

Resources