Favor to ask of Droid Incredible user: SD Card/storage mount points?

tliebeck

Member
Joined
Feb 5, 2010
Messages
43
Reaction score
0
(Starting a new thread on this, last thread went fairly off-topic, though not in a bad way).

Hi all,

Wanted to ask a favor of any Incredible users. This phone is a bit different from other devices, in that it has INTERNAL storage memory rather than just an SD card.

If you have one, please try the following:

========================

Grab a terminal emulator app from the market and run it. Jack Palevich's "Android Terminal Emulator" is probably the best free option. Open the app.

Type "df" without the quotes and press enter.

Type "mount" without the quotes and press enter.

Press the menu key, then "email to". Either email it to yourself and post it here, or just email it to [email protected].

========================

If possible try it with and without an SD card in the phone. (No worries if this is inconvenient/annoying/too much trouble).

What I'm trying to figure out is where the Droid Incredible mounts the internal storage. The Android APi to retrieve this information is designed specifically for phones that use SD cards for user storage, so there's really no definition as to how the internal storage is accessed. I've asked this on stackoverflow and #android-dev in IRC, without a definitive answer for the Droid Incredible.

Additional note to any developers reading this...it's a BAD idea to spec a path to storage in any case...still would recommend using android.os.Environment.getExternalStorageDirectory ()

Thanks for any help, really appreciate it!
 

adrynalyne

Premium Member
Premium Member
Developer
Joined
Dec 21, 2009
Messages
2,895
Reaction score
5
df
/dev: 206952K total, 0K used, 206952K available (block size 4096)
/sqlite_stmt_journals: 4096K total, 0K used, 4096K available (block size 4096)
/system: 253952K total, 199504K used, 54448K available (block size 4096)
/data: 765992K total, 53904K used, 712088K available (block size 4096)
/data/data: 152576K total, 20696K used, 131880K available (block size 4096)
/cache: 198337K total, 7620K used, 190717K available (block size 1024)

mount
rootfs / rootfs ro 0 0
tmpfs /dev tmpfs rw,mode=755 0 0
devpts /dev/pts devpts rw,mode=600 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
tmpfs /sqlite_stmt_journals tmpfs rw,size=4096k 0 0
none /dev/cpuctl cgroup rw,cpu 0 0
/dev/block/mtdblock3 /system yaffs2 ro 0 0
/dev/block/mmcblk0p1 /data ext3 rw,nosuid,noatime,nodiratime,errors=continue,data=ordered 0 0
/dev/block/mtdblock6 /data/data yaffs2 rw,nosuid,nodev 0 0
/dev/block/mmcblk0p2 /cache ext3 rw,nosuid,nodev,noatime,nodiratime,errors=continue,data=ordered 0 0
 

adrynalyne

Premium Member
Premium Member
Developer
Joined
Dec 21, 2009
Messages
2,895
Reaction score
5
Without sd card.



df
/dev: 206952K total, 0K used, 206952K available (block size 4096)
/sqlite_stmt_journals: 4096K total, 0K used, 4096K available (block size 4096)
/system: 253952K total, 199504K used, 54448K available (block size 4096)
/data: 765992K total, 53908K used, 712084K available (block size 4096)
/data/data: 152576K total, 20744K used, 131832K available (block size 4096)
/cache: 198337K total, 7620K used, 190717K available (block size 1024)
/emmc: 6920512K total, 1389792K used, 5530720K available (block size 32768)

mount
mount
rootfs / rootfs ro 0 0
tmpfs /dev tmpfs rw,mode=755 0 0
devpts /dev/pts devpts rw,mode=600 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
tmpfs /sqlite_stmt_journals tmpfs rw,size=4096k 0 0
none /dev/cpuctl cgroup rw,cpu 0 0
/dev/block/mtdblock3 /system yaffs2 ro 0 0
/dev/block/mmcblk0p1 /data ext3 rw,nosuid,noatime,nodiratime,errors=continue,data=ordered 0 0
/dev/block/mtdblock6 /data/data yaffs2 rw,nosuid,nodev 0 0
/dev/block/mmcblk0p2 /cache ext3 rw,nosuid,nodev,noatime,nodiratime,errors=continue,data=ordered 0 0
/dev/block//vold/179:3 /emmc vfat rw,dirsync,nosuid,nodev,noexec,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=002
0,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
 
OP
T

tliebeck

Member
Joined
Feb 5, 2010
Messages
43
Reaction score
0
Thanks!

In the first post I take it *NO* storage is available on the phone?

Looks like /emmc is the storage. I wonder if there's a "symlink" back to the /sdcard dir inside that /emmc directory.

Planning on running over to a Verizon store today as well....hopefully they have these out on display.
 

adrynalyne

Premium Member
Premium Member
Developer
Joined
Dec 21, 2009
Messages
2,895
Reaction score
5
I have about 5gb free of internal storage, but my sd card is almost full. Naturally, I took it out on the second post ;)
 

adrynalyne

Premium Member
Premium Member
Developer
Joined
Dec 21, 2009
Messages
2,895
Reaction score
5
And you are right, /emmc is the storage. Let me see what all is in it, hidden wise.
 

adrynalyne

Premium Member
Premium Member
Developer
Joined
Dec 21, 2009
Messages
2,895
Reaction score
5
ls
LOST.DIR
albumthumbs
DCIM
HTCSync2.0.25.exe
MP3
Video

The only hidden directories are for footprints.
 

gsf

Member
Joined
Apr 19, 2010
Messages
44
Reaction score
0
I have about 5gb free of internal storage, but my sd card is almost full. Naturally, I took it out on the second post ;)

How did you move (stored) files/video/photos from the phone to the SD-Card
 
Top