Thread: how to manually mount sdcard?
- 08-23-2010, 11:27 AM #1
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.
- 08-23-2010, 07:33 PM #2
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
- 08-23-2010, 11:20 PM #3
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"
- 08-24-2010, 06:10 PM #4Most of -o settings are optional, but I copied exactly how my sdcard is currently mounted.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


LinkBack URL
About LinkBacks
Reply With Quote
