<div dir="ltr"><div><div>Hello,<br></div><div><br></div>I&#39;m porting CRIU on Android.<br><br>When I run CRIU, it fails with the following<br>Error (mount.c:601): FS mnt ./cache dev 0x1f00002 root / unsupported id 28<br><br><br>This is what I found in dump.log<br><br>(00.096659)     type ext4 source /dev/block/mtdblock0 mnt_id 0x26 s_dev 0x1f00000 / @ ./system flags 0x200001 options data=ordered<br>(00.096844)     type ext4 source /dev/block/mtdblock1 mnt_id 0x27 s_dev 0x1f00001 / @ ./data flags 0x406 options data=ordered<br>(00.097010)     type ext4 source /dev/block/mtdblock2 mnt_id 0x28 s_dev 0x1f00002 / @ ./cache flags 0x406 options data=ordered<br><br></div><div>As seen, all (mtdblock*) is ext4 based, but CRIU complains about &quot;cache&quot; partition. Any clue as to why this is the case?<br></div><div>I don&#39;t see ext4 in &quot;static struct fstype fstypes[]&quot;<br><br></div><div>-Lilo<br></div></div>