openbsd_hammer2
openbsd_hammer2 copied to clipboard
HAMMER2 file system for OpenBSD
OpenBSD HAMMER2
Requirements
-
OpenBSD 7.4
-
src tree under /usr/src
OpenBSD build
-
Apply patch/openbsd74.patch against /usr/src.
-
Run make prep to create symlinks under /usr/src/sys which point to this repository. Run make unprep to undo.
$ cd openbsd_hammer2 $ make prep
-
Build and install /usr/src/sys.
-
Build and install /usr/src/sbin/sysctl.
Build
$ cd openbsd_hammer2
$ make
Install
$ cd openbsd_hammer2
$ make install
Uninstall
$ cd openbsd_hammer2
$ make uninstall
Bugs
- VOP_READDIR implementation is known to not work with some user space libraries on 32 bit platforms.
Notes
- This repository will be abandoned once Linux or FreeBSD is stabilized with write support. OpenBSD is not the main area of interest.