2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00
repo/extra/dosfstools/README
2021-08-26 07:22:10 +03:00

50 lines
2.2 KiB
Plaintext

dosfstools
________________________________________________________________________________
dosfstools consists of the programs mkfs.fat, fsck.fat and fatlabel to create,
check and label file systems of the FAT family. The dosfstools are licensed
under the GNU GPL version 3 or later. See the file COPYING for details. [0]
Upstream: https://github.com/dosfstools/dosfstools
[000] Index
________________________________________________________________________________
* Installation ........................................................... [001]
* Usage .................................................................. [002]
* References ............................................................. [003]
[001] Installation
________________________________________________________________________________
+------------------------------------------------------------------------------+
| |
| $ kiss b dosfstools |
| |
+------------------------------------------------------------------------------+
[002] Usage
________________________________________________________________________________
+--------------+---------------------------------------------------------------+
| Tool | Purpose |
+--------------+---------------------------------------------------------------+
| | |
| mkfs.fat | Create an MS-DOS FAT filesystem. |
| fsck.fat | Check and repair MS-DOS FAT. |
| fatlabel | Set or get MS-DOS filesystem label or volume ID. |
| | |
+--------------+---------------------------------------------------------------+
Refer to the manual pages and command help output for more information.
[003] References
________________________________________________________________________________
[0] https://github.com/dosfstools/dosfstools