Skip to main content

Userspace filesystem for remarkable update files

Project description

reMarkable Update FUSE

Mount remarkable update files using FUSE

pip install remarkable_update_fuse
mkdir /mnt/signed /mnt/image

# Fully userspace
rmufuse path/to/update_file.signed /mnt/signed
ext4fuse /mnt/signed/image.ext4 /mnt/image

# Using loopback
# Ensure /etc/fuse.conf has user_allow_other
rmufuse -o allow_root path/to/update_file.signed /mnt/signed
mount /mnt/signed/image.ext4 /mnt/image

Building

Dependencies:

  • curl
  • python
  • python-build
  • python-pip
  • python-pipx
  • python-venv
  • python-wheel
make # Build wheel and sdist packages in dist/
make wheel # Build wheel package in dist/
make sdist # Build sdist package in dist/
make dev # Test mounting 2.15.1.1189 to .venv/mnt
make install # Build wheel and install it with pipx or pip install --user

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

remarkable_update_fuse-0.0.1.tar.gz (9.2 kB view details)

Uploaded Source

File details

Details for the file remarkable_update_fuse-0.0.1.tar.gz.

File metadata

File hashes

Hashes for remarkable_update_fuse-0.0.1.tar.gz
Algorithm Hash digest
SHA256 8f2452c724837920742e718b757b66651728892fc0366502f14427ff363c08e2
MD5 d5118fd4b866ca1b1d05eaec3e432502
BLAKE2b-256 2c810881ed1c82f7f1a3296a775916e1acee4e32793fe65d3c6d44d101922dd0

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