December 2018
Beginner to intermediate
328 pages
8h 29m
English
The filesystems supported by the Android kernel can be determined by checking the content of the filesystems file present in the proc folder. The content of this file can be viewed using the following command:
j7xelte:/ # cat /proc/filesystems nodev sysfs nodev rootfs nodev tmpfs nodev bdev nodev proc nodev cgroup nodev devtmpfs nodev debugfs nodev securityfs nodev sockfs nodev pipefs nodev ramfs nodev configfs nodev devpts ext3 ext2 ext4 nodev sdcardfs cramfs vfat msdos sdfat nodev ecryptfs fuseblk nodev fuse nodev fusectl f2fs nodev pstore nodev selinuxfs nodev functionfs
In the preceding output, the filesystems preceded by the nodev property are not mounted on the device.
Read now
Unlock full access