aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Slaven <bpk@hoopajoo.net>2009-08-04 05:52:00 (GMT)
committerSteve Slaven <bpk@hoopajoo.net>2009-08-04 05:52:00 (GMT)
commit6e472c5db75d07ef43e1cbe0015655f444bb3b0d (patch)
tree2e2c51f5796430ba01b53d84d67960a11a529063
parent5e15f0abaafc28921c528615fbbc553bd86fa964 (diff)
downloadfusearchive-6e472c5db75d07ef43e1cbe0015655f444bb3b0d.zip
fusearchive-6e472c5db75d07ef43e1cbe0015655f444bb3b0d.tar.gz
fusearchive-6e472c5db75d07ef43e1cbe0015655f444bb3b0d.tar.bz2
Added note about fsck
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index c8bea43..2baafe6 100644
--- a/README
+++ b/README
@@ -31,6 +31,9 @@ TODO:
compression (e.g. 4M of data will compress better than that same file
split in to 4 1M pieces and compressed individually presumably)
- Speed it up? Or is it "fast enough"
+- should die on errors accessing blocks, will also need some kind of fsck
+ to find corrupt blocks and files effected, this way if there is a problem
+ and you have another copy of the file then the block can be recreated
-----