https://github.com/kusumi/lh1
HAMMER1/2 file system userspace utilities on Linux
https://github.com/kusumi/lh1
filesystem hammer hammer2 linux
Last synced: about 1 year ago
JSON representation
HAMMER1/2 file system userspace utilities on Linux
- Host: GitHub
- URL: https://github.com/kusumi/lh1
- Owner: kusumi
- License: other
- Created: 2017-10-03T15:16:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-29T06:51:02.000Z (over 3 years ago)
- Last Synced: 2025-04-17T09:00:18.106Z (about 1 year ago)
- Topics: filesystem, hammer, hammer2, linux
- Language: C
- Homepage:
- Size: 569 KB
- Stars: 20
- Watchers: 8
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
Awesome Lists containing this project
README
lh1 - Linux HAMMER (v0.2.0)
===
## About
HAMMER1/2 userspace utilities on Linux / x86_64
## Commands
|Command |Description |
|:---------------|:-----------------------------------------------|
|hammer(8) |HAMMER filesystem utility |
|newfs_hammer(8) |construct a new HAMMER filesystem |
|mount_hammer(8) |mount a HAMMER file system |
|hammer2(8) |HAMMER2 filesystem utility |
|newfs_hammer2(8)|construct a new HAMMER2 filesystem |
|mount_hammer2(8)|mount a HAMMER2 file system |
|fsck_hammer2(8) |HAMMER2 file system consistency checker |
|undo(1) |undo changes made to files on HAMMER filesystems|
|fstyp(8) |determine filesystem type |
## Build
# cd lh1
# make
### Required package for
|Distribution|Required package|
|:-----------|:---------------|
|Fedora |libuuid-devel |
|RHEL |libuuid-devel |
|Ubuntu |uuid-dev |
### Required package for
|Distribution|Required package|
|:-----------|:---------------|
|Fedora |openssl-devel |
|RHEL |openssl-devel |
|Ubuntu |libssl-dev |
## Install
# cd lh1
# make && make install
## Uninstall
# cd lh1
# make uninstall