summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgnucode <gnucode@web>2025-04-15 19:09:55 +0200
committerGNU Hurd web pages engine <web-hurd@gnu.org>2025-04-15 19:09:55 +0200
commit81ff8a80e54369f8f559c3faad8341bfaa1ba65e (patch)
tree3543d954ca4d4697c49ba4c7517b69ae35136b00
parentea0edbdbe9a45386d6e9fd37e7842d8b2e911f5a (diff)
trial change. I deleted a redundant sentence.
-rw-r--r--open_issues/bcachefs.mdwn3
1 files changed, 1 insertions, 2 deletions
diff --git a/open_issues/bcachefs.mdwn b/open_issues/bcachefs.mdwn
index aa39bce0..330a41e1 100644
--- a/open_issues/bcachefs.mdwn
+++ b/open_issues/bcachefs.mdwn
@@ -12,8 +12,7 @@ License|/fdl]]."]]"""]]
[[!tag open_issue_hurd]]
The Hurd's primary filesystem is ext2, which works but lacks modern
-features. With ext2, Hurd users reguarly deal with filesystem
-corruption. Ext2 does not have a journal, so Hurd users occasionally
+features. Ext2 does not have a journal, so Hurd users occasionally
have to deal with filesystem corruption. `fsck` can fix most of the
issues (with loss of random data), but without a proper journal the
Hurd currently is not a good a OS for long-term data storage.