Results 1 to 4 of 4
  1. #1
    offline Maybe Modder
    Join Date
    Dec 2009
    Posts
    49
    Thanks
    3
    Thanked 7 Times in 6 Posts
    Downloads
    1
    Uploads
    0

    how to manually mount sdcard?

    What would the commands in term emu or adb shell to mount sdcard? I know the cmd for /system , but not sdcard, tia.

  2. #2
    offline Banned
    Join Date
    Jun 2010
    Posts
    240
    Thanks
    18
    Thanked 144 Times in 41 Posts
    Downloads
    8
    Uploads
    0
    adb shell
    mount /sdcard

    Should do the job, from there push files accordingly

  3. #3
    offline Maybe Modder
    Join Date
    Dec 2009
    Posts
    49
    Thanks
    3
    Thanked 7 Times in 6 Posts
    Downloads
    1
    Uploads
    0
    thanks, but not what i ment, lol. i ment android is not mounting it by default, doesnt see its there.

    ie mount system rw/ro would be (out of memory) "mount -o rw,remount -t yaffs2 dev/mtd/mtd03 /system"

  4. #4
    nerd65536's Avatar
    offline Itty Bitty Modder
    Join Date
    Feb 2010
    Posts
    7
    Thanks
    2
    Thanked 3 Times in 3 Posts
    Downloads
    4
    Uploads
    0
    Code:
    mount -t vfat -o rw,dirsync,nosuid,nodev,noexec,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro /dev/block/vold/179:1 /sdcard
    Most of -o settings are optional, but I copied exactly how my sdcard is currently mounted.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •