dfxml:ftype

A numerical encoding of the file system type. The SleuthKit uses a custom
enumeration of types known to the code base; the Linux kernel source code uses a different
enumeration for recognized file systems.

Element Information

Model

Attributes

Used By

Element dfxml:volume

Source

<xs:element name="ftype" type="dfxml:positiveInteger">
  <xs:annotation>
    <xs:documentation>A numerical encoding of the file system type. The SleuthKit uses a custom enumeration of types known to the code base; the Linux kernel source code uses a different enumeration for recognized file systems.</xs:documentation>
  </xs:annotation>
</xs:element>

Sample