[TUTORIAL] How to Mount SD card manually? (SOLVED)

Search This thread

asvantypography

Senior Member
Apr 18, 2012
400
213
Unknown
create emmc.sh on sdcard
open emmc.sh
copy this command :
busybox mount -t vfat -o rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020 /dev/block/mmcblk1p1 /sdcard/emmc
to emmc .sh
save it

open script manager.. you can download on playstore
choose emmc.sh
klik su & boot,, then run it.,

done ;)

download my emmc.sh = http://db.tt/1rM9BtLz

hit thanks button :thumbup::D
 
Last edited:

asvantypography

Senior Member
Apr 18, 2012
400
213
Unknown
it fixed now..
i open terminal
then type

su
mkdir /sdcard/emmc
busybox mount -t vfat -o rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020 /dev/block/mmcblk1p1 /sdcard/emmc

done ;)

Sent from my GT-P1000 using xda premium
 

mr_dell_boy

Member
Apr 10, 2010
12
2
it fixed now..
i open terminal
then type

su
mkdir /sdcard/emmc
busybox mount -t vfat -o rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020 /dev/block/mmcblk1p1 /sdcard/emmc

done ;)

Sent from my GT-P1000 using xda premium

this worked fine for me 2, thnku:cyclops:
but lost after reboot :(
 
Last edited:

asvantypography

Senior Member
Apr 18, 2012
400
213
Unknown
Thanks for sharing the solution, appreciated.:good:

thank you




this worked fine for me 2, thnku:cyclops:
but lost after reboot :(

create emmc.sh on sdcard
open emmc.sh
copy thus command busybox mount -t vfat -o rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020 /dev/block/mmcblk1p1 /sdcard/emmc
to emmc .sh
save it

open script manager.. you can download on playstore
choose emmc.sh
klik boot,, then run it.,

done ;)




Sent from my Galaxy Tab (CM10) using xda Premium
 

boypalos

Member
May 8, 2011
10
1
The suggestion of script manager works like a charm.... thanks.. ;)

Sent from my GT-P1000 using xda app-developers app
 

RED ZMAN

Senior Member
I can't seem to get this to work.

I'm running build 3.

I created a folder named emmc on the /sdcard folder.

I made a file using es file manager named emmc.sh

I opened it and put in the above script, double and triple checked spelling, capitalization, and spacing, and saved it.

I downloaded sm script manager from the market, and opened it. I opened the emmc.sh file in script manager, clicked on the boot icon which highlighted it, and then clicked run. It ran it, showed some message at the end...

There are filesystem-specific -o flags.

I've rebooted and checked, and the emmc folder is empty.

Any advice/help?
 
Last edited:

asvantypography

Senior Member
Apr 18, 2012
400
213
Unknown
I can't seem to get this to work.

I'm running build 3.

I created a folder named emmc on the /sdcard folder.

I made a file using es file manager named emmc.sh

I opened it and put in the above script, double and triple checked spelling, capitalization, and spacing, and saved it.

I downloaded sm script manager from the market, and opened it. I opened the emmc.sh file in script manager, clicked on the boot icon which highlighted it, and then clicked run. It ran it, showed some message at the end...

There are filesystem0specific -o flags.

I've rebooted and checked, and the emmc folder is empty.

Any advice/help?

re-run the script.. reboot

Sent from my Galaxy Tab (CM10) using xda Premium
 

asvantypography

Senior Member
Apr 18, 2012
400
213
Unknown
I have, I've done it about 10 times now.

Every time I open SM Script Manager it has "delete alias" button hilighted, but everything else looks right.

I went to the market and installed Busy Box, but still showing the folders as empty.

open terminal
type
su
sh /sdcard/emmc.sh

open emmc folder,, taraa

Sent from my Galaxy Tab (CM10) using xda Premium
 
  • Like
Reactions: RED ZMAN

RED ZMAN

Senior Member
6b041ca6-6422-880c.jpg


Thought I'd share this.

Blasted from my HTC Rezound (Zone23s Newtified 3.2.1)

---------- Post added at 12:30 PM ---------- Previous post was at 12:04 PM ----------

Perhaps someone can upload a premade emmc.sh file so no one else screws it up? I looked at it all again, I think it is all right.
 

asvantypography

Senior Member
Apr 18, 2012
400
213
Unknown
6b041ca6-6422-880c.jpg


Thought I'd share this.

Blasted from my HTC Rezound (Zone23s Newtified 3.2.1)

---------- Post added at 12:30 PM ---------- Previous post was at 12:04 PM ----------

Perhaps someone can upload a premade emmc.sh file so no one else screws it up? I looked at it all again, I think it is all right.

download my emmc.sh http://db.tt/Pcl2ew1r

Sent from my Galaxy Tab (CM10) using xda Premium
 

RED ZMAN

Senior Member
THAT finally worked. Thank you very much!

I downloaded it, moved it to /sdcard , opened up SM Script Manager and clicked on it.

Ran it, exited SM Script Manager, and rebooted.

emmc now has files.

Hope this helps others.

The only thing I found strange, is when I went to Titanium Backup to restore a few things, it is showing it as....

External Storage : /storage/sdcard0
Backup Directory : /storage/sdcard0/emmc/TB Backups

Any trouble to come of this ?
 

asvantypography

Senior Member
Apr 18, 2012
400
213
Unknown
THAT finally worked. Thank you very much!

I downloaded it, moved it to /sdcard , opened up SM Script Manager and clicked on it.

Ran it, exited SM Script Manager, and rebooted.

emmc now has files.

Hope this helps others.

The only thing I found strange, is when I went to Titanium Backup to restore a few things, it is showing it as....

External Storage : /storage/sdcard0
Backup Directory : /storage/sdcard0/emmc/TB Backups

Any trouble to come of this ?

just cut TB Backups into /storage/sdcard0

Sent from my Galaxy Tab (CM10) using xda Premium
 

priyana

Senior Member
Jul 21, 2007
3,172
1,278
You need to make the /sdcard/emmc directory.

Sent from my GT-I9300 using xda app-developers app
 

Top Liked Posts

  • There are no posts matching your filters.
  • 5
    Thanks for sharing the solution, appreciated.:good:

    thank you




    this worked fine for me 2, thnku:cyclops:
    but lost after reboot :(

    create emmc.sh on sdcard
    open emmc.sh
    copy thus command busybox mount -t vfat -o rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020 /dev/block/mmcblk1p1 /sdcard/emmc
    to emmc .sh
    save it

    open script manager.. you can download on playstore
    choose emmc.sh
    klik boot,, then run it.,

    done ;)




    Sent from my Galaxy Tab (CM10) using xda Premium
    4
    create emmc.sh on sdcard
    open emmc.sh
    copy this command :
    busybox mount -t vfat -o rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020 /dev/block/mmcblk1p1 /sdcard/emmc
    to emmc .sh
    save it

    open script manager.. you can download on playstore
    choose emmc.sh
    klik su & boot,, then run it.,

    done ;)

    download my emmc.sh = http://db.tt/1rM9BtLz

    hit thanks button :thumbup::D
    3
    it fixed now..
    i open terminal
    then type

    su
    mkdir /sdcard/emmc
    busybox mount -t vfat -o rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020 /dev/block/mmcblk1p1 /sdcard/emmc

    done ;)

    Sent from my GT-P1000 using xda premium
    2
    6b041ca6-6422-880c.jpg


    Thought I'd share this.

    Blasted from my HTC Rezound (Zone23s Newtified 3.2.1)

    ---------- Post added at 12:30 PM ---------- Previous post was at 12:04 PM ----------

    Perhaps someone can upload a premade emmc.sh file so no one else screws it up? I looked at it all again, I think it is all right.

    download my emmc.sh http://db.tt/Pcl2ew1r

    Sent from my Galaxy Tab (CM10) using xda Premium
    1
    I have, I've done it about 10 times now.

    Every time I open SM Script Manager it has "delete alias" button hilighted, but everything else looks right.

    I went to the market and installed Busy Box, but still showing the folders as empty.

    open terminal
    type
    su
    sh /sdcard/emmc.sh

    open emmc folder,, taraa

    Sent from my Galaxy Tab (CM10) using xda Premium