Skip to main content

Library for read only interactions with an ext4 filesystem

Reason this release was yanked:

Also broken. I need to add tests to this project

Project description

ext4 on PyPI

Ext4

Library for read only interactions with an ext4 filesystem.

from ext4 import Volume

# Extract raw ext4 image
with open("image.ext4", "rb") as f:
    # Extract specific file
    volume = Volume(image, offset=0)
    inode = volume.inode_at("/etc/version")
    with open("version", "wb") as f:
        f.write(inode.open().read())

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ext4-1.0.4.tar.gz (16.8 kB view details)

Uploaded Source

Built Distribution

ext4-1.0.4-py3-none-any.whl (20.3 kB view details)

Uploaded Python 3

File details

Details for the file ext4-1.0.4.tar.gz.

File metadata

  • Download URL: ext4-1.0.4.tar.gz
  • Upload date:
  • Size: 16.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for ext4-1.0.4.tar.gz
Algorithm Hash digest
SHA256 0673e2b615cf4d6fe4374cd7c136080e9e98dd1eddb04aaa5e68f66f74a69e1c
MD5 03c679cec6c1d925bac5ca6be3f78638
BLAKE2b-256 f04faf68a13659c84ba33af170439958e178564f55791dbf7bf7a7acaa241a75

See more details on using hashes here.

File details

Details for the file ext4-1.0.4-py3-none-any.whl.

File metadata

  • Download URL: ext4-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 20.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for ext4-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 f2980082be2fa500b6fd257bb703331ed48bb30610d561316042373f6f9bd7e6
MD5 ad9753e6d3ed1bb7d4e203c00f20915f
BLAKE2b-256 ba3b6bf8db13341b0bb466560a2635f93a7d71de003e196827b77a717ca5dcb0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page