:py:mod:`dissect.volume.lvm` ============================ .. py:module:: dissect.volume.lvm Submodules ---------- .. toctree:: :titlesonly: :maxdepth: 1 c_lvm2/index.rst lvm2/index.rst metadata/index.rst physical/index.rst Package Contents ---------------- Classes ~~~~~~~ .. autoapisummary:: dissect.volume.lvm.LVM2 dissect.volume.lvm.LVM2Device .. py:class:: LVM2(fh: Union[list[Union[BinaryIO, dissect.volume.lvm.physical.LVM2Device]], Union[BinaryIO, dissect.volume.lvm.physical.LVM2Device]]) Logical Volume Manager .. py:property:: vg :type: dissect.volume.lvm.metadata.VolumeGroup .. py:method:: __repr__() -> str Return repr(self). .. py:class:: LVM2Device(fh: BinaryIO) .. py:method:: __repr__() -> str Return repr(self). .. py:method:: metadata() -> Optional[dict] .. py:method:: read_sectors(sector: int, count: int) -> bytes .. py:method:: open() -> BinaryIO