:py:mod:`dissect.ffs` ===================== .. py:module:: dissect.ffs Submodules ---------- .. toctree:: :titlesonly: :maxdepth: 1 c_ffs/index.rst exceptions/index.rst ffs/index.rst Package Contents ---------------- Classes ~~~~~~~ .. autoapisummary:: dissect.ffs.FFS .. py:exception:: Error Bases: :py:obj:`Exception` Common base class for all non-exit exceptions. .. py:exception:: FileNotFoundError Bases: :py:obj:`Error` Common base class for all non-exit exceptions. .. py:exception:: NotADirectoryError Bases: :py:obj:`Error` Common base class for all non-exit exceptions. .. py:exception:: NotASymlinkError Bases: :py:obj:`Error` Common base class for all non-exit exceptions. .. py:class:: FFS(fh) .. py:method:: read_sb(fh, offset) :staticmethod: .. py:method:: cylinder_group(num) .. py:method:: cylinder_groups() .. py:method:: inode(inum, name=None, filetype=None, parent=None) .. py:method:: get(path, node=None) .. py:method:: iter_inodes()