Commit 708df707 by dorpvom

added more specific fat/ntfs mbr distinction

parent 6b3b13f2
...@@ -288,19 +288,18 @@ ...@@ -288,19 +288,18 @@
>0x64 beshort ^0x2004 v1 dirs) >0x64 beshort ^0x2004 v1 dirs)
>0x64 beshort &0x2004 v2 dirs) >0x64 beshort &0x2004 v2 dirs)
# DOS/MBR boot sector updated by Joerg Jenderek at Sep 2007,May 2011,2013
# for any allowed sector sizes # FAT and NTFS magic
30 search/481 \x55\xAA 0x36 string FAT FAT filesystem
# to display DOS/MBR boot sector (40) before old one (strength=50+21),Syslinux bootloader (71),SYSLINUX MBR (37+36),NetBSD mbr (110),AdvanceMAME mbr (111) !:mime filesystem/fat
# DOS BPB information (70) and after DOS floppy (120) like in previous file version
!:strength +65 0x3 string NTFS NTFS filesystem
# for sector sizes < 512 Bytes !:mime filesystem/ntfs
>11 uleshort <512
>>(11.s-2) uleshort 0xAA55 DOS/MBR boot sector # DOS/MBR signifier (55AA)
!:mime filesystem/dosmbr 0x1FE string \x55\xAA DOS boot sector
# for sector sizes with 512 or more Bytes !:mime filesystem/dosmbr
>0x1FE leshort 0xAA55 DOS/MBR boot sector
!:mime filesystem/dosmbr
9564 lelong 0x00011954 Unix Fast File system [v1] (little-endian), 9564 lelong 0x00011954 Unix Fast File system [v1] (little-endian),
!:mime filesystem/ffs !:mime filesystem/ffs
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment