| Crates.io | rufs |
| lib.rs | rufs |
| version | 0.6.0 |
| created_at | 2024-10-25 11:38:19.780393+00 |
| updated_at | 2025-09-27 20:16:37.890728+00 |
| description | FUSE implementation of FreeBSD's UFSv2 |
| homepage | |
| repository | https://github.com/realchonk/fuse-ufs |
| max_upload_size | |
| id | 1422411 |
| size | 105,416 |
$ git clone https://github.com/realchonk/fuse-ufs
$ cd fuse-ufs
$ make
# make install
Note: replace sdb1 with your FreeBSD's UFS partition.
$ fuse-ufs /dev/sdb1 /mnt
/dev/sdb1 /mnt fuse.fuse-ufs ro 0 0
or
/dev/sdb1 /mnt ufs ro 0 0
This project was sponsored as part of Google Summer of Code 2024. The final release during GSoC was 0.3.0.