mirror of
https://github.com/reactos/reactos.git
synced 2025-05-22 02:25:18 +00:00
[VFATLIB] Addendum to 469289e
This commit is contained in:
parent
86198abd67
commit
6e4e772e6c
2 changed files with 1139 additions and 0 deletions
File diff suppressed because it is too large
Load diff
|
@ -9,6 +9,9 @@ dosfstools recommends libudev. It is used in mkfs.fat to collect additional
|
||||||
information about the device to format in order to refuse potentially unsafe
|
information about the device to format in order to refuse potentially unsafe
|
||||||
operations without additional confirmation.
|
operations without additional confirmation.
|
||||||
|
|
||||||
|
The test suite requires the tool xxd (available as part of the vim
|
||||||
|
distribution).
|
||||||
|
|
||||||
|
|
||||||
### Installing
|
### Installing
|
||||||
|
|
||||||
|
@ -28,6 +31,17 @@ installation. These are dosfsck, fsck.msdos and fsck.vfat for fsck.fat, mkdosfs,
|
||||||
mkfs.msdos and mkfs.vfat for mkfs.fat and dosfslabel for fatlabel.
|
mkfs.msdos and mkfs.vfat for mkfs.fat and dosfslabel for fatlabel.
|
||||||
|
|
||||||
|
|
||||||
|
### Running the test suite
|
||||||
|
|
||||||
|
The test suite can be run with "make check" after configuring. Note that if
|
||||||
|
xxd isn't available, all tests will be skipped and nothing actually tested.
|
||||||
|
|
||||||
|
During the tests temporary files of multiple GB in size will be created, but the
|
||||||
|
actual data content is not more than a few MB. The operating system and the
|
||||||
|
filesystem the tests are executed on should support sparse files, otherwise the
|
||||||
|
tests will be resource intensive.
|
||||||
|
|
||||||
|
|
||||||
### Building from the VCS repository
|
### Building from the VCS repository
|
||||||
|
|
||||||
If you are working directly from a git clone of the official dosfstools
|
If you are working directly from a git clone of the official dosfstools
|
||||||
|
|
Loading…
Reference in a new issue