Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nektro/mount.ufs

[WIP] A FUSE filesystem client for mounting UFS partitions, mainly used by FreeBSD and its derivatives.
https://github.com/nektro/mount.ufs

freebsd fuse linux netbsd openbsd ufs zig

Last synced: 5 days ago
JSON representation

[WIP] A FUSE filesystem client for mounting UFS partitions, mainly used by FreeBSD and its derivatives.

Awesome Lists containing this project

README

        

# mount.ufs
![loc](https://sloc.xyz/github/nektro/mount.ufs)
[![license](https://img.shields.io/github/license/nektro/mount.ufs.svg)](https://github.com/nektro/mount.ufs/blob/master/LICENSE)

A FUSE filesystem client for mounting UFS partitions, mainly used by FreeBSD and its derivatives.

Entirely WIP and experimental until further notice. Any research notes or PRs welcome through any of my contact avenues.

## Current Status
- [x] Get libfuse passthrough example building with Zig
- [x] Port passthrough code to be pure Zig
- [ ] Read access UFS
- [ ] Write access UFS

## License
GPL-2.0