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

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

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.