Hi, I've discovered a bug in ext2.c, inside grub_ext2_mount. The mount function must return GRUB_ERR_BAD_FS if something goes wrong, because grub_fs_probe would stop as soon as it sees a non-GRUB_ERR_BAD_FS error, thus preventing other fs driver from detecting the correct fs type. This patch fixes the problem.
-- Bean
ext2.diff
Description: Binary data
_______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel