connglli / blog-notes

My personal notes ✍️
MIT License
32 stars 2 forks source link

AOSP Images, Pseudo-Filesystems, and Mount Points on Android #52

Open connglli opened 4 years ago

connglli commented 4 years ago

Image Disks

what are these :warning: TO BE ADDED

References

RamDisk

:warning: TO BE ADDED

what is it?

difference ramdisk, ramfs, tmpfs?

how to use them?

References

Pseudo-Filesystems Android Uses

proc

sysfs

cgroup

tmpfs

debugfs

functionfs

References

MountPoint on Android

about mount command in Android :thinking: TODO: Learn more

Use mount to see all mount points of Andorid

The root file system is mounted using the ramdisk.img, it is actually a readonly rootfs RamDisk