Code: Select all
$ mdir -i grub_disk.img ::
Total number of sectors not a multiple of sectors per track!
Add mtools_skip_check=1 to your .mtoolsrc file to skip this test
Code: Select all
$ mdir -i grub_disk.img ::
Total number of sectors not a multiple of sectors per track!
Add mtools_skip_check=1 to your .mtoolsrc file to skip this test
Code: Select all
dd if=my.image of=test bs=1 skip=19 count=2 &&
dump test &&
rm test
19th byte of the BPB is the offset to the 16-bit sector count (BPB_TotSec16 in the FAT12 documentation).Solar wrote: Curufir: What's that 'dd' of yours supposed to test?