Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michael2012z/my-btrfs-progs
btrfs-progs with my modification
https://github.com/michael2012z/my-btrfs-progs
Last synced: about 14 hours ago
JSON representation
btrfs-progs with my modification
- Host: GitHub
- URL: https://github.com/michael2012z/my-btrfs-progs
- Owner: michael2012z
- License: gpl-2.0
- Created: 2014-10-15T09:22:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-23T11:19:42.000Z (almost 9 years ago)
- Last Synced: 2023-03-29T05:52:33.231Z (over 1 year ago)
- Language: C
- Size: 3.26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Btrfs-progs
===========Userspace utilities to manage btrfs filesystems.
License: GPLv2.Btrfs is a copy on write (COW) filesystem for Linux aimed at implementing
advanced features while focusing on fault tolerance, repair and easy
administration.This repository hosts following utilities:
* **btrfs** — the main administration tool ([manual page](https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs))
* **mkfs.btrfs** — utility to create the filesystem ([manual page](https://btrfs.wiki.kernel.org/index.php/Manpage/mkfs.btrfs))See INSTALL for build instructions.
Release cycle
-------------The major version releases are time-based and follow the cycle of the linux
kernel releases. The cycle usually takes 2 months. A minor version releases may
happen in the meantime if there are queued bug fixes or minor useful
improvements.Development
-----------The patch submissions, development or general discussions take place at
*[email protected]* mailinglist, subsciption not required.References
----------* [Wiki with more information](https://btrfs.wiki.kernel.org)
* [Btrfs-progs changelogs](https://btrfs.wiki.kernel.org/index.php/Changelog#By_version_.28btrfs-progs.29)
* [wiki/FAQ](https://btrfs.wiki.kernel.org/index.php/FAQ)
* [wiki/Getting started](https://btrfs.wiki.kernel.org/index.php/Getting_started)
* [wiki/TODO](https://btrfs.wiki.kernel.org/index.php/Project_ideas#Userspace_tools_projects)
* [wiki/Developer's FAQ](https://btrfs.wiki.kernel.org/index.php/Developer's_FAQ)