| Crates.io | zffmount |
| lib.rs | zffmount |
| version | 2.0.0-beta.1 |
| created_at | 2021-10-17 22:00:58.700468+00 |
| updated_at | 2025-04-04 19:18:04.461192+00 |
| description | A command line utility to mount a zff container using FUSE. |
| homepage | https://zff.dev |
| repository | https://github.com/zff-team/zffmount |
| max_upload_size | |
| id | 466438 |
| size | 125,063 |
zffmount is a command line utility to mount a zff image using FUSE.
First, you need to install rust and cargo to build or install zffmount.
After that you still need some additional packages, which you can install as follows (depends on the distribution):
$ sudo apt-get install gcc pkg-config fuse3 libfuse-dev
$ sudo dnf install gcc pkg-config fuse3 fuse-devel
Then you can easily build this tool yourself by using cargo:
[/home/ph0llux/projects/zffmount] $ cargo build --release
Or you can install the tool directly from crates.io:
$ cargo install zffmount
Use zffmount -i <YOUR_ZFF_IMAGE.z01> -m /mnt/your_mountpoint to mount the image to /mnt/your_mountpoint.
The acquired data that underlies the image is represented as a dd file. This is an on-the-fly conversion.