On 18/05/16 11:12, lede at daniel.thecshore.com wrote: > + if (!strncmp(pr->id->name, "vfat", 4)) { > + ckfs = e2fsck; > + } else if (!strncmp(pr->id->name, "ext", 3)) { > + ckfs = dosfsck; Is this the wrong way round?