Droid X memory configuration

Se7enLC

Active Member
Joined
Nov 16, 2009
Messages
1,262
Reaction score
0
Can somebody with a Droid X tell me how the storage is configured on a Droid X?

On the Droid, we have 512MB, broken up as follows:
140MB /system
260MB /data
92MB /cache

and an SD card

You Droid X holders are lucky enough to have 8GB internal. Would somebody mind running "df -h" to get a listing of which partitions have what space?
 
Last edited:
OP
S

Se7enLC

Active Member
Joined
Nov 16, 2009
Messages
1,262
Reaction score
0
How do I do that?

Install a terminal emulator (Android Terminal Emulator in the market I think is a good one), then type this:
Code:
df -h

I think that should work. If not, try it without the -h. You may need to have busybox installed, I'm not sure.
 
Top