Android 内存问题,知道的来!!

2014-11-30 13:23:32 +08:00
 karonl
手机提示空间不够不足以安装新的软件,那么问题来了,手机内置存储那么多g都存储了些什么东西?
手机有ram,rom,sd,还有什么存储空间么?
5771 次点击
所在节点    问与答
28 条回复
karonl
2014-11-30 21:14:08 +08:00
@fxdmt 有所了解,我就是找了个小到rom,效果还是可以看出来到。你到意思所内置sd卡外到东西就是系统到东西,也就是root看到到东西吗?
karonl
2014-11-30 21:14:38 +08:00
@icedx 能看到这些分区到大小吗?
icedx
2014-11-30 21:32:03 +08:00
@karonl
wwqgtxx
2014-12-01 00:07:02 +08:00
@karonl 是的
有一部分手机的内置sd卡是/data分区下的特殊目录,我的荣耀3c在/data/media/0这个目录下
而有一部分手机的内置sd卡是单独分区的,就像电脑中的c d e f分区一样
wwqgtxx
2014-12-01 00:07:56 +08:00
@karonl 看我的信息
root@hwH30-U10:/ # mount
rootfs / rootfs ro,relatime 0 0
tmpfs /dev tmpfs rw,nosuid,relatime,mode=755 0 0
devpts /dev/pts devpts rw,relatime,mode=600 0 0
none /dev/cpuctl cgroup rw,relatime,cpu 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
none /acct cgroup rw,relatime,cpuacct 0 0
tmpfs /mnt/secure tmpfs rw,relatime,mode=700 0 0
tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0
/dev/block/dm-0 /mnt/asec/com.xidige.qvmerger-2 ext4 ro,dirsync,nosuid,nodev,noatime 0 0
tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0
tmpfs /storage/emulated tmpfs rw,relatime,mode=705,uid=1023,gid=1023 0 0
tmpfs /storage/emulated tmpfs rw,nosuid,nodev,relatime,mode=050,gid=1028 0 0
emmc@cust /cust ext4 ro,noatime,data=ordered 0 0
/emmc@android /system ext4 ro,relatime,noauto_da_alloc,commit=1,data=ordered 0 0
/emmc@usrdata /data ext4 rw,nosuid,nodev,noatime,noauto_da_alloc,data=ordered 0 0
tmpfs /data/local_neighbour tmpfs rw,nodev,noatime,nodiratime,size=10240k,mode=755 0 0
/emmc@cache /cache ext4 rw,nosuid,nodev,noatime,noauto_da_alloc,data=ordered 0 0
/emmc@protect_f /protect_f ext4 rw,nosuid,nodev,noatime,nodelalloc,noauto_da_alloc,commit=1,data=ordered 0 0
/emmc@protect_s /protect_s ext4 rw,nosuid,nodev,noatime,nodelalloc,noauto_da_alloc,commit=1,data=ordered 0 0
/dev/block/loop0 /mnt/cd-rom iso9660 ro,relatime 0 0
/dev/fuse /mnt/shell/emulated fuse rw,nosuid,nodev,relatime,user_id=1023,group_id=1023,default_permissions,allow_other 0 0
/dev/block/vold/179:97 /storage/sdcard1 vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0002,dmask=0002,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
tmpfs /storage/sdcard1/.android_secure tmpfs ro,relatime,size=0k,mode=000 0 0
/dev/fuse /storage/emulated/0 fuse rw,nosuid,nodev,relatime,user_id=1023,group_id=1023,default_permissions,allow_other 0 0
/dev/fuse /storage/emulated/0/Android/obb fuse rw,nosuid,nodev,relatime,user_id=1023,group_id=1023,default_permissions,allow_other 0 0
/dev/fuse /storage/emulated/legacy fuse rw,nosuid,nodev,relatime,user_id=1023,group_id=1023,default_permissions,allow_other 0 0
/dev/fuse /storage/emulated/legacy/Android/obb fuse rw,nosuid,nodev,relatime,user_id=1023,group_id=1023,default_permissions,allow_other 0 0
root@hwH30-U10:/ #
wwqgtxx
2014-12-01 00:09:32 +08:00
@karonl 这个信息更详细
root@hwH30-U10:/ # busybox df -h
Filesystem Size Used Available Use% Mounted on
tmpfs 990.6M 64.0K 990.6M 0% /dev
tmpfs 990.6M 0 990.6M 0% /mnt/secure
tmpfs 990.6M 0 990.6M 0% /mnt/asec
/dev/block/dm-0 11.1M 9.6M 1.5M 87% /mnt/asec/com.xidige.qvmerger-2
tmpfs 990.6M 0 990.6M 0% /mnt/obb
tmpfs 990.6M 0 990.6M 0% /storage/emulated
tmpfs 990.6M 0 990.6M 0% /storage/emulated
emmc@cust 189.1M 20.2M 168.9M 11% /cust
/emmc@android 1.2G 475.7M 785.3M 38% /system
/emmc@usrdata 5.5G 5.0G 583.2M 90% /data
tmpfs 10.0M 0 10.0M 0% /data/local_neighbour
/emmc@cache 123.1M 5.5M 117.6M 4% /cache
/emmc@protect_f 8.9M 4.1M 4.8M 46% /protect_f
/emmc@protect_s 8.9M 4.1M 4.8M 46% /protect_s
/dev/block/loop0 958.0K 958.0K 0 100% /mnt/cd-rom
/dev/fuse 5.5G 5.0G 533.2M 90% /mnt/shell/emulated
/dev/block/vold/179:97
14.6G 14.5G 129.5M 99% /storage/sdcard1
/dev/fuse 5.5G 5.0G 533.2M 90% /storage/emulated/0
/dev/fuse 5.5G 5.0G 533.2M 90% /storage/emulated/0/Android/obb
/dev/fuse 5.5G 5.0G 533.2M 90% /storage/emulated/legacy
/dev/fuse 5.5G 5.0G 533.2M 90% /storage/emulated/legacy/Android/obb
root@hwH30-U10:/ #
karonl
2014-12-01 01:42:01 +08:00
@wwqgtxx 怎么弄到这个到?
wwqgtxx
2014-12-01 06:06:12 +08:00
@karonl 终端模拟器

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/150400

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX