Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linux-apfs/apfsprogs
Experimental APFS tools for linux
https://github.com/linux-apfs/apfsprogs
apfs filesystem fsck linux mkfs
Last synced: 10 days ago
JSON representation
Experimental APFS tools for linux
- Host: GitHub
- URL: https://github.com/linux-apfs/apfsprogs
- Owner: linux-apfs
- License: gpl-2.0
- Created: 2019-01-30T16:20:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T22:18:52.000Z (23 days ago)
- Last Synced: 2024-10-24T11:19:16.881Z (22 days ago)
- Topics: apfs, filesystem, fsck, linux, mkfs
- Language: C
- Size: 722 KB
- Stars: 98
- Watchers: 12
- Forks: 15
- Open Issues: 6
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Apfsprogs is a suite of userland software to work with the Apple File System
on Linux. It's intended mainly to help test the Linux kernel module that can
be retrieved from . The following
are included:o mkapfs: an experimental filesystem build tool
o apfs-snap: a tool to take snapshots of a volume mounted with our module
o apfs-label: a tool to list the labels of all volumes in a container
o apfsck: a filesystem integrity checker, for now only useful for testersUsage
=====To build any of the tools, just cd to its directory and run
make
The resulting executable will have the name of the tool, and a man page is
available under the same directory. If you runmake install
the files will be copied to the typical locations in the user home folder: the
binary is placed in ~/bin, and the man page in ~/share/man/man8. You can
override those paths by setting the BINDIR and MANDIR variables, for example:make install BINDIR=/sbin MANDIR=/usr/share/man/man8/
Credits
=======Written by Ernesto A. Fernández .