summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo <Justin@web>2013-06-10 14:23:25 +0000
committerGravatar admin <admin@branchable.com>2013-06-10 14:23:25 +0000
commit67ff45140c2715b59947ad2395629b0724dc4dc0 (patch)
tree341524a78549ea672306b5ae56e175b3d55eebdb
parent380e738ff52173a8e17f9fd7f8285857e7dd4be0 (diff)
Added a comment
-rw-r--r--doc/forum/How_do_you_know_when_something_fails_a_fsck__63__/comment_1_1c14981916dd55376d5e9f95023556cb._comment32
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/forum/How_do_you_know_when_something_fails_a_fsck__63__/comment_1_1c14981916dd55376d5e9f95023556cb._comment b/doc/forum/How_do_you_know_when_something_fails_a_fsck__63__/comment_1_1c14981916dd55376d5e9f95023556cb._comment
new file mode 100644
index 000000000..042a1c46a
--- /dev/null
+++ b/doc/forum/How_do_you_know_when_something_fails_a_fsck__63__/comment_1_1c14981916dd55376d5e9f95023556cb._comment
@@ -0,0 +1,32 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo"
+ nickname="Justin"
+ subject="comment 1"
+ date="2013-06-10T14:23:25Z"
+ content="""
+ justin@box:/tmp/f$ git init
+ Initialized empty Git repository in /tmp/f/.git/
+ justin@box:/tmp/f$ git-annex init
+ init ok
+ (Recording state in git...)
+ justin@box:/tmp/f$ cp /etc/motd .
+ justin@box:/tmp/f$ git-annex add .
+ add motd (checksum...) ok
+ (Recording state in git...)
+ justin@box:/tmp/f$ git-annex fsck
+ fsck motd (checksum...) ok
+ justin@box:/tmp/f$ chmod +w motd
+ justin@box:/tmp/f$ echo hi >> motd
+ justin@box:/tmp/f$ git-annex fsck
+ fsck motd
+ Bad file size (3 B larger); moved to /tmp/f/.git/annex/bad/SHA256-s354--2e724dde1a5dc33bc15580b2aef1ee541ca8047d746fff9bb7917062b871c0bf
+
+ ** No known copies exist of motd
+ failed
+ (Recording state in git...)
+ git-annex: fsck: 1 failed
+
+
+You can also use fsck -q which will only show errors.
+
+"""]]