rawdisk.plugins.filesystems.ext2 package¶
Submodules¶
rawdisk.plugins.filesystems.ext2.ext2 module¶
Linux Ext2 volume:
offset size description¶
0x0 1024 boot block (unused) 0x400 1024 superblock
-
class
rawdisk.plugins.filesystems.ext2.ext2.Ext2[source]¶ Bases:
rawdisk.plugins.categories.IFilesystemPluginPlugin for Linux partition(s)
-
detect(filename, offset, standalone=False)[source]¶ Method is called by detector for each plugin, that is registered with
FilesystemDetector.
-
mbr_identifiers¶ Should return a list (usually one) of MBR identifiers that are used to detect this volume
-
rawdisk.plugins.filesystems.ext2.ext2_volume module¶
rawdisk.plugins.filesystems.ext2.superblock module¶
-
class
rawdisk.plugins.filesystems.ext2.superblock.SuperBlock(**kwargs)[source]¶ Bases:
rawdisk.util.rawstruct.RawStructExt2 (and probably other ExtN) superblock. See http://wiki.osdev.org/Ext2#Superblock