April 2020
Intermediate to advanced
400 pages
10h 12m
English
The filesystems supported by the Android kernel can be determined by checking the contents of the filesystems file in the proc folder. The content of this file can be viewed using the # cat /proc/filesystems command:

In the preceding output, the first column tells us whether the filesystem is mounted on the device. The ones with the nodev property are not mounted on the device.
The second column lists all the filesystems present on the device. A simple mount command displays different partitions available on the device, as follows:
Read now
Unlock full access