123456789101112131415161718192021222324252627282930313233343536 |
- Subject: Adding updated magics for BTRFS
- Author: Russell Coker <russell@coker.com.au>
- Bug-Debian: https://bugs.debian.org/663454
- Forwarded: http://mx.gw.com/pipermail/file/2015/001755.html
- Last-Update: 2015-08-23
- --- a/magic/Magdir/filesystems
- +++ b/magic/Magdir/filesystems
- @@ -2210,12 +2210,21 @@
- >>0x10060 string >\0 lockproto %s)
-
- # BTRFS
- -0x10040 string _BHRfS_M BTRFS Filesystem
- ->0x1012b string >\0 (label "%s",
- ->0x10090 lelong x sectorsize %d,
- ->0x10094 lelong x nodesize %d,
- ->0x10098 lelong x leafsize %d)
- -
- +# Russell Coker <russell@coker.com.au>
- +0x10040 string _BHRfS_M BTRFS Filesystem
- +>0x1012b string >\0 label "%s",
- +>0x10090 lelong x sectorsize %d,
- +>0x10094 lelong x nodesize %d,
- +>0x10098 lelong x leafsize %d,
- +>0x10020 belong x UUID=%8x-
- +>0x10024 beshort x \b%4x-
- +>0x10026 beshort x \b%4x-
- +>0x10028 beshort x \b%4x-
- +>0x1002a beshort x \b%4x
- +>0x1002c belong x \b%8x,
- +>0x10078 lequad x %lld/
- +>0x10070 lequad x \b%lld bytes used,
- +>0x10088 lequad x %lld devices
-
- # dvdisaster's .ecc
- # From: "Nelson A. de Oliveira" <naoliv@gmail.com>
|