android system file system

See all partitions:
CAT / proc / Partitions
android system file system
to view the name or number (energetic processor)
LS -l /dev/block/platform/msm_sdcc.1/by-name
LS -l /dev/block/platform/msm_sdcc.1/ by-num
android system file system
export a partition
chmod 604 / dev / Block / mmcblk0p9
adb pull / dev / Block / mmcblk0p9
android system file system
view of a partition
File mmcblk0p9
OD the X--A -t x1 mmcblk0p9 | More
android system file system
View all mounted point
android system file system
Details
android system file system

Guess you like

Origin blog.51cto.com/haidragon/2400684