summaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorDaniil Cherednik <dan.cherednik@gmail.com>2020-12-03 00:37:14 +0300
committerDaniil Cherednik <dan.cherednik@gmail.com>2020-12-03 00:37:14 +0300
commitc7b09f57b650d1a22fd537d3f45d85b18d5aa253 (patch)
tree6264de6a9aeb28f6072819b68ea034868e293d95 /readme.txt
downloadufs_ffinfo-c7b09f57b650d1a22fd537d3f45d85b18d5aa253.tar.gz
ufs_ffinfo - tool to get free space fragmentation info for
FreeBSD UFS file system. First commit.
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
new file mode 100644
index 0000000..e2813c2
--- /dev/null
+++ b/readme.txt
@@ -0,0 +1,16 @@
+// // //////// /////// //////// //////// // //////
+// // // // // // // //
+// // // // // // // ////// // //////
+// // //////// ////// //////// //////// // // // //// // //
+// // // // // // // // // // // //
+// // // // // // // // // // // //
+ ////// // /////// // // // // // // //////
+
+================================================================================
+
+ ufs_ffinfo (UFS Free Frag Information) - tool to get free space information
+for UFS file system. Current version supports FreeBSD UFS.
+
+Build from source:
+1. Make sure freebsd source installed.
+2. Run 'make' command in the src directory