realchonk / fuse-ufs

FUSE driver for FreeBSD's UFSv2
BSD 2-Clause "Simplified" License
7 stars 3 forks source link

Support for OpenBSD #26

Closed realchonk closed 1 month ago

realchonk commented 3 months ago

Unfortunately OpenBSD only supports FUSE2 and fuser really doesn't want to work for OpenBSD.

My idea would be to split the UFS-relevant parts into a library and to create two wrappers:

  1. fuser
  2. OpenBSD (uses C bindings directly to libfuse in base)
asomers commented 3 months ago

This is out of scope for GSoC 2024, though. We need to focus on basic functionality first.

realchonk commented 3 months ago

I know, this is for later.

realchonk commented 1 month ago

This being worked on in #77.