https://github.com/kusumi/openbsd_hammer2
HAMMER2 file system for OpenBSD
https://github.com/kusumi/openbsd_hammer2
filesystem hammer2 openbsd
Last synced: 16 days ago
JSON representation
HAMMER2 file system for OpenBSD
- Host: GitHub
- URL: https://github.com/kusumi/openbsd_hammer2
- Owner: kusumi
- License: other
- Created: 2023-03-20T05:05:08.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-03T05:30:22.000Z (6 months ago)
- Last Synced: 2025-04-09T19:19:42.969Z (16 days ago)
- Topics: filesystem, hammer2, openbsd
- Language: C
- Homepage:
- Size: 452 KB
- Stars: 71
- Watchers: 17
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
Awesome Lists containing this project
README
OpenBSD [HAMMER2](https://gitweb.dragonflybsd.org/dragonfly.git/blob/HEAD:/sys/vfs/hammer2/DESIGN)
========## Requirements
+ OpenBSD 7.6
+ src tree under /usr/src
## OpenBSD build
$ cd /path/to/openbsd_hammer2
$ make prep
$ cd /usr/src
$ patch -p1 < /path/to/openbsd_hammer2/patch/openbsd76.patch
$## 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.