当前位置: 代码迷 >> Android >> android下有dumpe2fs命令吗?解决思路
  详细解决方案

android下有dumpe2fs命令吗?解决思路

热度:66   发布时间:2016-04-28 02:01:03.0
android下有dumpe2fs命令吗?
为了查看磁盘inode,block等信息
------解决思路----------------------
试试这些
df
cat /proc/dumchar_info
cat /etc/recovery.fstab
cat /proc/partitions
  相关解决方案