On Thu, Oct 01, 2009 at 09:28:28PM +0200, Lawrence Rust wrote: > > > + /* Old floppies have a valid MBR signature */ > > > + if (ms->ms_pmagic[0] != 0x55 || ms->ms_pmagic[1] != 0xAA) > > > + return 1; > > > > there was a wrong comment in msdos_super_block, the ms_pmagic is at > > 0xef offset. The MBR signature is at 0x1ef. > > Well spotted, but I believe that we are both mistaken. This link: > http://support.microsoft.com/kb/140418 Applied (but without the STATIC_ASSERT), thanks. Karel -- Karel Zak <kzak@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html