| Crates.io | rufs |
| lib.rs | rufs |
| version | 0.5.0 |
| created_at | 2024-10-25 11:38:19.780393+00 |
| updated_at | 2025-05-15 16:19:26.252153+00 |
| description | FUSE implementation of FreeBSD's UFSv2 |
| homepage | |
| repository | https://github.com/realchonk/fuse-ufs |
| max_upload_size | |
| id | 1422411 |
| size | 105,956 |
$ 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.