summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillian De Volder <killian.de.volderc@megasoft.be>2017-03-27 10:28:58 +0200
committerKillian De Volder <killian.de.volderc@megasoft.be>2017-03-27 10:28:58 +0200
commit318275abe27124d7e815f3bdeed62873406eaa5b (patch)
tree801e4d9676d2157b722846ae1139d9ff6f2475cf
parentc4783198881a0e8eddd17e609fce57f29bdd45b1 (diff)
Added howto and stablity page.
Added them to the sidebar as well.
-rw-r--r--Howto.mdwm28
-rw-r--r--Stability.mdwn10
2 files changed, 38 insertions, 0 deletions
diff --git a/Howto.mdwm b/Howto.mdwm
new file mode 100644
index 0000000..36ccab5
--- /dev/null
+++ b/Howto.mdwm
@@ -0,0 +1,28 @@
+#Build the bcachefs-tools
+
+Firt run the following command to download the bcachefs-tools.
+
+ git clone https://evilpiepirate.org/git/bcachefs-tools.git
+
+This will create a direcorty `bcachefs-tools`.
+In this direcorty you will find a file named INSTALL.
+This file contains the depencies and some instructions.
+
+To instal run as root:
+
+ make && make install
+
+#Build the bcachefs-kernel branch.
+Firt run the following command to download a kernel branch with the bcachefs patches.
+
+ git clone https://evilpiepirate.org/git/bcachefs.git
+
+
+This is slighly more complicated to explain.
+It's best you look up a tutorial for your specific distribution.
+
+During the configuration make sure you enable `CONFIG_BCACHE_FS`.
+To check run `grep CONFIG_BCACHE_FS .config` in in the kernel source.
+
+Tip if your distro kernel supports it you can extract the `.config` used by your distribution,
+by running `cat /proc/config.gz | gunzip > /tmp/distro.config`.
diff --git a/Stability.mdwn b/Stability.mdwn
new file mode 100644
index 0000000..2c84087
--- /dev/null
+++ b/Stability.mdwn
@@ -0,0 +1,10 @@
+bcachefs is stable, and will not eat your data.
+
+The following tests and testimonials should help in proving this.
+
+#Stability
+##xfstests
+PASSED (since around 2016)
+
+#Testimonials
+None yet ;)