mount sdcard to /sdcard

Search This thread

sams-roots

New member
Apr 6, 2014
2
0
is there anyway to mount the real sdcard to /sdcard?

i tried to edit the vold.fstab, but it just bootloop on the animation.


http://xdaforums.com/showpost.php?p=23347641&postcount=14

he is mounting to "/mnt/sdcard" while i used "/sdcard"

Code:
dev_mount sdcard /mnt/sdcard auto /devices/platform/msm_sdcc.3/mmc_host/mmc2

where should it be mount to or is it because of different phone?
 

k1mu

Senior Member
Apr 11, 2011
1,945
1,620
Virginia
is there anyway to mount the real sdcard to /sdcard?

i tried to edit the vold.fstab, but it just bootloop on the animation.


http://xdaforums.com/showpost.php?p=23347641&postcount=14

he is mounting to "/mnt/sdcard" while i used "/sdcard"

Code:
dev_mount sdcard /mnt/sdcard auto /devices/platform/msm_sdcc.3/mmc_host/mmc2

where should it be mount to or is it because of different phone?

/sdcard is normally a symbolic link pointing to /storage/emulated/legacy

There's an internal "sdcard" that normally gets mounted onto /mnt/shell/legacy from /init.qcom.rc - that's symlinked to /storage/emulated/legacy in that same file. It also appears to start up a daemon that re-mounts the internal "sdcard".

What are you trying to do? Normally the external SDcard is mounted to /mnt/extSdCard, so you should just store data there rather than /sdcard.

(Or /mnt/sdcard, /mnt/shell/legacy, /storage/emulated/legacy, or any of the other things simlinked to the internal sdcard.)