summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>1999-09-14 19:54:39 +0000
committerTheodore Ts'o <tytso@mit.edu>1999-09-14 19:54:39 +0000
commit8b25041ede06141b7825ed2876d0f6824aa452a0 (patch)
tree086e2af1c7a24a6e22c81b0e425ea0e4d9cffa16
parent8573470251673e85aa97e3c7111a20edf96ba472 (diff)
downloade2fsprogs-8b25041ede06141b7825ed2876d0f6824aa452a0.tar.gz
ChangeLog, expect.1, expect.2, image.gz:
f_expand: Make test case better by testing increasing the size of lost+found where an indirect block must be created. Also add checks to see what happens when directories are disconnected because their containing directory is destroyed (turned into a socket :-) f_dupfsblks: Add additional test cases where files share duplicate blocks with both other files and filesystem metadata.
-rw-r--r--tests/ChangeLog14
-rw-r--r--tests/f_dupfsblks/expect.137
-rw-r--r--tests/f_dupfsblks/expect.22
-rw-r--r--tests/f_dupfsblks/image.gzbin389 -> 464 bytes
-rw-r--r--tests/f_expand/expect.110981
-rw-r--r--tests/f_expand/expect.22
-rw-r--r--tests/f_expand/image.gzbin1607 -> 63068 bytes
7 files changed, 11006 insertions, 30 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 9a193990..5fc45c19 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,17 @@
+1999-09-07 <tytso@rsts-11.mit.edu>
+
+ * f_expand: Make test case better by testing increasing the size
+ of lost+found where an indirect block must be created.
+ Also add checks to see what happens when directories are
+ disconnected because their containing directory is
+ destroyed (turned into a socket :-)
+
+1999-08-02 <tytso@rsts-11.mit.edu>
+
+ * f_dupfsblks: Add additional test cases where files share
+ duplicate blocks with both other files and filesystem
+ metadata.
+
1999-07-30 <tytso@valinux.com>
* f_swapfs: Change to deal with new dump_inode command.
diff --git a/tests/f_dupfsblks/expect.1 b/tests/f_dupfsblks/expect.1
index 1249f395..caa090d0 100644
--- a/tests/f_dupfsblks/expect.1
+++ b/tests/f_dupfsblks/expect.1
@@ -1,16 +1,36 @@
Filesystem did not have a UUID; generating one.
Pass 1: Checking inodes, blocks, and sizes
+Inode 12, i_size is 4096, should be 5120. Fix? yes
+
+Inode 13, i_size is 0, should be 2048. Fix? yes
+
Duplicate blocks found... invoking duplicate block passes.
Pass 1B: Rescan for duplicate/bad blocks
-Duplicate/bad block(s) in inode 12: 3 4 6
+Duplicate/bad block(s) in inode 12: 3 4 6 1
+Duplicate/bad block(s) in inode 13: 2 3
+Duplicate/bad block(s) in inode 14: 2
Pass 1C: Scan directories for inodes with dup blocks.
Pass 1D: Reconciling duplicate blocks
-(There are 1 inodes containing duplicate/bad blocks.)
+(There are 3 inodes containing duplicate/bad blocks.)
+
+File /quux (inode #14, mod time Thu Aug 5 07:18:09 1999)
+ has 1 duplicate block(s), shared with 2 file(s):
+ <filesystem metadata>
+ /bar (inode #13, mod time Thu Aug 5 07:17:17 1999)
+Clone duplicate/bad blocks? yes
+
+File /bar (inode #13, mod time Thu Aug 5 07:17:17 1999)
+ has 2 duplicate block(s), shared with 3 file(s):
+ <filesystem metadata>
+ /quux (inode #14, mod time Thu Aug 5 07:18:09 1999)
+ /foo (inode #12, mod time Thu Apr 28 17:57:53 1994)
+Clone duplicate/bad blocks? yes
File /foo (inode #12, mod time Thu Apr 28 17:57:53 1994)
- has 3 duplicate block(s), shared with 1 file(s):
+ has 4 duplicate block(s), shared with 2 file(s):
<filesystem metadata>
+ /bar (inode #13, mod time Thu Aug 5 07:17:17 1999)
Clone duplicate/bad blocks? yes
Pass 2: Checking directory structure
@@ -23,16 +43,21 @@ Salvage? yes
Directory inode 12, block 3, offset 0: directory corrupted
Salvage? yes
+Entry '' in ??? (12) has deleted/unused inode 32. Clear? yes
+
+Directory inode 12, block 4, offset 100: directory corrupted
+Salvage? yes
+
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
-Free blocks count wrong for group #0 (77, counted=74).
+Free blocks count wrong for group #0 (77, counted=70).
Fix? yes
-Free blocks count wrong (77, counted=74).
+Free blocks count wrong (77, counted=70).
Fix? yes
test_filesys: ***** FILE SYSTEM WAS MODIFIED *****
-test_filesys: 12/32 files (8.3% non-contiguous), 26/100 blocks
+test_filesys: 14/32 files (7.1% non-contiguous), 30/100 blocks
Exit status is 1
diff --git a/tests/f_dupfsblks/expect.2 b/tests/f_dupfsblks/expect.2
index 6f6d1db7..3717fec1 100644
--- a/tests/f_dupfsblks/expect.2
+++ b/tests/f_dupfsblks/expect.2
@@ -3,5 +3,5 @@ Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
-test_filesys: 12/32 files (0.0% non-contiguous), 26/100 blocks
+test_filesys: 14/32 files (7.1% non-contiguous), 30/100 blocks
Exit status is 0
diff --git a/tests/f_dupfsblks/image.gz b/tests/f_dupfsblks/image.gz
index 5514de43..109dad03 100644
--- a/tests/f_dupfsblks/image.gz
+++ b/tests/f_dupfsblks/image.gz
Binary files differ
diff --git a/tests/f_expand/expect.1 b/tests/f_expand/expect.1
index e8fffdb3..e7003f15 100644
--- a/tests/f_expand/expect.1
+++ b/tests/f_expand/expect.1
@@ -1,24 +1,19 @@
Pass 1: Checking inodes, blocks, and sizes
-Root inode is not a directory. Clear? yes
-
Pass 2: Checking directory structure
-Entry '..' in ??? (11) has deleted/unused inode 2. Clear? yes
-
Pass 3: Checking directory connectivity
-Root inode not allocated. Allocate? yes
+Unconnected directory inode 310 (???)
+Connect to /lost+found? yes
-Unconnected directory inode 11 (...)
+Unconnected directory inode 1520 (???)
Connect to /lost+found? yes
-/lost+found not found. Create? yes
+Unconnected directory inode 1805 (???)
+Connect to /lost+found? yes
Pass 4: Checking reference counts
-Inode 11 ref count is 3, should be 2. Fix? yes
+Inode 2 ref count is 4, should be 3. Fix? yes
-Unattached inode 12
-Connect to /lost+found? yes
-
-Inode 12 ref count is 2, should be 1. Fix? yes
+Inode 12 ref count is 0, should be 1. Fix? yes
Unattached inode 13
Connect to /lost+found? yes
@@ -428,8 +423,6 @@ Inode 93 ref count is 2, should be 1. Fix? yes
Unattached inode 94
Connect to /lost+found? yes
-No room in lost+found directory. Expand? yes
-
Inode 94 ref count is 2, should be 1. Fix? yes
Unattached inode 95
@@ -517,23 +510,10967 @@ Connect to /lost+found? yes
Inode 111 ref count is 2, should be 1. Fix? yes
-Pass 5: Checking group summary information
-Free blocks count wrong for group #0 (56, counted=55).
-Fix? yes
+Unattached inode 112
+Connect to /lost+found? yes
+
+Inode 112 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 113
+Connect to /lost+found? yes
+
+Inode 113 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 114
+Connect to /lost+found? yes
+
+Inode 114 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 115
+Connect to /lost+found? yes
+
+Inode 115 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 116
+Connect to /lost+found? yes
+
+Inode 116 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 117
+Connect to /lost+found? yes
+
+Inode 117 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 118
+Connect to /lost+found? yes
+
+Inode 118 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 119
+Connect to /lost+found? yes
+
+Inode 119 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 120
+Connect to /lost+found? yes
+
+Inode 120 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 121
+Connect to /lost+found? yes
+
+Inode 121 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 122
+Connect to /lost+found? yes
+
+Inode 122 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 123
+Connect to /lost+found? yes
+
+Inode 123 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 124
+Connect to /lost+found? yes
+
+Inode 124 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 125
+Connect to /lost+found? yes
+
+Inode 125 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 126
+Connect to /lost+found? yes
+
+Inode 126 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 127
+Connect to /lost+found? yes
+
+Inode 127 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 128
+Connect to /lost+found? yes
+
+Inode 128 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 129
+Connect to /lost+found? yes
+
+Inode 129 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 130
+Connect to /lost+found? yes
+
+Inode 130 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 131
+Connect to /lost+found? yes
+
+Inode 131 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 132
+Connect to /lost+found? yes
+
+Inode 132 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 133
+Connect to /lost+found? yes
+
+Inode 133 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 134
+Connect to /lost+found? yes
+
+Inode 134 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 135
+Connect to /lost+found? yes
+
+Inode 135 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 136
+Connect to /lost+found? yes
+
+Inode 136 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 137
+Connect to /lost+found? yes
+
+Inode 137 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 138
+Connect to /lost+found? yes
+
+Inode 138 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 139
+Connect to /lost+found? yes
+
+Inode 139 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 140
+Connect to /lost+found? yes
+
+Inode 140 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 141
+Connect to /lost+found? yes
+
+Inode 141 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 142
+Connect to /lost+found? yes
+
+Inode 142 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 143
+Connect to /lost+found? yes
+
+Inode 143 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 144
+Connect to /lost+found? yes
+
+Inode 144 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 145
+Connect to /lost+found? yes
+
+Inode 145 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 146
+Connect to /lost+found? yes
+
+Inode 146 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 147
+Connect to /lost+found? yes
+
+Inode 147 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 148
+Connect to /lost+found? yes
+
+Inode 148 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 149
+Connect to /lost+found? yes
+
+Inode 149 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 150
+Connect to /lost+found? yes
+
+Inode 150 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 151
+Connect to /lost+found? yes
+
+Inode 151 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 152
+Connect to /lost+found? yes
+
+Inode 152 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 153
+Connect to /lost+found? yes
+
+Inode 153 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 154
+Connect to /lost+found? yes
+
+Inode 154 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 155
+Connect to /lost+found? yes
+
+Inode 155 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 156
+Connect to /lost+found? yes
+
+Inode 156 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 157
+Connect to /lost+found? yes
+
+Inode 157 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 158
+Connect to /lost+found? yes
+
+Inode 158 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 159
+Connect to /lost+found? yes
+
+Inode 159 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 160
+Connect to /lost+found? yes
+
+Inode 160 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 161
+Connect to /lost+found? yes
+
+Inode 161 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 162
+Connect to /lost+found? yes
+
+Inode 162 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 163
+Connect to /lost+found? yes
+
+Inode 163 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 164
+Connect to /lost+found? yes
+
+Inode 164 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 165
+Connect to /lost+found? yes
+
+Inode 165 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 166
+Connect to /lost+found? yes
+
+Inode 166 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 167
+Connect to /lost+found? yes
+
+Inode 167 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 168
+Connect to /lost+found? yes
+
+Inode 168 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 169
+Connect to /lost+found? yes
+
+Inode 169 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 170
+Connect to /lost+found? yes
+
+Inode 170 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 171
+Connect to /lost+found? yes
+
+Inode 171 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 172
+Connect to /lost+found? yes
+
+Inode 172 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 173
+Connect to /lost+found? yes
+
+Inode 173 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 174
+Connect to /lost+found? yes
+
+Inode 174 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 175
+Connect to /lost+found? yes
+
+Inode 175 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 176
+Connect to /lost+found? yes
+
+Inode 176 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 177
+Connect to /lost+found? yes
+
+Inode 177 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 178
+Connect to /lost+found? yes
+
+Inode 178 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 179
+Connect to /lost+found? yes
+
+Inode 179 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 180
+Connect to /lost+found? yes
+
+Inode 180 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 181
+Connect to /lost+found? yes
+
+Inode 181 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 182
+Connect to /lost+found? yes
+
+Inode 182 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 183
+Connect to /lost+found? yes
+
+Inode 183 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 184
+Connect to /lost+found? yes
+
+Inode 184 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 185
+Connect to /lost+found? yes
+
+Inode 185 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 186
+Connect to /lost+found? yes
+
+Inode 186 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 187
+Connect to /lost+found? yes
+
+Inode 187 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 188
+Connect to /lost+found? yes
+
+Inode 188 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 189
+Connect to /lost+found? yes
+
+Inode 189 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 190
+Connect to /lost+found? yes
+
+Inode 190 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 191
+Connect to /lost+found? yes
+
+Inode 191 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 192
+Connect to /lost+found? yes
+
+Inode 192 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 193
+Connect to /lost+found? yes
+
+Inode 193 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 194
+Connect to /lost+found? yes
+
+Inode 194 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 195
+Connect to /lost+found? yes
+
+Inode 195 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 196
+Connect to /lost+found? yes
+
+Inode 196 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 197
+Connect to /lost+found? yes
+
+Inode 197 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 198
+Connect to /lost+found? yes
+
+Inode 198 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 199
+Connect to /lost+found? yes
+
+Inode 199 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 200
+Connect to /lost+found? yes
+
+Inode 200 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 201
+Connect to /lost+found? yes
+
+Inode 201 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 202
+Connect to /lost+found? yes
+
+Inode 202 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 203
+Connect to /lost+found? yes
+
+Inode 203 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 204
+Connect to /lost+found? yes
+
+Inode 204 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 205
+Connect to /lost+found? yes
+
+Inode 205 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 206
+Connect to /lost+found? yes
+
+Inode 206 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 207
+Connect to /lost+found? yes
+
+Inode 207 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 208
+Connect to /lost+found? yes
+
+Inode 208 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 209
+Connect to /lost+found? yes
+
+Inode 209 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 210
+Connect to /lost+found? yes
+
+Inode 210 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 211
+Connect to /lost+found? yes
+
+Inode 211 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 212
+Connect to /lost+found? yes
+
+Inode 212 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 213
+Connect to /lost+found? yes
+
+Inode 213 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 214
+Connect to /lost+found? yes
+
+Inode 214 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 215
+Connect to /lost+found? yes
+
+Inode 215 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 216
+Connect to /lost+found? yes
+
+Inode 216 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 217
+Connect to /lost+found? yes
+
+Inode 217 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 218
+Connect to /lost+found? yes
+
+Inode 218 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 219
+Connect to /lost+found? yes
+
+Inode 219 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 220
+Connect to /lost+found? yes
+
+Inode 220 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 221
+Connect to /lost+found? yes
+
+Inode 221 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 222
+Connect to /lost+found? yes
+
+Inode 222 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 223
+Connect to /lost+found? yes
+
+Inode 223 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 224
+Connect to /lost+found? yes
+
+Inode 224 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 225
+Connect to /lost+found? yes
+
+Inode 225 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 226
+Connect to /lost+found? yes
+
+Inode 226 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 227
+Connect to /lost+found? yes
+
+Inode 227 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 228
+Connect to /lost+found? yes
+
+Inode 228 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 229
+Connect to /lost+found? yes
+
+Inode 229 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 230
+Connect to /lost+found? yes
+
+Inode 230 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 231
+Connect to /lost+found? yes
+
+Inode 231 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 232
+Connect to /lost+found? yes
+
+Inode 232 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 233
+Connect to /lost+found? yes
+
+Inode 233 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 234
+Connect to /lost+found? yes
+
+Inode 234 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 235
+Connect to /lost+found? yes
+
+Inode 235 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 236
+Connect to /lost+found? yes
+
+Inode 236 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 237
+Connect to /lost+found? yes
+
+Inode 237 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 238
+Connect to /lost+found? yes
+
+Inode 238 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 239
+Connect to /lost+found? yes
+
+Inode 239 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 240
+Connect to /lost+found? yes
+
+Inode 240 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 241
+Connect to /lost+found? yes
+
+Inode 241 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 242
+Connect to /lost+found? yes
+
+Inode 242 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 243
+Connect to /lost+found? yes
+
+Inode 243 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 244
+Connect to /lost+found? yes
+
+Inode 244 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 245
+Connect to /lost+found? yes
+
+Inode 245 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 246
+Connect to /lost+found? yes
+
+Inode 246 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 247
+Connect to /lost+found? yes
+
+Inode 247 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 248
+Connect to /lost+found? yes
+
+Inode 248 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 249
+Connect to /lost+found? yes
+
+Inode 249 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 250
+Connect to /lost+found? yes
+
+Inode 250 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 251
+Connect to /lost+found? yes
+
+Inode 251 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 252
+Connect to /lost+found? yes
+
+Inode 252 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 253
+Connect to /lost+found? yes
+
+Inode 253 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 254
+Connect to /lost+found? yes
+
+Inode 254 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 255
+Connect to /lost+found? yes
+
+Inode 255 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 256
+Connect to /lost+found? yes
+
+Inode 256 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 257
+Connect to /lost+found? yes
+
+Inode 257 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 258
+Connect to /lost+found? yes
+
+Inode 258 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 259
+Connect to /lost+found? yes
+
+Inode 259 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 260
+Connect to /lost+found? yes
+
+Inode 260 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 261
+Connect to /lost+found? yes
+
+Inode 261 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 262
+Connect to /lost+found? yes
+
+Inode 262 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 263
+Connect to /lost+found? yes
+
+Inode 263 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 264
+Connect to /lost+found? yes
+
+Inode 264 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 265
+Connect to /lost+found? yes
+
+Inode 265 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 266
+Connect to /lost+found? yes
+
+Inode 266 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 267
+Connect to /lost+found? yes
+
+Inode 267 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 268
+Connect to /lost+found? yes
+
+Inode 268 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 269
+Connect to /lost+found? yes
+
+Inode 269 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 270
+Connect to /lost+found? yes
+
+Inode 270 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 271
+Connect to /lost+found? yes
+
+Inode 271 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 272
+Connect to /lost+found? yes
+
+Inode 272 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 273
+Connect to /lost+found? yes
+
+Inode 273 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 274
+Connect to /lost+found? yes
+
+Inode 274 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 275
+Connect to /lost+found? yes
+
+Inode 275 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 276
+Connect to /lost+found? yes
+
+Inode 276 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 277
+Connect to /lost+found? yes
+
+Inode 277 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 278
+Connect to /lost+found? yes
+
+Inode 278 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 279
+Connect to /lost+found? yes
+
+Inode 279 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 280
+Connect to /lost+found? yes
+
+Inode 280 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 281
+Connect to /lost+found? yes
+
+Inode 281 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 282
+Connect to /lost+found? yes
+
+Inode 282 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 283
+Connect to /lost+found? yes
+
+Inode 283 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 284
+Connect to /lost+found? yes
+
+Inode 284 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 285
+Connect to /lost+found? yes
+
+Inode 285 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 286
+Connect to /lost+found? yes
+
+Inode 286 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 287
+Connect to /lost+found? yes
+
+Inode 287 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 288
+Connect to /lost+found? yes
+
+Inode 288 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 289
+Connect to /lost+found? yes
+
+Inode 289 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 290
+Connect to /lost+found? yes
+
+Inode 290 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 291
+Connect to /lost+found? yes
+
+Inode 291 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 292
+Connect to /lost+found? yes
+
+Inode 292 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 293
+Connect to /lost+found? yes
+
+Inode 293 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 294
+Connect to /lost+found? yes
+
+Inode 294 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 295
+Connect to /lost+found? yes
+
+Inode 295 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 296
+Connect to /lost+found? yes
+
+Inode 296 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 297
+Connect to /lost+found? yes
+
+Inode 297 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 298
+Connect to /lost+found? yes
+
+Inode 298 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 299
+Connect to /lost+found? yes
+
+Inode 299 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 300
+Connect to /lost+found? yes
+
+Inode 300 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 301
+Connect to /lost+found? yes
+
+Inode 301 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 302
+Connect to /lost+found? yes
+
+Inode 302 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 303
+Connect to /lost+found? yes
+
+Inode 303 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 304
+Connect to /lost+found? yes
+
+Inode 304 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 305
+Connect to /lost+found? yes
+
+Inode 305 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 306
+Connect to /lost+found? yes
+
+Inode 306 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 307
+Connect to /lost+found? yes
+
+Inode 307 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 308
+Connect to /lost+found? yes
+
+Inode 308 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 309
+Connect to /lost+found? yes
+
+Inode 309 ref count is 2, should be 1. Fix? yes
+
+Inode 310 ref count is 3, should be 2. Fix? yes
+
+Unattached inode 1079
+Connect to /lost+found? yes
+
+Inode 1079 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1080
+Connect to /lost+found? yes
+
+Inode 1080 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1081
+Connect to /lost+found? yes
+
+Inode 1081 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1082
+Connect to /lost+found? yes
+
+Inode 1082 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1083
+Connect to /lost+found? yes
+
+Inode 1083 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1084
+Connect to /lost+found? yes
+
+Inode 1084 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1085
+Connect to /lost+found? yes
+
+Inode 1085 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1086
+Connect to /lost+found? yes
+
+Inode 1086 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1087
+Connect to /lost+found? yes
+
+Inode 1087 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1088
+Connect to /lost+found? yes
+
+Inode 1088 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1089
+Connect to /lost+found? yes
+
+Inode 1089 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1090
+Connect to /lost+found? yes
+
+Inode 1090 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1091
+Connect to /lost+found? yes
+
+Inode 1091 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1092
+Connect to /lost+found? yes
+
+Inode 1092 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1093
+Connect to /lost+found? yes
+
+Inode 1093 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1094
+Connect to /lost+found? yes
+
+Inode 1094 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1095
+Connect to /lost+found? yes
+
+Inode 1095 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1096
+Connect to /lost+found? yes
+
+Inode 1096 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1097
+Connect to /lost+found? yes
+
+Inode 1097 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1098
+Connect to /lost+found? yes
+
+Inode 1098 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1099
+Connect to /lost+found? yes
+
+Inode 1099 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1100
+Connect to /lost+found? yes
+
+Inode 1100 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1101
+Connect to /lost+found? yes
+
+Inode 1101 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1102
+Connect to /lost+found? yes
+
+Inode 1102 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1103
+Connect to /lost+found? yes
+
+Inode 1103 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1104
+Connect to /lost+found? yes
+
+Inode 1104 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1105
+Connect to /lost+found? yes
+
+Inode 1105 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1106
+Connect to /lost+found? yes
+
+Inode 1106 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1107
+Connect to /lost+found? yes
+
+Inode 1107 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1108
+Connect to /lost+found? yes
+
+Inode 1108 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1109
+Connect to /lost+found? yes
+
+Inode 1109 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1110
+Connect to /lost+found? yes
+
+Inode 1110 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1111
+Connect to /lost+found? yes
+
+Inode 1111 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1112
+Connect to /lost+found? yes
+
+Inode 1112 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1113
+Connect to /lost+found? yes
+
+Inode 1113 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1114
+Connect to /lost+found? yes
+
+Inode 1114 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1115
+Connect to /lost+found? yes
+
+Inode 1115 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1116
+Connect to /lost+found? yes
+
+Inode 1116 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1117
+Connect to /lost+found? yes
+
+Inode 1117 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1118
+Connect to /lost+found? yes
+
+Inode 1118 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1119
+Connect to /lost+found? yes
+
+Inode 1119 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1120
+Connect to /lost+found? yes
+
+Inode 1120 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1121
+Connect to /lost+found? yes
+
+Inode 1121 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1122
+Connect to /lost+found? yes
+
+Inode 1122 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1123
+Connect to /lost+found? yes
+
+Inode 1123 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1124
+Connect to /lost+found? yes
+
+Inode 1124 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1125
+Connect to /lost+found? yes
+
+Inode 1125 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1126
+Connect to /lost+found? yes
+
+Inode 1126 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1127
+Connect to /lost+found? yes
+
+Inode 1127 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1128
+Connect to /lost+found? yes
+
+Inode 1128 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1129
+Connect to /lost+found? yes
+
+Inode 1129 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1130
+Connect to /lost+found? yes
+
+Inode 1130 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1131
+Connect to /lost+found? yes
+
+Inode 1131 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1132
+Connect to /lost+found? yes
+
+Inode 1132 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1133
+Connect to /lost+found? yes
+
+Inode 1133 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1134
+Connect to /lost+found? yes
+
+Inode 1134 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1135
+Connect to /lost+found? yes
+
+Inode 1135 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1136
+Connect to /lost+found? yes
+
+Inode 1136 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1137
+Connect to /lost+found? yes
+
+Inode 1137 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1138
+Connect to /lost+found? yes
+
+Inode 1138 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1139
+Connect to /lost+found? yes
+
+Inode 1139 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1140
+Connect to /lost+found? yes
+
+Inode 1140 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1141
+Connect to /lost+found? yes
+
+Inode 1141 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1142
+Connect to /lost+found? yes
+
+Inode 1142 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1143
+Connect to /lost+found? yes
+
+Inode 1143 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1144
+Connect to /lost+found? yes
+
+Inode 1144 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1145
+Connect to /lost+found? yes
+
+Inode 1145 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1146
+Connect to /lost+found? yes
+
+Inode 1146 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1147
+Connect to /lost+found? yes
+
+Inode 1147 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1148
+Connect to /lost+found? yes
+
+Inode 1148 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1149
+Connect to /lost+found? yes
+
+Inode 1149 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1150
+Connect to /lost+found? yes
+
+Inode 1150 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1151
+Connect to /lost+found? yes
+
+Inode 1151 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1152
+Connect to /lost+found? yes
+
+Inode 1152 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1153
+Connect to /lost+found? yes
+
+Inode 1153 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1154
+Connect to /lost+found? yes
+
+Inode 1154 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1155
+Connect to /lost+found? yes
+
+Inode 1155 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1156
+Connect to /lost+found? yes
+
+Inode 1156 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1157
+Connect to /lost+found? yes
+
+Inode 1157 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1158
+Connect to /lost+found? yes
+
+Inode 1158 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1159
+Connect to /lost+found? yes
+
+Inode 1159 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1160
+Connect to /lost+found? yes
+
+Inode 1160 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1161
+Connect to /lost+found? yes
+
+Inode 1161 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1162
+Connect to /lost+found? yes
+
+Inode 1162 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1163
+Connect to /lost+found? yes
+
+Inode 1163 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1164
+Connect to /lost+found? yes
+
+Inode 1164 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1165
+Connect to /lost+found? yes
+
+Inode 1165 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1166
+Connect to /lost+found? yes
+
+Inode 1166 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1167
+Connect to /lost+found? yes
+
+Inode 1167 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1168
+Connect to /lost+found? yes
+
+Inode 1168 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1169
+Connect to /lost+found? yes
+
+Inode 1169 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1170
+Connect to /lost+found? yes
+
+Inode 1170 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1171
+Connect to /lost+found? yes
+
+Inode 1171 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1172
+Connect to /lost+found? yes
+
+Inode 1172 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1173
+Connect to /lost+found? yes
+
+Inode 1173 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1174
+Connect to /lost+found? yes
+
+Inode 1174 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1175
+Connect to /lost+found? yes
+
+Inode 1175 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1176
+Connect to /lost+found? yes
+
+Inode 1176 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1177
+Connect to /lost+found? yes
+
+Inode 1177 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1178
+Connect to /lost+found? yes
+
+Inode 1178 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1179
+Connect to /lost+found? yes
+
+Inode 1179 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1180
+Connect to /lost+found? yes
+
+Inode 1180 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1181
+Connect to /lost+found? yes
+
+Inode 1181 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1182
+Connect to /lost+found? yes
+
+Inode 1182 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1183
+Connect to /lost+found? yes
+
+Inode 1183 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1184
+Connect to /lost+found? yes
+
+Inode 1184 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1185
+Connect to /lost+found? yes
+
+Inode 1185 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1186
+Connect to /lost+found? yes
+
+Inode 1186 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1187
+Connect to /lost+found? yes
+
+Inode 1187 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1188
+Connect to /lost+found? yes
+
+Inode 1188 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1189
+Connect to /lost+found? yes
+
+Inode 1189 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1190
+Connect to /lost+found? yes
+
+Inode 1190 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1191
+Connect to /lost+found? yes
+
+Inode 1191 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1192
+Connect to /lost+found? yes
+
+Inode 1192 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1193
+Connect to /lost+found? yes
+
+Inode 1193 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1194
+Connect to /lost+found? yes
+
+Inode 1194 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1195
+Connect to /lost+found? yes
+
+Inode 1195 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1196
+Connect to /lost+found? yes
+
+Inode 1196 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1197
+Connect to /lost+found? yes
+
+Inode 1197 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1198
+Connect to /lost+found? yes
+
+Inode 1198 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1199
+Connect to /lost+found? yes
+
+Inode 1199 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1200
+Connect to /lost+found? yes
+
+Inode 1200 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1201
+Connect to /lost+found? yes
+
+Inode 1201 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1202
+Connect to /lost+found? yes
+
+Inode 1202 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1203
+Connect to /lost+found? yes
+
+Inode 1203 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1204
+Connect to /lost+found? yes
+
+Inode 1204 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1205
+Connect to /lost+found? yes
+
+Inode 1205 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1206
+Connect to /lost+found? yes
+
+Inode 1206 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1207
+Connect to /lost+found? yes
+
+Inode 1207 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1208
+Connect to /lost+found? yes
+
+Inode 1208 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1209
+Connect to /lost+found? yes
+
+Inode 1209 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1210
+Connect to /lost+found? yes
+
+Inode 1210 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1211
+Connect to /lost+found? yes
+
+Inode 1211 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1212
+Connect to /lost+found? yes
+
+Inode 1212 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1213
+Connect to /lost+found? yes
+
+Inode 1213 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1214
+Connect to /lost+found? yes
+
+Inode 1214 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1215
+Connect to /lost+found? yes
+
+Inode 1215 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1216
+Connect to /lost+found? yes
+
+Inode 1216 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1217
+Connect to /lost+found? yes
+
+Inode 1217 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1218
+Connect to /lost+found? yes
+
+Inode 1218 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1219
+Connect to /lost+found? yes
+
+Inode 1219 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1220
+Connect to /lost+found? yes
+
+Inode 1220 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1221
+Connect to /lost+found? yes
+
+Inode 1221 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1222
+Connect to /lost+found? yes
+
+Inode 1222 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1223
+Connect to /lost+found? yes
+
+Inode 1223 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1224
+Connect to /lost+found? yes
+
+Inode 1224 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1225
+Connect to /lost+found? yes
+
+Inode 1225 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1226
+Connect to /lost+found? yes
+
+Inode 1226 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1227
+Connect to /lost+found? yes
+
+Inode 1227 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1228
+Connect to /lost+found? yes
+
+Inode 1228 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1229
+Connect to /lost+found? yes
+
+Inode 1229 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1230
+Connect to /lost+found? yes
+
+Inode 1230 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1231
+Connect to /lost+found? yes
+
+Inode 1231 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1232
+Connect to /lost+found? yes
+
+Inode 1232 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1233
+Connect to /lost+found? yes
+
+Inode 1233 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1234
+Connect to /lost+found? yes
+
+Inode 1234 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1235
+Connect to /lost+found? yes
+
+Inode 1235 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1236
+Connect to /lost+found? yes
+
+Inode 1236 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1237
+Connect to /lost+found? yes
+
+Inode 1237 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1238
+Connect to /lost+found? yes
+
+Inode 1238 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1239
+Connect to /lost+found? yes
+
+Inode 1239 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1240
+Connect to /lost+found? yes
+
+Inode 1240 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1241
+Connect to /lost+found? yes
+
+Inode 1241 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1242
+Connect to /lost+found? yes
+
+Inode 1242 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1243
+Connect to /lost+found? yes
+
+Inode 1243 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1244
+Connect to /lost+found? yes
+
+Inode 1244 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1245
+Connect to /lost+found? yes
+
+Inode 1245 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1246
+Connect to /lost+found? yes
+
+Inode 1246 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1247
+Connect to /lost+found? yes
+
+Inode 1247 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1248
+Connect to /lost+found? yes
+
+Inode 1248 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1249
+Connect to /lost+found? yes
+
+Inode 1249 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1250
+Connect to /lost+found? yes
+
+Inode 1250 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1251
+Connect to /lost+found? yes
+
+Inode 1251 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1252
+Connect to /lost+found? yes
+
+Inode 1252 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1253
+Connect to /lost+found? yes
+
+Inode 1253 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1254
+Connect to /lost+found? yes
+
+Inode 1254 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1255
+Connect to /lost+found? yes
+
+Inode 1255 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1256
+Connect to /lost+found? yes
+
+Inode 1256 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1257
+Connect to /lost+found? yes
+
+Inode 1257 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1258
+Connect to /lost+found? yes
+
+Inode 1258 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1259
+Connect to /lost+found? yes
+
+Inode 1259 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1260
+Connect to /lost+found? yes
+
+Inode 1260 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1261
+Connect to /lost+found? yes
+
+Inode 1261 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1262
+Connect to /lost+found? yes
+
+Inode 1262 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1263
+Connect to /lost+found? yes
+
+Inode 1263 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1264
+Connect to /lost+found? yes
+
+Inode 1264 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1265
+Connect to /lost+found? yes
+
+Inode 1265 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1266
+Connect to /lost+found? yes
+
+Inode 1266 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1267
+Connect to /lost+found? yes
+
+Inode 1267 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1268
+Connect to /lost+found? yes
+
+Inode 1268 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1269
+Connect to /lost+found? yes
+
+Inode 1269 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1270
+Connect to /lost+found? yes
+
+Inode 1270 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1271
+Connect to /lost+found? yes
+
+Inode 1271 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1272
+Connect to /lost+found? yes
+
+Inode 1272 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1273
+Connect to /lost+found? yes
+
+Inode 1273 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1274
+Connect to /lost+found? yes
+
+Inode 1274 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1275
+Connect to /lost+found? yes
+
+Inode 1275 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1276
+Connect to /lost+found? yes
+
+Inode 1276 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1277
+Connect to /lost+found? yes
+
+Inode 1277 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1278
+Connect to /lost+found? yes
+
+Inode 1278 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1279
+Connect to /lost+found? yes
+
+Inode 1279 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1280
+Connect to /lost+found? yes
+
+Inode 1280 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1281
+Connect to /lost+found? yes
+
+Inode 1281 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1282
+Connect to /lost+found? yes
+
+Inode 1282 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1283
+Connect to /lost+found? yes
+
+Inode 1283 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1284
+Connect to /lost+found? yes
+
+Inode 1284 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1285
+Connect to /lost+found? yes
+
+Inode 1285 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1286
+Connect to /lost+found? yes
+
+Inode 1286 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1287
+Connect to /lost+found? yes
+
+Inode 1287 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1288
+Connect to /lost+found? yes
+
+Inode 1288 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1289
+Connect to /lost+found? yes
+
+Inode 1289 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1290
+Connect to /lost+found? yes
+
+Inode 1290 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1291
+Connect to /lost+found? yes
+
+Inode 1291 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1292
+Connect to /lost+found? yes
+
+Inode 1292 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1293
+Connect to /lost+found? yes
+
+Inode 1293 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1294
+Connect to /lost+found? yes
+
+Inode 1294 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1295
+Connect to /lost+found? yes
+
+Inode 1295 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1296
+Connect to /lost+found? yes
+
+Inode 1296 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1297
+Connect to /lost+found? yes
+
+Inode 1297 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1298
+Connect to /lost+found? yes
+
+Inode 1298 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1299
+Connect to /lost+found? yes
+
+Inode 1299 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1300
+Connect to /lost+found? yes
+
+Inode 1300 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1301
+Connect to /lost+found? yes
+
+Inode 1301 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1302
+Connect to /lost+found? yes
+
+Inode 1302 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1303
+Connect to /lost+found? yes
+
+Inode 1303 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1304
+Connect to /lost+found? yes
+
+Inode 1304 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1305
+Connect to /lost+found? yes
+
+Inode 1305 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1306
+Connect to /lost+found? yes
+
+Inode 1306 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1307
+Connect to /lost+found? yes
+
+Inode 1307 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1308
+Connect to /lost+found? yes
+
+Inode 1308 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1309
+Connect to /lost+found? yes
+
+Inode 1309 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1310
+Connect to /lost+found? yes
+
+Inode 1310 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1311
+Connect to /lost+found? yes
+
+Inode 1311 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1312
+Connect to /lost+found? yes
+
+Inode 1312 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1313
+Connect to /lost+found? yes
+
+Inode 1313 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1314
+Connect to /lost+found? yes
+
+Inode 1314 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1315
+Connect to /lost+found? yes
+
+Inode 1315 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1316
+Connect to /lost+found? yes
+
+Inode 1316 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1317
+Connect to /lost+found? yes
+
+Inode 1317 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1318
+Connect to /lost+found? yes
+
+Inode 1318 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1319
+Connect to /lost+found? yes
+
+Inode 1319 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1320
+Connect to /lost+found? yes
+
+Inode 1320 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1321
+Connect to /lost+found? yes
+
+Inode 1321 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1322
+Connect to /lost+found? yes
+
+Inode 1322 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1323
+Connect to /lost+found? yes
+
+Inode 1323 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1324
+Connect to /lost+found? yes
+
+Inode 1324 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1325
+Connect to /lost+found? yes
+
+Inode 1325 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1326
+Connect to /lost+found? yes
+
+Inode 1326 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1327
+Connect to /lost+found? yes
+
+Inode 1327 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1328
+Connect to /lost+found? yes
+
+Inode 1328 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1329
+Connect to /lost+found? yes
+
+Inode 1329 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1330
+Connect to /lost+found? yes
+
+Inode 1330 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1331
+Connect to /lost+found? yes
+
+Inode 1331 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1332
+Connect to /lost+found? yes
+
+Inode 1332 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1333
+Connect to /lost+found? yes
+
+Inode 1333 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1334
+Connect to /lost+found? yes
+
+Inode 1334 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1335
+Connect to /lost+found? yes
+
+Inode 1335 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1336
+Connect to /lost+found? yes
+
+Inode 1336 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1337
+Connect to /lost+found? yes
+
+Inode 1337 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1338
+Connect to /lost+found? yes
+
+Inode 1338 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1339
+Connect to /lost+found? yes
+
+Inode 1339 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1340
+Connect to /lost+found? yes
+
+Inode 1340 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1341
+Connect to /lost+found? yes
+
+Inode 1341 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1342
+Connect to /lost+found? yes
+
+Inode 1342 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1343
+Connect to /lost+found? yes
+
+Inode 1343 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1344
+Connect to /lost+found? yes
+
+Inode 1344 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1345
+Connect to /lost+found? yes
+
+Inode 1345 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1346
+Connect to /lost+found? yes
+
+Inode 1346 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1347
+Connect to /lost+found? yes
+
+Inode 1347 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1348
+Connect to /lost+found? yes
+
+Inode 1348 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1349
+Connect to /lost+found? yes
+
+Inode 1349 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1350
+Connect to /lost+found? yes
+
+Inode 1350 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1351
+Connect to /lost+found? yes
+
+Inode 1351 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1352
+Connect to /lost+found? yes
+
+Inode 1352 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1353
+Connect to /lost+found? yes
+
+Inode 1353 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1354
+Connect to /lost+found? yes
+
+Inode 1354 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1355
+Connect to /lost+found? yes
+
+Inode 1355 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1356
+Connect to /lost+found? yes
+
+Inode 1356 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1357
+Connect to /lost+found? yes
+
+Inode 1357 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1358
+Connect to /lost+found? yes
+
+Inode 1358 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1359
+Connect to /lost+found? yes
+
+Inode 1359 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1360
+Connect to /lost+found? yes
+
+Inode 1360 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1361
+Connect to /lost+found? yes
+
+Inode 1361 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1362
+Connect to /lost+found? yes
+
+Inode 1362 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1363
+Connect to /lost+found? yes
+
+Inode 1363 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1364
+Connect to /lost+found? yes
+
+Inode 1364 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1365
+Connect to /lost+found? yes
+
+Inode 1365 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1366
+Connect to /lost+found? yes
+
+Inode 1366 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1367
+Connect to /lost+found? yes
+
+Inode 1367 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1368
+Connect to /lost+found? yes
+
+Inode 1368 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1369
+Connect to /lost+found? yes
+
+Inode 1369 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1370
+Connect to /lost+found? yes
+
+Inode 1370 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1371
+Connect to /lost+found? yes
+
+Inode 1371 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1372
+Connect to /lost+found? yes
+
+Inode 1372 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1373
+Connect to /lost+found? yes
+
+Inode 1373 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1374
+Connect to /lost+found? yes
+
+Inode 1374 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1375
+Connect to /lost+found? yes
+
+Inode 1375 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1376
+Connect to /lost+found? yes
+
+Inode 1376 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1377
+Connect to /lost+found? yes
+
+Inode 1377 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1378
+Connect to /lost+found? yes
+
+Inode 1378 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1379
+Connect to /lost+found? yes
+
+Inode 1379 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1380
+Connect to /lost+found? yes
+
+Inode 1380 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1381
+Connect to /lost+found? yes
+
+Inode 1381 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1382
+Connect to /lost+found? yes
+
+Inode 1382 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1383
+Connect to /lost+found? yes
+
+Inode 1383 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1384
+Connect to /lost+found? yes
+
+Inode 1384 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1385
+Connect to /lost+found? yes
+
+Inode 1385 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1386
+Connect to /lost+found? yes
+
+Inode 1386 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1387
+Connect to /lost+found? yes
+
+Inode 1387 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1388
+Connect to /lost+found? yes
+
+Inode 1388 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1389
+Connect to /lost+found? yes
+
+Inode 1389 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1390
+Connect to /lost+found? yes
+
+Inode 1390 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1391
+Connect to /lost+found? yes
+
+Inode 1391 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1392
+Connect to /lost+found? yes
+
+Inode 1392 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1393
+Connect to /lost+found? yes
+
+Inode 1393 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1394
+Connect to /lost+found? yes
+
+Inode 1394 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1395
+Connect to /lost+found? yes
+
+Inode 1395 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1396
+Connect to /lost+found? yes
+
+Inode 1396 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1397
+Connect to /lost+found? yes
+
+Inode 1397 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1398
+Connect to /lost+found? yes
+
+Inode 1398 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1399
+Connect to /lost+found? yes
+
+Inode 1399 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1400
+Connect to /lost+found? yes
+
+Inode 1400 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1401
+Connect to /lost+found? yes
+
+Inode 1401 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1402
+Connect to /lost+found? yes
+
+Inode 1402 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1403
+Connect to /lost+found? yes
+
+Inode 1403 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1404
+Connect to /lost+found? yes
+
+Inode 1404 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1405
+Connect to /lost+found? yes
+
+Inode 1405 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1406
+Connect to /lost+found? yes
+
+Inode 1406 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1407
+Connect to /lost+found? yes
+
+Inode 1407 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1408
+Connect to /lost+found? yes
+
+Inode 1408 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1409
+Connect to /lost+found? yes
+
+Inode 1409 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1410
+Connect to /lost+found? yes
+
+Inode 1410 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1411
+Connect to /lost+found? yes
+
+Inode 1411 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1412
+Connect to /lost+found? yes
+
+Inode 1412 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1413
+Connect to /lost+found? yes
+
+Inode 1413 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1414
+Connect to /lost+found? yes
+
+Inode 1414 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1415
+Connect to /lost+found? yes
+
+Inode 1415 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1416
+Connect to /lost+found? yes
+
+Inode 1416 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1417
+Connect to /lost+found? yes
+
+Inode 1417 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1418
+Connect to /lost+found? yes
+
+Inode 1418 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1419
+Connect to /lost+found? yes
+
+Inode 1419 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1420
+Connect to /lost+found? yes
+
+Inode 1420 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1421
+Connect to /lost+found? yes
+
+Inode 1421 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1422
+Connect to /lost+found? yes
+
+Inode 1422 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1423
+Connect to /lost+found? yes
+
+Inode 1423 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1424
+Connect to /lost+found? yes
+
+Inode 1424 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1425
+Connect to /lost+found? yes
+
+Inode 1425 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1426
+Connect to /lost+found? yes
+
+Inode 1426 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1427
+Connect to /lost+found? yes
+
+Inode 1427 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1428
+Connect to /lost+found? yes
+
+Inode 1428 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1429
+Connect to /lost+found? yes
+
+Inode 1429 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1430
+Connect to /lost+found? yes
+
+Inode 1430 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1431
+Connect to /lost+found? yes
+
+Inode 1431 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1432
+Connect to /lost+found? yes
+
+Inode 1432 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1433
+Connect to /lost+found? yes
+
+Inode 1433 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1434
+Connect to /lost+found? yes
+
+Inode 1434 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1435
+Connect to /lost+found? yes
+
+Inode 1435 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1436
+Connect to /lost+found? yes
+
+Inode 1436 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1437
+Connect to /lost+found? yes
+
+Inode 1437 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1438
+Connect to /lost+found? yes
+
+Inode 1438 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1439
+Connect to /lost+found? yes
+
+Inode 1439 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1440
+Connect to /lost+found? yes
+
+Inode 1440 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1441
+Connect to /lost+found? yes
+
+Inode 1441 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1442
+Connect to /lost+found? yes
+
+Inode 1442 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1443
+Connect to /lost+found? yes
+
+Inode 1443 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1444
+Connect to /lost+found? yes
+
+Inode 1444 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1445
+Connect to /lost+found? yes
+
+Inode 1445 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1446
+Connect to /lost+found? yes
+
+Inode 1446 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1447
+Connect to /lost+found? yes
+
+Inode 1447 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1448
+Connect to /lost+found? yes
+
+Inode 1448 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1449
+Connect to /lost+found? yes
+
+Inode 1449 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1450
+Connect to /lost+found? yes
+
+Inode 1450 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1451
+Connect to /lost+found? yes
+
+Inode 1451 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1452
+Connect to /lost+found? yes
+
+Inode 1452 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1453
+Connect to /lost+found? yes
+
+Inode 1453 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1454
+Connect to /lost+found? yes
+
+Inode 1454 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1455
+Connect to /lost+found? yes
+
+Inode 1455 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1456
+Connect to /lost+found? yes
+
+Inode 1456 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1457
+Connect to /lost+found? yes
+
+Inode 1457 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1458
+Connect to /lost+found? yes
+
+Inode 1458 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1459
+Connect to /lost+found? yes
+
+Inode 1459 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1460
+Connect to /lost+found? yes
+
+Inode 1460 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1461
+Connect to /lost+found? yes
+
+Inode 1461 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1462
+Connect to /lost+found? yes
+
+Inode 1462 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1463
+Connect to /lost+found? yes
+
+Inode 1463 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1464
+Connect to /lost+found? yes
+
+Inode 1464 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1465
+Connect to /lost+found? yes
+
+Inode 1465 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1466
+Connect to /lost+found? yes
+
+Inode 1466 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1467
+Connect to /lost+found? yes
+
+Inode 1467 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1468
+Connect to /lost+found? yes
+
+Inode 1468 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1469
+Connect to /lost+found? yes
+
+Inode 1469 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1470
+Connect to /lost+found? yes
+
+Inode 1470 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1471
+Connect to /lost+found? yes
+
+Inode 1471 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1472
+Connect to /lost+found? yes
+
+Inode 1472 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1473
+Connect to /lost+found? yes
+
+Inode 1473 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1474
+Connect to /lost+found? yes
+
+Inode 1474 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1475
+Connect to /lost+found? yes
+
+Inode 1475 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1476
+Connect to /lost+found? yes
+
+Inode 1476 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1477
+Connect to /lost+found? yes
+
+Inode 1477 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1478
+Connect to /lost+found? yes
+
+Inode 1478 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1479
+Connect to /lost+found? yes
+
+Inode 1479 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1480
+Connect to /lost+found? yes
+
+Inode 1480 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1481
+Connect to /lost+found? yes
+
+Inode 1481 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1482
+Connect to /lost+found? yes
+
+Inode 1482 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1483
+Connect to /lost+found? yes
+
+Inode 1483 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1484
+Connect to /lost+found? yes
+
+Inode 1484 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1485
+Connect to /lost+found? yes
+
+Inode 1485 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1486
+Connect to /lost+found? yes
+
+Inode 1486 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1487
+Connect to /lost+found? yes
+
+Inode 1487 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1488
+Connect to /lost+found? yes
+
+Inode 1488 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1489
+Connect to /lost+found? yes
+
+Inode 1489 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1490
+Connect to /lost+found? yes
+
+Inode 1490 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1491
+Connect to /lost+found? yes
+
+Inode 1491 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1492
+Connect to /lost+found? yes
+
+Inode 1492 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1493
+Connect to /lost+found? yes
+
+Inode 1493 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1494
+Connect to /lost+found? yes
+
+Inode 1494 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1495
+Connect to /lost+found? yes
+
+Inode 1495 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1496
+Connect to /lost+found? yes
+
+Inode 1496 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1497
+Connect to /lost+found? yes
+
+Inode 1497 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1498
+Connect to /lost+found? yes
+
+Inode 1498 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1499
+Connect to /lost+found? yes
+
+Inode 1499 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1500
+Connect to /lost+found? yes
+
+Inode 1500 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1501
+Connect to /lost+found? yes
+
+Inode 1501 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1502
+Connect to /lost+found? yes
+
+Inode 1502 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1503
+Connect to /lost+found? yes
+
+Inode 1503 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1504
+Connect to /lost+found? yes
+
+Inode 1504 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1505
+Connect to /lost+found? yes
+
+Inode 1505 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1506
+Connect to /lost+found? yes
+
+Inode 1506 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1507
+Connect to /lost+found? yes
+
+Inode 1507 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1508
+Connect to /lost+found? yes
+
+Inode 1508 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1509
+Connect to /lost+found? yes
+
+Inode 1509 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1510
+Connect to /lost+found? yes
+
+Inode 1510 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1511
+Connect to /lost+found? yes
+
+Inode 1511 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1512
+Connect to /lost+found? yes
+
+Inode 1512 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1513
+Connect to /lost+found? yes
+
+Inode 1513 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1514
+Connect to /lost+found? yes
+
+Inode 1514 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1515
+Connect to /lost+found? yes
+
+Inode 1515 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1516
+Connect to /lost+found? yes
+
+Inode 1516 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1517
+Connect to /lost+found? yes
+
+Inode 1517 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1518
+Connect to /lost+found? yes
+
+Inode 1518 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1519
+Connect to /lost+found? yes
+
+Inode 1519 ref count is 2, should be 1. Fix? yes
+
+Inode 1520 ref count is 3, should be 2. Fix? yes
+
+Unattached inode 1521
+Connect to /lost+found? yes
+
+Inode 1521 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1522
+Connect to /lost+found? yes
+
+Inode 1522 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1523
+Connect to /lost+found? yes
+
+Inode 1523 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1524
+Connect to /lost+found? yes
+
+Inode 1524 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1525
+Connect to /lost+found? yes
+
+Inode 1525 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1526
+Connect to /lost+found? yes
+
+Inode 1526 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1527
+Connect to /lost+found? yes
+
+Inode 1527 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1528
+Connect to /lost+found? yes
+
+Inode 1528 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1529
+Connect to /lost+found? yes
+
+Inode 1529 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1530
+Connect to /lost+found? yes
+
+Inode 1530 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1531
+Connect to /lost+found? yes
+
+Inode 1531 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1532
+Connect to /lost+found? yes
+
+Inode 1532 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1533
+Connect to /lost+found? yes
+
+Inode 1533 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1534
+Connect to /lost+found? yes
+
+Inode 1534 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1535
+Connect to /lost+found? yes
+
+Inode 1535 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1536
+Connect to /lost+found? yes
+
+Inode 1536 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1537
+Connect to /lost+found? yes
+
+Inode 1537 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1538
+Connect to /lost+found? yes
+
+Inode 1538 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1539
+Connect to /lost+found? yes
+
+Inode 1539 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1540
+Connect to /lost+found? yes
+
+Inode 1540 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1541
+Connect to /lost+found? yes
+
+Inode 1541 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1542
+Connect to /lost+found? yes
+
+Inode 1542 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1543
+Connect to /lost+found? yes
+
+Inode 1543 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1544
+Connect to /lost+found? yes
+
+Inode 1544 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1545
+Connect to /lost+found? yes
+
+Inode 1545 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1546
+Connect to /lost+found? yes
+
+Inode 1546 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1547
+Connect to /lost+found? yes
+
+Inode 1547 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1548
+Connect to /lost+found? yes
+
+Inode 1548 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1549
+Connect to /lost+found? yes
+
+Inode 1549 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1550
+Connect to /lost+found? yes
+
+Inode 1550 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1551
+Connect to /lost+found? yes
+
+Inode 1551 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1552
+Connect to /lost+found? yes
+
+Inode 1552 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1553
+Connect to /lost+found? yes
+
+Inode 1553 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1554
+Connect to /lost+found? yes
+
+Inode 1554 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1555
+Connect to /lost+found? yes
+
+Inode 1555 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1556
+Connect to /lost+found? yes
+
+Inode 1556 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1557
+Connect to /lost+found? yes
+
+Inode 1557 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1558
+Connect to /lost+found? yes
+
+Inode 1558 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1559
+Connect to /lost+found? yes
+
+Inode 1559 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1560
+Connect to /lost+found? yes
+
+Inode 1560 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1561
+Connect to /lost+found? yes
+
+Inode 1561 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1562
+Connect to /lost+found? yes
+
+Inode 1562 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1563
+Connect to /lost+found? yes
+
+Inode 1563 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1564
+Connect to /lost+found? yes
+
+Inode 1564 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1565
+Connect to /lost+found? yes
+
+Inode 1565 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1566
+Connect to /lost+found? yes
+
+Inode 1566 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1567
+Connect to /lost+found? yes
+
+Inode 1567 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1568
+Connect to /lost+found? yes
+
+Inode 1568 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1569
+Connect to /lost+found? yes
+
+Inode 1569 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1570
+Connect to /lost+found? yes
+
+Inode 1570 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1571
+Connect to /lost+found? yes
+
+Inode 1571 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1572
+Connect to /lost+found? yes
+
+Inode 1572 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1573
+Connect to /lost+found? yes
+
+Inode 1573 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1574
+Connect to /lost+found? yes
+
+Inode 1574 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1575
+Connect to /lost+found? yes
+
+Inode 1575 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1576
+Connect to /lost+found? yes
+
+Inode 1576 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1577
+Connect to /lost+found? yes
+
+Inode 1577 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1578
+Connect to /lost+found? yes
+
+Inode 1578 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1579
+Connect to /lost+found? yes
+
+Inode 1579 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1580
+Connect to /lost+found? yes
+
+Inode 1580 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1581
+Connect to /lost+found? yes
+
+Inode 1581 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1582
+Connect to /lost+found? yes
+
+Inode 1582 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1583
+Connect to /lost+found? yes
+
+Inode 1583 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1584
+Connect to /lost+found? yes
+
+Inode 1584 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1585
+Connect to /lost+found? yes
+
+Inode 1585 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1586
+Connect to /lost+found? yes
+
+Inode 1586 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1587
+Connect to /lost+found? yes
+
+Inode 1587 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1588
+Connect to /lost+found? yes
+
+Inode 1588 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1589
+Connect to /lost+found? yes
+
+Inode 1589 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1590
+Connect to /lost+found? yes
+
+Inode 1590 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1591
+Connect to /lost+found? yes
+
+Inode 1591 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1592
+Connect to /lost+found? yes
+
+Inode 1592 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1593
+Connect to /lost+found? yes
+
+Inode 1593 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1594
+Connect to /lost+found? yes
+
+Inode 1594 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1595
+Connect to /lost+found? yes
+
+Inode 1595 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1596
+Connect to /lost+found? yes
+
+Inode 1596 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1597
+Connect to /lost+found? yes
+
+Inode 1597 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1598
+Connect to /lost+found? yes
+
+Inode 1598 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1599
+Connect to /lost+found? yes
+
+Inode 1599 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1600
+Connect to /lost+found? yes
+
+Inode 1600 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1601
+Connect to /lost+found? yes
+
+Inode 1601 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1602
+Connect to /lost+found? yes
+
+Inode 1602 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1603
+Connect to /lost+found? yes
+
+Inode 1603 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1604
+Connect to /lost+found? yes
+
+Inode 1604 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1605
+Connect to /lost+found? yes
+
+Inode 1605 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1606
+Connect to /lost+found? yes
+
+Inode 1606 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1607
+Connect to /lost+found? yes
+
+Inode 1607 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1608
+Connect to /lost+found? yes
+
+Inode 1608 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1609
+Connect to /lost+found? yes
+
+Inode 1609 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1610
+Connect to /lost+found? yes
+
+Inode 1610 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1611
+Connect to /lost+found? yes
+
+Inode 1611 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1612
+Connect to /lost+found? yes
+
+Inode 1612 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1613
+Connect to /lost+found? yes
+
+Inode 1613 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1614
+Connect to /lost+found? yes
+
+Inode 1614 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1615
+Connect to /lost+found? yes
+
+Inode 1615 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1616
+Connect to /lost+found? yes
+
+Inode 1616 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1617
+Connect to /lost+found? yes
+
+Inode 1617 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1618
+Connect to /lost+found? yes
+
+Inode 1618 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1619
+Connect to /lost+found? yes
+
+Inode 1619 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1620
+Connect to /lost+found? yes
+
+No room in lost+found directory. Expand? yes
+
+Inode 1620 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1621
+Connect to /lost+found? yes
+
+Inode 1621 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1622
+Connect to /lost+found? yes
+
+Inode 1622 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1623
+Connect to /lost+found? yes
+
+Inode 1623 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1624
+Connect to /lost+found? yes
+
+Inode 1624 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1625
+Connect to /lost+found? yes
+
+Inode 1625 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1626
+Connect to /lost+found? yes
+
+Inode 1626 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1627
+Connect to /lost+found? yes
+
+Inode 1627 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1628
+Connect to /lost+found? yes
+
+Inode 1628 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1629
+Connect to /lost+found? yes
+
+Inode 1629 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1630
+Connect to /lost+found? yes
+
+Inode 1630 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1631
+Connect to /lost+found? yes
+
+Inode 1631 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1632
+Connect to /lost+found? yes
+
+Inode 1632 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1633
+Connect to /lost+found? yes
+
+Inode 1633 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1634
+Connect to /lost+found? yes
+
+Inode 1634 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1635
+Connect to /lost+found? yes
+
+Inode 1635 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1636
+Connect to /lost+found? yes
+
+Inode 1636 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1637
+Connect to /lost+found? yes
+
+Inode 1637 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1638
+Connect to /lost+found? yes
+
+Inode 1638 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1639
+Connect to /lost+found? yes
+
+Inode 1639 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1640
+Connect to /lost+found? yes
+
+Inode 1640 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1641
+Connect to /lost+found? yes
+
+Inode 1641 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1642
+Connect to /lost+found? yes
+
+Inode 1642 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1643
+Connect to /lost+found? yes
+
+Inode 1643 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1644
+Connect to /lost+found? yes
+
+Inode 1644 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1645
+Connect to /lost+found? yes
+
+Inode 1645 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1646
+Connect to /lost+found? yes
+
+Inode 1646 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1647
+Connect to /lost+found? yes
+
+Inode 1647 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1648
+Connect to /lost+found? yes
+
+Inode 1648 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1649
+Connect to /lost+found? yes
+
+Inode 1649 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1650
+Connect to /lost+found? yes
+
+Inode 1650 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1651
+Connect to /lost+found? yes
+
+Inode 1651 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1652
+Connect to /lost+found? yes
+
+Inode 1652 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1653
+Connect to /lost+found? yes
+
+Inode 1653 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1654
+Connect to /lost+found? yes
+
+Inode 1654 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1655
+Connect to /lost+found? yes
+
+Inode 1655 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1656
+Connect to /lost+found? yes
+
+Inode 1656 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1657
+Connect to /lost+found? yes
+
+Inode 1657 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1658
+Connect to /lost+found? yes
+
+Inode 1658 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1659
+Connect to /lost+found? yes
+
+Inode 1659 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1660
+Connect to /lost+found? yes
+
+Inode 1660 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1661
+Connect to /lost+found? yes
+
+Inode 1661 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1662
+Connect to /lost+found? yes
+
+Inode 1662 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1663
+Connect to /lost+found? yes
+
+Inode 1663 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1664
+Connect to /lost+found? yes
+
+Inode 1664 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1665
+Connect to /lost+found? yes
+
+Inode 1665 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1666
+Connect to /lost+found? yes
+
+Inode 1666 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1667
+Connect to /lost+found? yes
+
+Inode 1667 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1668
+Connect to /lost+found? yes
+
+Inode 1668 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1669
+Connect to /lost+found? yes
+
+Inode 1669 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1670
+Connect to /lost+found? yes
+
+Inode 1670 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1671
+Connect to /lost+found? yes
+
+Inode 1671 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1672
+Connect to /lost+found? yes
+
+Inode 1672 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1673
+Connect to /lost+found? yes
+
+Inode 1673 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1674
+Connect to /lost+found? yes
+
+Inode 1674 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1675
+Connect to /lost+found? yes
+
+Inode 1675 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1676
+Connect to /lost+found? yes
+
+Inode 1676 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1677
+Connect to /lost+found? yes
+
+Inode 1677 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1678
+Connect to /lost+found? yes
+
+Inode 1678 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1679
+Connect to /lost+found? yes
+
+Inode 1679 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1680
+Connect to /lost+found? yes
+
+Inode 1680 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1681
+Connect to /lost+found? yes
+
+Inode 1681 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1682
+Connect to /lost+found? yes
+
+Inode 1682 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1683
+Connect to /lost+found? yes
+
+Inode 1683 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1684
+Connect to /lost+found? yes
+
+No room in lost+found directory. Expand? yes
+
+Inode 1684 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1685
+Connect to /lost+found? yes
+
+Inode 1685 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1686
+Connect to /lost+found? yes
+
+Inode 1686 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1687
+Connect to /lost+found? yes
+
+Inode 1687 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1688
+Connect to /lost+found? yes
+
+Inode 1688 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1689
+Connect to /lost+found? yes
+
+Inode 1689 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1690
+Connect to /lost+found? yes
+
+Inode 1690 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1691
+Connect to /lost+found? yes
+
+Inode 1691 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1692
+Connect to /lost+found? yes
+
+Inode 1692 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1693
+Connect to /lost+found? yes
+
+Inode 1693 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1694
+Connect to /lost+found? yes
+
+Inode 1694 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1695
+Connect to /lost+found? yes
+
+Inode 1695 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1696
+Connect to /lost+found? yes
+
+Inode 1696 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1697
+Connect to /lost+found? yes
+
+Inode 1697 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1698
+Connect to /lost+found? yes
+
+Inode 1698 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1699
+Connect to /lost+found? yes
+
+Inode 1699 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1700
+Connect to /lost+found? yes
+
+Inode 1700 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1701
+Connect to /lost+found? yes
+
+Inode 1701 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1702
+Connect to /lost+found? yes
+
+Inode 1702 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1703
+Connect to /lost+found? yes
+
+Inode 1703 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1704
+Connect to /lost+found? yes
+
+Inode 1704 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1705
+Connect to /lost+found? yes
+
+Inode 1705 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1706
+Connect to /lost+found? yes
+
+Inode 1706 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1707
+Connect to /lost+found? yes
+
+Inode 1707 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1708
+Connect to /lost+found? yes
+
+Inode 1708 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1709
+Connect to /lost+found? yes
+
+Inode 1709 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1710
+Connect to /lost+found? yes
+
+Inode 1710 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1711
+Connect to /lost+found? yes
+
+Inode 1711 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1712
+Connect to /lost+found? yes
+
+Inode 1712 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1713
+Connect to /lost+found? yes
+
+Inode 1713 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1714
+Connect to /lost+found? yes
+
+Inode 1714 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1715
+Connect to /lost+found? yes
+
+Inode 1715 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1716
+Connect to /lost+found? yes
+
+Inode 1716 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1717
+Connect to /lost+found? yes
+
+Inode 1717 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1718
+Connect to /lost+found? yes
+
+Inode 1718 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1719
+Connect to /lost+found? yes
+
+Inode 1719 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1720
+Connect to /lost+found? yes
+
+Inode 1720 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1721
+Connect to /lost+found? yes
+
+Inode 1721 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1722
+Connect to /lost+found? yes
+
+Inode 1722 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1723
+Connect to /lost+found? yes
+
+Inode 1723 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1724
+Connect to /lost+found? yes
+
+Inode 1724 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1725
+Connect to /lost+found? yes
+
+Inode 1725 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1726
+Connect to /lost+found? yes
+
+Inode 1726 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1727
+Connect to /lost+found? yes
+
+Inode 1727 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1728
+Connect to /lost+found? yes
+
+Inode 1728 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1729
+Connect to /lost+found? yes
+
+Inode 1729 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1730
+Connect to /lost+found? yes
+
+Inode 1730 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1731
+Connect to /lost+found? yes
+
+Inode 1731 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1732
+Connect to /lost+found? yes
+
+Inode 1732 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1733
+Connect to /lost+found? yes
+
+Inode 1733 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1734
+Connect to /lost+found? yes
+
+Inode 1734 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1735
+Connect to /lost+found? yes
+
+Inode 1735 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1736
+Connect to /lost+found? yes
+
+Inode 1736 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1737
+Connect to /lost+found? yes
+
+Inode 1737 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1738
+Connect to /lost+found? yes
+
+Inode 1738 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1739
+Connect to /lost+found? yes
+
+Inode 1739 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1740
+Connect to /lost+found? yes
+
+Inode 1740 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1741
+Connect to /lost+found? yes
+
+Inode 1741 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1742
+Connect to /lost+found? yes
+
+Inode 1742 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1743
+Connect to /lost+found? yes
+
+Inode 1743 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1744
+Connect to /lost+found? yes
+
+Inode 1744 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1745
+Connect to /lost+found? yes
+
+Inode 1745 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1746
+Connect to /lost+found? yes
+
+Inode 1746 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1747
+Connect to /lost+found? yes
+
+Inode 1747 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1748
+Connect to /lost+found? yes
+
+No room in lost+found directory. Expand? yes
+
+Inode 1748 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1749
+Connect to /lost+found? yes
+
+Inode 1749 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1750
+Connect to /lost+found? yes
+
+Inode 1750 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1751
+Connect to /lost+found? yes
+
+Inode 1751 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1752
+Connect to /lost+found? yes
+
+Inode 1752 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1753
+Connect to /lost+found? yes
+
+Inode 1753 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1754
+Connect to /lost+found? yes
+
+Inode 1754 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1755
+Connect to /lost+found? yes
+
+Inode 1755 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1756
+Connect to /lost+found? yes
+
+Inode 1756 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1757
+Connect to /lost+found? yes
+
+Inode 1757 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1758
+Connect to /lost+found? yes
+
+Inode 1758 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1759
+Connect to /lost+found? yes
+
+Inode 1759 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1760
+Connect to /lost+found? yes
+
+Inode 1760 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1761
+Connect to /lost+found? yes
+
+Inode 1761 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1762
+Connect to /lost+found? yes
+
+Inode 1762 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1763
+Connect to /lost+found? yes
+
+Inode 1763 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1764
+Connect to /lost+found? yes
+
+Inode 1764 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1765
+Connect to /lost+found? yes
+
+Inode 1765 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1766
+Connect to /lost+found? yes
+
+Inode 1766 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1767
+Connect to /lost+found? yes
+
+Inode 1767 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1768
+Connect to /lost+found? yes
+
+Inode 1768 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1769
+Connect to /lost+found? yes
+
+Inode 1769 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1770
+Connect to /lost+found? yes
+
+Inode 1770 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1771
+Connect to /lost+found? yes
+
+Inode 1771 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1772
+Connect to /lost+found? yes
+
+Inode 1772 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1773
+Connect to /lost+found? yes
+
+Inode 1773 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1774
+Connect to /lost+found? yes
+
+Inode 1774 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1775
+Connect to /lost+found? yes
+
+Inode 1775 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1776
+Connect to /lost+found? yes
+
+Inode 1776 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1777
+Connect to /lost+found? yes
+
+Inode 1777 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1778
+Connect to /lost+found? yes
+
+Inode 1778 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1779
+Connect to /lost+found? yes
+
+Inode 1779 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1780
+Connect to /lost+found? yes
+
+Inode 1780 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1781
+Connect to /lost+found? yes
+
+Inode 1781 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1782
+Connect to /lost+found? yes
+
+Inode 1782 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1783
+Connect to /lost+found? yes
+
+Inode 1783 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1784
+Connect to /lost+found? yes
+
+Inode 1784 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1785
+Connect to /lost+found? yes
+
+Inode 1785 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1786
+Connect to /lost+found? yes
+
+Inode 1786 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1787
+Connect to /lost+found? yes
+
+Inode 1787 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1788
+Connect to /lost+found? yes
+
+Inode 1788 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1789
+Connect to /lost+found? yes
+
+Inode 1789 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1790
+Connect to /lost+found? yes
+
+Inode 1790 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1791
+Connect to /lost+found? yes
+
+Inode 1791 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1792
+Connect to /lost+found? yes
+
+Inode 1792 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1793
+Connect to /lost+found? yes
+
+Inode 1793 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1794
+Connect to /lost+found? yes
+
+Inode 1794 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1795
+Connect to /lost+found? yes
+
+Inode 1795 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1796
+Connect to /lost+found? yes
+
+Inode 1796 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1797
+Connect to /lost+found? yes
+
+Inode 1797 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1798
+Connect to /lost+found? yes
+
+Inode 1798 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1799
+Connect to /lost+found? yes
+
+Inode 1799 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1800
+Connect to /lost+found? yes
+
+Inode 1800 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1801
+Connect to /lost+found? yes
+
+Inode 1801 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1802
+Connect to /lost+found? yes
+
+Inode 1802 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1803
+Connect to /lost+found? yes
+
+Inode 1803 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 1804
+Connect to /lost+found? yes
+
+Inode 1804 ref count is 2, should be 1. Fix? yes
+
+Inode 1805 ref count is 3, should be 2. Fix? yes
+
+Unattached inode 3854
+Connect to /lost+found? yes
+
+Inode 3854 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3855
+Connect to /lost+found? yes
+
+Inode 3855 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3856
+Connect to /lost+found? yes
+
+Inode 3856 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3857
+Connect to /lost+found? yes
+
+Inode 3857 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3858
+Connect to /lost+found? yes
+
+Inode 3858 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3859
+Connect to /lost+found? yes
+
+Inode 3859 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3860
+Connect to /lost+found? yes
+
+Inode 3860 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3861
+Connect to /lost+found? yes
+
+No room in lost+found directory. Expand? yes
+
+Inode 3861 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3862
+Connect to /lost+found? yes
+
+Inode 3862 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3863
+Connect to /lost+found? yes
+
+Inode 3863 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3864
+Connect to /lost+found? yes
+
+Inode 3864 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3865
+Connect to /lost+found? yes
+
+Inode 3865 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3866
+Connect to /lost+found? yes
+
+Inode 3866 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3867
+Connect to /lost+found? yes
+
+Inode 3867 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3868
+Connect to /lost+found? yes
+
+Inode 3868 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3869
+Connect to /lost+found? yes
+
+Inode 3869 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3870
+Connect to /lost+found? yes
+
+Inode 3870 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3871
+Connect to /lost+found? yes
+
+Inode 3871 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3872
+Connect to /lost+found? yes
+
+Inode 3872 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3873
+Connect to /lost+found? yes
+
+Inode 3873 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3874
+Connect to /lost+found? yes
+
+Inode 3874 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3875
+Connect to /lost+found? yes
+
+Inode 3875 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3876
+Connect to /lost+found? yes
+
+Inode 3876 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3877
+Connect to /lost+found? yes
+
+Inode 3877 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3878
+Connect to /lost+found? yes
+
+Inode 3878 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3879
+Connect to /lost+found? yes
+
+Inode 3879 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3880
+Connect to /lost+found? yes
+
+Inode 3880 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3881
+Connect to /lost+found? yes
+
+Inode 3881 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3882
+Connect to /lost+found? yes
+
+Inode 3882 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3883
+Connect to /lost+found? yes
+
+Inode 3883 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3884
+Connect to /lost+found? yes
+
+Inode 3884 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3885
+Connect to /lost+found? yes
+
+Inode 3885 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3886
+Connect to /lost+found? yes
+
+Inode 3886 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3887
+Connect to /lost+found? yes
+
+Inode 3887 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3888
+Connect to /lost+found? yes
+
+Inode 3888 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3889
+Connect to /lost+found? yes
+
+Inode 3889 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3890
+Connect to /lost+found? yes
+
+Inode 3890 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3891
+Connect to /lost+found? yes
+
+Inode 3891 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3892
+Connect to /lost+found? yes
+
+Inode 3892 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3893
+Connect to /lost+found? yes
+
+Inode 3893 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3894
+Connect to /lost+found? yes
+
+Inode 3894 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3895
+Connect to /lost+found? yes
+
+Inode 3895 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3896
+Connect to /lost+found? yes
+
+Inode 3896 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3897
+Connect to /lost+found? yes
+
+Inode 3897 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3898
+Connect to /lost+found? yes
+
+Inode 3898 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3899
+Connect to /lost+found? yes
+
+Inode 3899 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3900
+Connect to /lost+found? yes
+
+Inode 3900 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3901
+Connect to /lost+found? yes
+
+Inode 3901 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3902
+Connect to /lost+found? yes
+
+Inode 3902 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3903
+Connect to /lost+found? yes
+
+Inode 3903 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3904
+Connect to /lost+found? yes
+
+Inode 3904 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3905
+Connect to /lost+found? yes
+
+Inode 3905 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3906
+Connect to /lost+found? yes
+
+Inode 3906 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3907
+Connect to /lost+found? yes
+
+Inode 3907 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3908
+Connect to /lost+found? yes
+
+Inode 3908 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3909
+Connect to /lost+found? yes
+
+Inode 3909 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3910
+Connect to /lost+found? yes
+
+Inode 3910 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3911
+Connect to /lost+found? yes
+
+Inode 3911 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3912
+Connect to /lost+found? yes
+
+Inode 3912 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3913
+Connect to /lost+found? yes
+
+Inode 3913 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3914
+Connect to /lost+found? yes
+
+Inode 3914 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3915
+Connect to /lost+found? yes
+
+Inode 3915 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3916
+Connect to /lost+found? yes
+
+Inode 3916 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3917
+Connect to /lost+found? yes
+
+Inode 3917 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3918
+Connect to /lost+found? yes
+
+Inode 3918 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3919
+Connect to /lost+found? yes
+
+Inode 3919 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3920
+Connect to /lost+found? yes
+
+Inode 3920 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3921
+Connect to /lost+found? yes
+
+Inode 3921 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3922
+Connect to /lost+found? yes
+
+Inode 3922 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3923
+Connect to /lost+found? yes
+
+Inode 3923 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3924
+Connect to /lost+found? yes
+
+Inode 3924 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3925
+Connect to /lost+found? yes
+
+No room in lost+found directory. Expand? yes
+
+Inode 3925 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3926
+Connect to /lost+found? yes
+
+Inode 3926 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3927
+Connect to /lost+found? yes
+
+Inode 3927 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3928
+Connect to /lost+found? yes
+
+Inode 3928 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3929
+Connect to /lost+found? yes
+
+Inode 3929 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3930
+Connect to /lost+found? yes
+
+Inode 3930 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3931
+Connect to /lost+found? yes
+
+Inode 3931 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3932
+Connect to /lost+found? yes
+
+Inode 3932 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3933
+Connect to /lost+found? yes
+
+Inode 3933 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3934
+Connect to /lost+found? yes
+
+Inode 3934 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3935
+Connect to /lost+found? yes
+
+Inode 3935 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3936
+Connect to /lost+found? yes
+
+Inode 3936 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3937
+Connect to /lost+found? yes
+
+Inode 3937 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3938
+Connect to /lost+found? yes
+
+Inode 3938 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3939
+Connect to /lost+found? yes
+
+Inode 3939 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3940
+Connect to /lost+found? yes
+
+Inode 3940 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3941
+Connect to /lost+found? yes
+
+Inode 3941 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3942
+Connect to /lost+found? yes
+
+Inode 3942 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3943
+Connect to /lost+found? yes
+
+Inode 3943 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3944
+Connect to /lost+found? yes
+
+Inode 3944 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3945
+Connect to /lost+found? yes
+
+Inode 3945 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3946
+Connect to /lost+found? yes
+
+Inode 3946 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3947
+Connect to /lost+found? yes
+
+Inode 3947 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3948
+Connect to /lost+found? yes
+
+Inode 3948 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3949
+Connect to /lost+found? yes
+
+Inode 3949 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3950
+Connect to /lost+found? yes
+
+Inode 3950 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3951
+Connect to /lost+found? yes
+
+Inode 3951 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3952
+Connect to /lost+found? yes
+
+Inode 3952 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3953
+Connect to /lost+found? yes
+
+Inode 3953 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3954
+Connect to /lost+found? yes
+
+Inode 3954 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3955
+Connect to /lost+found? yes
+
+Inode 3955 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3956
+Connect to /lost+found? yes
+
+Inode 3956 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3957
+Connect to /lost+found? yes
+
+Inode 3957 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3958
+Connect to /lost+found? yes
+
+Inode 3958 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3959
+Connect to /lost+found? yes
+
+Inode 3959 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3960
+Connect to /lost+found? yes
+
+Inode 3960 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3961
+Connect to /lost+found? yes
+
+Inode 3961 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3962
+Connect to /lost+found? yes
+
+Inode 3962 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3963
+Connect to /lost+found? yes
+
+Inode 3963 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3964
+Connect to /lost+found? yes
+
+Inode 3964 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3965
+Connect to /lost+found? yes
+
+Inode 3965 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3966
+Connect to /lost+found? yes
+
+Inode 3966 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3967
+Connect to /lost+found? yes
+
+Inode 3967 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3968
+Connect to /lost+found? yes
+
+Inode 3968 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3969
+Connect to /lost+found? yes
+
+Inode 3969 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3970
+Connect to /lost+found? yes
+
+Inode 3970 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3971
+Connect to /lost+found? yes
+
+Inode 3971 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3972
+Connect to /lost+found? yes
+
+Inode 3972 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3973
+Connect to /lost+found? yes
+
+Inode 3973 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3974
+Connect to /lost+found? yes
+
+Inode 3974 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3975
+Connect to /lost+found? yes
+
+Inode 3975 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3976
+Connect to /lost+found? yes
+
+Inode 3976 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3977
+Connect to /lost+found? yes
+
+Inode 3977 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3978
+Connect to /lost+found? yes
+
+Inode 3978 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3979
+Connect to /lost+found? yes
+
+Inode 3979 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3980
+Connect to /lost+found? yes
+
+Inode 3980 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3981
+Connect to /lost+found? yes
+
+Inode 3981 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3982
+Connect to /lost+found? yes
+
+Inode 3982 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3983
+Connect to /lost+found? yes
+
+Inode 3983 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3984
+Connect to /lost+found? yes
+
+Inode 3984 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3985
+Connect to /lost+found? yes
+
+Inode 3985 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3986
+Connect to /lost+found? yes
+
+Inode 3986 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3987
+Connect to /lost+found? yes
+
+Inode 3987 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3988
+Connect to /lost+found? yes
+
+Inode 3988 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3989
+Connect to /lost+found? yes
+
+No room in lost+found directory. Expand? yes
+
+Inode 3989 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3990
+Connect to /lost+found? yes
+
+Inode 3990 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3991
+Connect to /lost+found? yes
+
+Inode 3991 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3992
+Connect to /lost+found? yes
+
+Inode 3992 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3993
+Connect to /lost+found? yes
+
+Inode 3993 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3994
+Connect to /lost+found? yes
+
+Inode 3994 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3995
+Connect to /lost+found? yes
+
+Inode 3995 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3996
+Connect to /lost+found? yes
+
+Inode 3996 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3997
+Connect to /lost+found? yes
+
+Inode 3997 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3998
+Connect to /lost+found? yes
+
+Inode 3998 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 3999
+Connect to /lost+found? yes
+
+Inode 3999 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4000
+Connect to /lost+found? yes
+
+Inode 4000 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4001
+Connect to /lost+found? yes
+
+Inode 4001 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4002
+Connect to /lost+found? yes
+
+Inode 4002 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4003
+Connect to /lost+found? yes
+
+Inode 4003 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4004
+Connect to /lost+found? yes
+
+Inode 4004 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4005
+Connect to /lost+found? yes
+
+Inode 4005 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4006
+Connect to /lost+found? yes
+
+Inode 4006 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4007
+Connect to /lost+found? yes
+
+Inode 4007 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4008
+Connect to /lost+found? yes
+
+Inode 4008 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4009
+Connect to /lost+found? yes
+
+Inode 4009 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4010
+Connect to /lost+found? yes
+
+Inode 4010 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4011
+Connect to /lost+found? yes
+
+Inode 4011 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4012
+Connect to /lost+found? yes
+
+Inode 4012 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4013
+Connect to /lost+found? yes
+
+Inode 4013 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4014
+Connect to /lost+found? yes
+
+Inode 4014 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4015
+Connect to /lost+found? yes
+
+Inode 4015 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4016
+Connect to /lost+found? yes
+
+Inode 4016 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4017
+Connect to /lost+found? yes
+
+Inode 4017 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4018
+Connect to /lost+found? yes
+
+Inode 4018 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4019
+Connect to /lost+found? yes
+
+Inode 4019 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4020
+Connect to /lost+found? yes
+
+Inode 4020 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4021
+Connect to /lost+found? yes
+
+Inode 4021 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4022
+Connect to /lost+found? yes
+
+Inode 4022 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4023
+Connect to /lost+found? yes
+
+Inode 4023 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4024
+Connect to /lost+found? yes
+
+Inode 4024 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4025
+Connect to /lost+found? yes
+
+Inode 4025 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4026
+Connect to /lost+found? yes
+
+Inode 4026 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4027
+Connect to /lost+found? yes
+
+Inode 4027 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4028
+Connect to /lost+found? yes
+
+Inode 4028 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4029
+Connect to /lost+found? yes
+
+Inode 4029 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4030
+Connect to /lost+found? yes
+
+Inode 4030 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4031
+Connect to /lost+found? yes
+
+Inode 4031 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4032
+Connect to /lost+found? yes
+
+Inode 4032 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4033
+Connect to /lost+found? yes
+
+Inode 4033 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4034
+Connect to /lost+found? yes
+
+Inode 4034 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4035
+Connect to /lost+found? yes
+
+Inode 4035 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4036
+Connect to /lost+found? yes
+
+Inode 4036 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4037
+Connect to /lost+found? yes
+
+Inode 4037 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4038
+Connect to /lost+found? yes
+
+Inode 4038 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4039
+Connect to /lost+found? yes
+
+Inode 4039 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4040
+Connect to /lost+found? yes
+
+Inode 4040 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4041
+Connect to /lost+found? yes
+
+Inode 4041 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4042
+Connect to /lost+found? yes
+
+Inode 4042 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4043
+Connect to /lost+found? yes
+
+Inode 4043 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4044
+Connect to /lost+found? yes
+
+Inode 4044 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4045
+Connect to /lost+found? yes
+
+Inode 4045 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4046
+Connect to /lost+found? yes
+
+Inode 4046 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4047
+Connect to /lost+found? yes
+
+Inode 4047 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4048
+Connect to /lost+found? yes
+
+Inode 4048 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4049
+Connect to /lost+found? yes
+
+Inode 4049 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4050
+Connect to /lost+found? yes
+
+Inode 4050 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4051
+Connect to /lost+found? yes
+
+Inode 4051 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4052
+Connect to /lost+found? yes
+
+Inode 4052 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4053
+Connect to /lost+found? yes
+
+No room in lost+found directory. Expand? yes
+
+Inode 4053 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4054
+Connect to /lost+found? yes
+
+Inode 4054 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4055
+Connect to /lost+found? yes
+
+Inode 4055 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4056
+Connect to /lost+found? yes
+
+Inode 4056 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4057
+Connect to /lost+found? yes
+
+Inode 4057 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4058
+Connect to /lost+found? yes
+
+Inode 4058 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4059
+Connect to /lost+found? yes
+
+Inode 4059 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4060
+Connect to /lost+found? yes
+
+Inode 4060 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4061
+Connect to /lost+found? yes
+
+Inode 4061 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4062
+Connect to /lost+found? yes
+
+Inode 4062 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4063
+Connect to /lost+found? yes
+
+Inode 4063 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4064
+Connect to /lost+found? yes
+
+Inode 4064 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4065
+Connect to /lost+found? yes
+
+Inode 4065 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4066
+Connect to /lost+found? yes
+
+Inode 4066 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4067
+Connect to /lost+found? yes
+
+Inode 4067 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4068
+Connect to /lost+found? yes
+
+Inode 4068 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4069
+Connect to /lost+found? yes
+
+Inode 4069 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4070
+Connect to /lost+found? yes
+
+Inode 4070 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4071
+Connect to /lost+found? yes
+
+Inode 4071 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4072
+Connect to /lost+found? yes
+
+Inode 4072 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4073
+Connect to /lost+found? yes
+
+Inode 4073 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4074
+Connect to /lost+found? yes
+
+Inode 4074 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4075
+Connect to /lost+found? yes
+
+Inode 4075 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4076
+Connect to /lost+found? yes
+
+Inode 4076 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4077
+Connect to /lost+found? yes
+
+Inode 4077 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4078
+Connect to /lost+found? yes
+
+Inode 4078 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4079
+Connect to /lost+found? yes
+
+Inode 4079 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4080
+Connect to /lost+found? yes
+
+Inode 4080 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4081
+Connect to /lost+found? yes
+
+Inode 4081 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4082
+Connect to /lost+found? yes
+
+Inode 4082 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4083
+Connect to /lost+found? yes
+
+Inode 4083 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4084
+Connect to /lost+found? yes
+
+Inode 4084 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4085
+Connect to /lost+found? yes
+
+Inode 4085 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4086
+Connect to /lost+found? yes
+
+Inode 4086 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4087
+Connect to /lost+found? yes
+
+Inode 4087 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4088
+Connect to /lost+found? yes
+
+Inode 4088 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4089
+Connect to /lost+found? yes
+
+Inode 4089 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4090
+Connect to /lost+found? yes
+
+Inode 4090 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4091
+Connect to /lost+found? yes
+
+Inode 4091 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4092
+Connect to /lost+found? yes
+
+Inode 4092 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4093
+Connect to /lost+found? yes
+
+Inode 4093 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4094
+Connect to /lost+found? yes
+
+Inode 4094 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4095
+Connect to /lost+found? yes
+
+Inode 4095 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4096
+Connect to /lost+found? yes
+
+Inode 4096 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4097
+Connect to /lost+found? yes
+
+Inode 4097 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4098
+Connect to /lost+found? yes
+
+Inode 4098 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4099
+Connect to /lost+found? yes
+
+Inode 4099 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4100
+Connect to /lost+found? yes
+
+Inode 4100 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4101
+Connect to /lost+found? yes
+
+Inode 4101 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4102
+Connect to /lost+found? yes
+
+Inode 4102 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4103
+Connect to /lost+found? yes
+
+Inode 4103 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4104
+Connect to /lost+found? yes
+
+Inode 4104 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4105
+Connect to /lost+found? yes
+
+Inode 4105 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4106
+Connect to /lost+found? yes
+
+Inode 4106 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4107
+Connect to /lost+found? yes
+
+Inode 4107 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4108
+Connect to /lost+found? yes
+
+Inode 4108 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4109
+Connect to /lost+found? yes
+
+Inode 4109 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4110
+Connect to /lost+found? yes
+
+Inode 4110 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4111
+Connect to /lost+found? yes
+
+Inode 4111 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4112
+Connect to /lost+found? yes
+
+Inode 4112 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4113
+Connect to /lost+found? yes
+
+Inode 4113 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4114
+Connect to /lost+found? yes
+
+Inode 4114 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4115
+Connect to /lost+found? yes
+
+Inode 4115 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4116
+Connect to /lost+found? yes
+
+Inode 4116 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4117
+Connect to /lost+found? yes
+
+No room in lost+found directory. Expand? yes
+
+Inode 4117 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4118
+Connect to /lost+found? yes
+
+Inode 4118 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4119
+Connect to /lost+found? yes
+
+Inode 4119 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4120
+Connect to /lost+found? yes
+
+Inode 4120 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4121
+Connect to /lost+found? yes
+
+Inode 4121 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4122
+Connect to /lost+found? yes
+
+Inode 4122 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4123
+Connect to /lost+found? yes
+
+Inode 4123 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4124
+Connect to /lost+found? yes
+
+Inode 4124 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4125
+Connect to /lost+found? yes
+
+Inode 4125 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4126
+Connect to /lost+found? yes
+
+Inode 4126 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4127
+Connect to /lost+found? yes
+
+Inode 4127 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4128
+Connect to /lost+found? yes
+
+Inode 4128 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4129
+Connect to /lost+found? yes
+
+Inode 4129 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4130
+Connect to /lost+found? yes
+
+Inode 4130 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4131
+Connect to /lost+found? yes
+
+Inode 4131 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4132
+Connect to /lost+found? yes
+
+Inode 4132 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4133
+Connect to /lost+found? yes
+
+Inode 4133 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4134
+Connect to /lost+found? yes
+
+Inode 4134 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4135
+Connect to /lost+found? yes
+
+Inode 4135 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4136
+Connect to /lost+found? yes
+
+Inode 4136 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4137
+Connect to /lost+found? yes
+
+Inode 4137 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4138
+Connect to /lost+found? yes
+
+Inode 4138 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4139
+Connect to /lost+found? yes
+
+Inode 4139 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4140
+Connect to /lost+found? yes
+
+Inode 4140 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4141
+Connect to /lost+found? yes
+
+Inode 4141 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4142
+Connect to /lost+found? yes
+
+Inode 4142 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4143
+Connect to /lost+found? yes
+
+Inode 4143 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4144
+Connect to /lost+found? yes
+
+Inode 4144 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4145
+Connect to /lost+found? yes
+
+Inode 4145 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4146
+Connect to /lost+found? yes
+
+Inode 4146 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4147
+Connect to /lost+found? yes
+
+Inode 4147 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4148
+Connect to /lost+found? yes
+
+Inode 4148 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4149
+Connect to /lost+found? yes
+
+Inode 4149 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4150
+Connect to /lost+found? yes
+
+Inode 4150 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4151
+Connect to /lost+found? yes
+
+Inode 4151 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4152
+Connect to /lost+found? yes
+
+Inode 4152 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4153
+Connect to /lost+found? yes
+
+Inode 4153 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4154
+Connect to /lost+found? yes
+
+Inode 4154 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4155
+Connect to /lost+found? yes
+
+Inode 4155 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4156
+Connect to /lost+found? yes
+
+Inode 4156 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4157
+Connect to /lost+found? yes
+
+Inode 4157 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4158
+Connect to /lost+found? yes
+
+Inode 4158 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4159
+Connect to /lost+found? yes
+
+Inode 4159 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4160
+Connect to /lost+found? yes
+
+Inode 4160 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4161
+Connect to /lost+found? yes
+
+Inode 4161 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4162
+Connect to /lost+found? yes
+
+Inode 4162 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4163
+Connect to /lost+found? yes
+
+Inode 4163 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4164
+Connect to /lost+found? yes
+
+Inode 4164 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4165
+Connect to /lost+found? yes
+
+Inode 4165 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4166
+Connect to /lost+found? yes
+
+Inode 4166 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4167
+Connect to /lost+found? yes
+
+Inode 4167 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4168
+Connect to /lost+found? yes
+
+Inode 4168 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4169
+Connect to /lost+found? yes
+
+Inode 4169 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4170
+Connect to /lost+found? yes
+
+Inode 4170 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4171
+Connect to /lost+found? yes
+
+Inode 4171 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4172
+Connect to /lost+found? yes
+
+Inode 4172 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4173
+Connect to /lost+found? yes
+
+Inode 4173 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4174
+Connect to /lost+found? yes
+
+Inode 4174 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4175
+Connect to /lost+found? yes
+
+Inode 4175 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4176
+Connect to /lost+found? yes
+
+Inode 4176 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4177
+Connect to /lost+found? yes
+
+Inode 4177 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4178
+Connect to /lost+found? yes
+
+Inode 4178 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4179
+Connect to /lost+found? yes
+
+Inode 4179 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4180
+Connect to /lost+found? yes
+
+Inode 4180 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4181
+Connect to /lost+found? yes
+
+No room in lost+found directory. Expand? yes
+
+Inode 4181 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4182
+Connect to /lost+found? yes
+
+Inode 4182 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4183
+Connect to /lost+found? yes
+
+Inode 4183 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4184
+Connect to /lost+found? yes
+
+Inode 4184 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4185
+Connect to /lost+found? yes
+
+Inode 4185 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4186
+Connect to /lost+found? yes
+
+Inode 4186 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4187
+Connect to /lost+found? yes
+
+Inode 4187 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4188
+Connect to /lost+found? yes
+
+Inode 4188 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4189
+Connect to /lost+found? yes
+
+Inode 4189 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4190
+Connect to /lost+found? yes
+
+Inode 4190 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4191
+Connect to /lost+found? yes
+
+Inode 4191 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4192
+Connect to /lost+found? yes
+
+Inode 4192 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4193
+Connect to /lost+found? yes
+
+Inode 4193 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4194
+Connect to /lost+found? yes
+
+Inode 4194 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4195
+Connect to /lost+found? yes
+
+Inode 4195 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4196
+Connect to /lost+found? yes
+
+Inode 4196 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4197
+Connect to /lost+found? yes
+
+Inode 4197 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4198
+Connect to /lost+found? yes
+
+Inode 4198 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4199
+Connect to /lost+found? yes
+
+Inode 4199 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4200
+Connect to /lost+found? yes
+
+Inode 4200 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4201
+Connect to /lost+found? yes
+
+Inode 4201 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4202
+Connect to /lost+found? yes
+
+Inode 4202 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4203
+Connect to /lost+found? yes
+
+Inode 4203 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4204
+Connect to /lost+found? yes
+
+Inode 4204 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4205
+Connect to /lost+found? yes
+
+Inode 4205 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4206
+Connect to /lost+found? yes
+
+Inode 4206 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4207
+Connect to /lost+found? yes
+
+Inode 4207 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4208
+Connect to /lost+found? yes
+
+Inode 4208 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4209
+Connect to /lost+found? yes
+
+Inode 4209 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4210
+Connect to /lost+found? yes
+
+Inode 4210 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4211
+Connect to /lost+found? yes
+
+Inode 4211 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4212
+Connect to /lost+found? yes
+
+Inode 4212 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4213
+Connect to /lost+found? yes
+
+Inode 4213 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4214
+Connect to /lost+found? yes
+
+Inode 4214 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4215
+Connect to /lost+found? yes
+
+Inode 4215 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4216
+Connect to /lost+found? yes
+
+Inode 4216 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4217
+Connect to /lost+found? yes
+
+Inode 4217 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4218
+Connect to /lost+found? yes
+
+Inode 4218 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4219
+Connect to /lost+found? yes
+
+Inode 4219 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4220
+Connect to /lost+found? yes
+
+Inode 4220 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4221
+Connect to /lost+found? yes
+
+Inode 4221 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4222
+Connect to /lost+found? yes
+
+Inode 4222 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4223
+Connect to /lost+found? yes
+
+Inode 4223 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4224
+Connect to /lost+found? yes
+
+Inode 4224 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4225
+Connect to /lost+found? yes
+
+Inode 4225 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4226
+Connect to /lost+found? yes
+
+Inode 4226 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4227
+Connect to /lost+found? yes
+
+Inode 4227 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4228
+Connect to /lost+found? yes
+
+Inode 4228 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4229
+Connect to /lost+found? yes
+
+Inode 4229 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4230
+Connect to /lost+found? yes
+
+Inode 4230 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4231
+Connect to /lost+found? yes
+
+Inode 4231 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4232
+Connect to /lost+found? yes
+
+Inode 4232 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4233
+Connect to /lost+found? yes
+
+Inode 4233 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4234
+Connect to /lost+found? yes
+
+Inode 4234 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4235
+Connect to /lost+found? yes
+
+Inode 4235 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4236
+Connect to /lost+found? yes
+
+Inode 4236 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4237
+Connect to /lost+found? yes
+
+Inode 4237 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4238
+Connect to /lost+found? yes
+
+Inode 4238 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4239
+Connect to /lost+found? yes
+
+Inode 4239 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4240
+Connect to /lost+found? yes
+
+Inode 4240 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4241
+Connect to /lost+found? yes
+
+Inode 4241 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4242
+Connect to /lost+found? yes
+
+Inode 4242 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4243
+Connect to /lost+found? yes
+
+Inode 4243 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4244
+Connect to /lost+found? yes
+
+Inode 4244 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4245
+Connect to /lost+found? yes
+
+No room in lost+found directory. Expand? yes
+
+Inode 4245 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4246
+Connect to /lost+found? yes
+
+Inode 4246 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4247
+Connect to /lost+found? yes
+
+Inode 4247 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4248
+Connect to /lost+found? yes
+
+Inode 4248 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4249
+Connect to /lost+found? yes
+
+Inode 4249 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4250
+Connect to /lost+found? yes
+
+Inode 4250 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4251
+Connect to /lost+found? yes
+
+Inode 4251 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4252
+Connect to /lost+found? yes
+
+Inode 4252 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4253
+Connect to /lost+found? yes
+
+Inode 4253 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4254
+Connect to /lost+found? yes
+
+Inode 4254 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4255
+Connect to /lost+found? yes
+
+Inode 4255 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4256
+Connect to /lost+found? yes
+
+Inode 4256 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4257
+Connect to /lost+found? yes
+
+Inode 4257 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4258
+Connect to /lost+found? yes
+
+Inode 4258 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4259
+Connect to /lost+found? yes
+
+Inode 4259 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4260
+Connect to /lost+found? yes
+
+Inode 4260 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4261
+Connect to /lost+found? yes
+
+Inode 4261 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4262
+Connect to /lost+found? yes
+
+Inode 4262 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4263
+Connect to /lost+found? yes
+
+Inode 4263 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4264
+Connect to /lost+found? yes
+
+Inode 4264 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4265
+Connect to /lost+found? yes
+
+Inode 4265 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4266
+Connect to /lost+found? yes
+
+Inode 4266 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4267
+Connect to /lost+found? yes
+
+Inode 4267 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4268
+Connect to /lost+found? yes
+
+Inode 4268 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4269
+Connect to /lost+found? yes
+
+Inode 4269 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4270
+Connect to /lost+found? yes
+
+Inode 4270 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4271
+Connect to /lost+found? yes
+
+Inode 4271 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4272
+Connect to /lost+found? yes
+
+Inode 4272 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4273
+Connect to /lost+found? yes
+
+Inode 4273 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4274
+Connect to /lost+found? yes
+
+Inode 4274 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4275
+Connect to /lost+found? yes
+
+Inode 4275 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4276
+Connect to /lost+found? yes
+
+Inode 4276 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4277
+Connect to /lost+found? yes
+
+Inode 4277 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4278
+Connect to /lost+found? yes
+
+Inode 4278 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4279
+Connect to /lost+found? yes
+
+Inode 4279 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4280
+Connect to /lost+found? yes
+
+Inode 4280 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4281
+Connect to /lost+found? yes
+
+Inode 4281 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4282
+Connect to /lost+found? yes
+
+Inode 4282 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4283
+Connect to /lost+found? yes
+
+Inode 4283 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4284
+Connect to /lost+found? yes
+
+Inode 4284 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4285
+Connect to /lost+found? yes
+
+Inode 4285 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4286
+Connect to /lost+found? yes
+
+Inode 4286 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4287
+Connect to /lost+found? yes
+
+Inode 4287 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4288
+Connect to /lost+found? yes
+
+Inode 4288 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4289
+Connect to /lost+found? yes
+
+Inode 4289 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4290
+Connect to /lost+found? yes
+
+Inode 4290 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4291
+Connect to /lost+found? yes
+
+Inode 4291 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4292
+Connect to /lost+found? yes
+
+Inode 4292 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4293
+Connect to /lost+found? yes
+
+Inode 4293 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4294
+Connect to /lost+found? yes
+
+Inode 4294 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4295
+Connect to /lost+found? yes
+
+Inode 4295 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4296
+Connect to /lost+found? yes
+
+Inode 4296 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4297
+Connect to /lost+found? yes
+
+Inode 4297 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4298
+Connect to /lost+found? yes
+
+Inode 4298 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4299
+Connect to /lost+found? yes
+
+Inode 4299 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4300
+Connect to /lost+found? yes
+
+Inode 4300 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4301
+Connect to /lost+found? yes
+
+Inode 4301 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4302
+Connect to /lost+found? yes
+
+Inode 4302 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4303
+Connect to /lost+found? yes
+
+Inode 4303 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4304
+Connect to /lost+found? yes
+
+Inode 4304 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4305
+Connect to /lost+found? yes
+
+Inode 4305 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4306
+Connect to /lost+found? yes
+
+Inode 4306 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4307
+Connect to /lost+found? yes
+
+Inode 4307 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4308
+Connect to /lost+found? yes
+
+Inode 4308 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4309
+Connect to /lost+found? yes
+
+No room in lost+found directory. Expand? yes
+
+Inode 4309 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4310
+Connect to /lost+found? yes
+
+Inode 4310 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4311
+Connect to /lost+found? yes
+
+Inode 4311 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4312
+Connect to /lost+found? yes
+
+Inode 4312 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4313
+Connect to /lost+found? yes
+
+Inode 4313 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4314
+Connect to /lost+found? yes
+
+Inode 4314 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4315
+Connect to /lost+found? yes
+
+Inode 4315 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4316
+Connect to /lost+found? yes
+
+Inode 4316 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4317
+Connect to /lost+found? yes
+
+Inode 4317 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4318
+Connect to /lost+found? yes
+
+Inode 4318 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4319
+Connect to /lost+found? yes
+
+Inode 4319 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4320
+Connect to /lost+found? yes
+
+Inode 4320 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4321
+Connect to /lost+found? yes
+
+Inode 4321 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4322
+Connect to /lost+found? yes
+
+Inode 4322 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4323
+Connect to /lost+found? yes
+
+Inode 4323 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4324
+Connect to /lost+found? yes
+
+Inode 4324 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4325
+Connect to /lost+found? yes
+
+Inode 4325 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4326
+Connect to /lost+found? yes
+
+Inode 4326 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4327
+Connect to /lost+found? yes
+
+Inode 4327 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4328
+Connect to /lost+found? yes
+
+Inode 4328 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4329
+Connect to /lost+found? yes
+
+Inode 4329 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4330
+Connect to /lost+found? yes
+
+Inode 4330 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4331
+Connect to /lost+found? yes
+
+Inode 4331 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4332
+Connect to /lost+found? yes
+
+Inode 4332 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4333
+Connect to /lost+found? yes
+
+Inode 4333 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4334
+Connect to /lost+found? yes
+
+Inode 4334 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4335
+Connect to /lost+found? yes
+
+Inode 4335 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4336
+Connect to /lost+found? yes
+
+Inode 4336 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4337
+Connect to /lost+found? yes
+
+Inode 4337 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4338
+Connect to /lost+found? yes
+
+Inode 4338 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4339
+Connect to /lost+found? yes
+
+Inode 4339 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4340
+Connect to /lost+found? yes
+
+Inode 4340 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4341
+Connect to /lost+found? yes
+
+Inode 4341 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4342
+Connect to /lost+found? yes
+
+Inode 4342 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4343
+Connect to /lost+found? yes
+
+Inode 4343 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4344
+Connect to /lost+found? yes
+
+Inode 4344 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4345
+Connect to /lost+found? yes
+
+Inode 4345 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4346
+Connect to /lost+found? yes
+
+Inode 4346 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4347
+Connect to /lost+found? yes
+
+Inode 4347 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4348
+Connect to /lost+found? yes
+
+Inode 4348 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4349
+Connect to /lost+found? yes
+
+Inode 4349 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4350
+Connect to /lost+found? yes
+
+Inode 4350 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4351
+Connect to /lost+found? yes
+
+Inode 4351 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4352
+Connect to /lost+found? yes
+
+Inode 4352 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4353
+Connect to /lost+found? yes
+
+Inode 4353 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4354
+Connect to /lost+found? yes
+
+Inode 4354 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4355
+Connect to /lost+found? yes
+
+Inode 4355 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4356
+Connect to /lost+found? yes
+
+Inode 4356 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4357
+Connect to /lost+found? yes
+
+Inode 4357 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4358
+Connect to /lost+found? yes
+
+Inode 4358 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4359
+Connect to /lost+found? yes
+
+Inode 4359 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4360
+Connect to /lost+found? yes
+
+Inode 4360 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4361
+Connect to /lost+found? yes
+
+Inode 4361 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4362
+Connect to /lost+found? yes
+
+Inode 4362 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4363
+Connect to /lost+found? yes
+
+Inode 4363 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4364
+Connect to /lost+found? yes
+
+Inode 4364 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4365
+Connect to /lost+found? yes
+
+Inode 4365 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4366
+Connect to /lost+found? yes
+
+Inode 4366 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4367
+Connect to /lost+found? yes
+
+Inode 4367 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4368
+Connect to /lost+found? yes
+
+Inode 4368 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4369
+Connect to /lost+found? yes
+
+Inode 4369 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4370
+Connect to /lost+found? yes
+
+Inode 4370 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4371
+Connect to /lost+found? yes
+
+Inode 4371 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4372
+Connect to /lost+found? yes
+
+Inode 4372 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4373
+Connect to /lost+found? yes
+
+No room in lost+found directory. Expand? yes
+
+Inode 4373 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4374
+Connect to /lost+found? yes
+
+Inode 4374 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4375
+Connect to /lost+found? yes
+
+Inode 4375 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4376
+Connect to /lost+found? yes
+
+Inode 4376 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4377
+Connect to /lost+found? yes
+
+Inode 4377 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4378
+Connect to /lost+found? yes
+
+Inode 4378 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4379
+Connect to /lost+found? yes
+
+Inode 4379 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4380
+Connect to /lost+found? yes
+
+Inode 4380 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4381
+Connect to /lost+found? yes
+
+Inode 4381 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4382
+Connect to /lost+found? yes
+
+Inode 4382 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4383
+Connect to /lost+found? yes
+
+Inode 4383 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4384
+Connect to /lost+found? yes
+
+Inode 4384 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4385
+Connect to /lost+found? yes
+
+Inode 4385 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4386
+Connect to /lost+found? yes
+
+Inode 4386 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4387
+Connect to /lost+found? yes
+
+Inode 4387 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4388
+Connect to /lost+found? yes
+
+Inode 4388 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4389
+Connect to /lost+found? yes
+
+Inode 4389 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4390
+Connect to /lost+found? yes
+
+Inode 4390 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4391
+Connect to /lost+found? yes
+
+Inode 4391 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4392
+Connect to /lost+found? yes
+
+Inode 4392 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4393
+Connect to /lost+found? yes
+
+Inode 4393 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4394
+Connect to /lost+found? yes
+
+Inode 4394 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4395
+Connect to /lost+found? yes
+
+Inode 4395 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4396
+Connect to /lost+found? yes
+
+Inode 4396 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4397
+Connect to /lost+found? yes
+
+Inode 4397 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4398
+Connect to /lost+found? yes
+
+Inode 4398 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4399
+Connect to /lost+found? yes
+
+Inode 4399 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4400
+Connect to /lost+found? yes
+
+Inode 4400 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4401
+Connect to /lost+found? yes
+
+Inode 4401 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4402
+Connect to /lost+found? yes
+
+Inode 4402 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4403
+Connect to /lost+found? yes
+
+Inode 4403 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4404
+Connect to /lost+found? yes
+
+Inode 4404 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4405
+Connect to /lost+found? yes
+
+Inode 4405 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4406
+Connect to /lost+found? yes
+
+Inode 4406 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4407
+Connect to /lost+found? yes
+
+Inode 4407 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4408
+Connect to /lost+found? yes
+
+Inode 4408 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4409
+Connect to /lost+found? yes
+
+Inode 4409 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4410
+Connect to /lost+found? yes
+
+Inode 4410 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4411
+Connect to /lost+found? yes
+
+Inode 4411 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4412
+Connect to /lost+found? yes
+
+Inode 4412 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4413
+Connect to /lost+found? yes
+
+Inode 4413 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4414
+Connect to /lost+found? yes
+
+Inode 4414 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4415
+Connect to /lost+found? yes
+
+Inode 4415 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4416
+Connect to /lost+found? yes
+
+Inode 4416 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4417
+Connect to /lost+found? yes
+
+Inode 4417 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4418
+Connect to /lost+found? yes
+
+Inode 4418 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4419
+Connect to /lost+found? yes
+
+Inode 4419 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4420
+Connect to /lost+found? yes
+
+Inode 4420 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4421
+Connect to /lost+found? yes
+
+Inode 4421 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4422
+Connect to /lost+found? yes
+
+Inode 4422 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4423
+Connect to /lost+found? yes
+
+Inode 4423 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4424
+Connect to /lost+found? yes
+
+Inode 4424 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4425
+Connect to /lost+found? yes
+
+Inode 4425 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4426
+Connect to /lost+found? yes
+
+Inode 4426 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4427
+Connect to /lost+found? yes
+
+Inode 4427 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4428
+Connect to /lost+found? yes
+
+Inode 4428 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4429
+Connect to /lost+found? yes
+
+Inode 4429 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4430
+Connect to /lost+found? yes
+
+Inode 4430 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4431
+Connect to /lost+found? yes
+
+Inode 4431 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4432
+Connect to /lost+found? yes
+
+Inode 4432 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4433
+Connect to /lost+found? yes
+
+Inode 4433 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4434
+Connect to /lost+found? yes
+
+Inode 4434 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4435
+Connect to /lost+found? yes
+
+Inode 4435 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4436
+Connect to /lost+found? yes
+
+Inode 4436 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4437
+Connect to /lost+found? yes
+
+No room in lost+found directory. Expand? yes
+
+Inode 4437 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4438
+Connect to /lost+found? yes
+
+Inode 4438 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4439
+Connect to /lost+found? yes
+
+Inode 4439 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4440
+Connect to /lost+found? yes
+
+Inode 4440 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4441
+Connect to /lost+found? yes
+
+Inode 4441 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4442
+Connect to /lost+found? yes
+
+Inode 4442 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4443
+Connect to /lost+found? yes
+
+Inode 4443 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4444
+Connect to /lost+found? yes
+
+Inode 4444 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4445
+Connect to /lost+found? yes
+
+Inode 4445 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4446
+Connect to /lost+found? yes
+
+Inode 4446 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4447
+Connect to /lost+found? yes
+
+Inode 4447 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4448
+Connect to /lost+found? yes
+
+Inode 4448 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4449
+Connect to /lost+found? yes
+
+Inode 4449 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4450
+Connect to /lost+found? yes
+
+Inode 4450 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4451
+Connect to /lost+found? yes
+
+Inode 4451 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4452
+Connect to /lost+found? yes
+
+Inode 4452 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4453
+Connect to /lost+found? yes
+
+Inode 4453 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4454
+Connect to /lost+found? yes
+
+Inode 4454 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4455
+Connect to /lost+found? yes
+
+Inode 4455 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4456
+Connect to /lost+found? yes
+
+Inode 4456 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4457
+Connect to /lost+found? yes
+
+Inode 4457 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4458
+Connect to /lost+found? yes
+
+Inode 4458 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4459
+Connect to /lost+found? yes
+
+Inode 4459 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4460
+Connect to /lost+found? yes
+
+Inode 4460 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4461
+Connect to /lost+found? yes
+
+Inode 4461 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4462
+Connect to /lost+found? yes
+
+Inode 4462 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4463
+Connect to /lost+found? yes
+
+Inode 4463 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4464
+Connect to /lost+found? yes
+
+Inode 4464 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4465
+Connect to /lost+found? yes
+
+Inode 4465 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4466
+Connect to /lost+found? yes
+
+Inode 4466 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4467
+Connect to /lost+found? yes
+
+Inode 4467 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4468
+Connect to /lost+found? yes
+
+Inode 4468 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4469
+Connect to /lost+found? yes
+
+Inode 4469 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4470
+Connect to /lost+found? yes
+
+Inode 4470 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4471
+Connect to /lost+found? yes
+
+Inode 4471 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4472
+Connect to /lost+found? yes
+
+Inode 4472 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4473
+Connect to /lost+found? yes
+
+Inode 4473 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4474
+Connect to /lost+found? yes
+
+Inode 4474 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4475
+Connect to /lost+found? yes
+
+Inode 4475 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4476
+Connect to /lost+found? yes
+
+Inode 4476 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4477
+Connect to /lost+found? yes
+
+Inode 4477 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4478
+Connect to /lost+found? yes
+
+Inode 4478 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4479
+Connect to /lost+found? yes
+
+Inode 4479 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4480
+Connect to /lost+found? yes
+
+Inode 4480 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4481
+Connect to /lost+found? yes
+
+Inode 4481 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4482
+Connect to /lost+found? yes
+
+Inode 4482 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4483
+Connect to /lost+found? yes
+
+Inode 4483 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4484
+Connect to /lost+found? yes
+
+Inode 4484 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4485
+Connect to /lost+found? yes
+
+Inode 4485 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4486
+Connect to /lost+found? yes
+
+Inode 4486 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4487
+Connect to /lost+found? yes
+
+Inode 4487 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4488
+Connect to /lost+found? yes
+
+Inode 4488 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4489
+Connect to /lost+found? yes
+
+Inode 4489 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4490
+Connect to /lost+found? yes
+
+Inode 4490 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4491
+Connect to /lost+found? yes
+
+Inode 4491 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4492
+Connect to /lost+found? yes
+
+Inode 4492 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4493
+Connect to /lost+found? yes
+
+Inode 4493 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4494
+Connect to /lost+found? yes
+
+Inode 4494 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4495
+Connect to /lost+found? yes
+
+Inode 4495 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4496
+Connect to /lost+found? yes
+
+Inode 4496 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4497
+Connect to /lost+found? yes
+
+Inode 4497 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4498
+Connect to /lost+found? yes
+
+Inode 4498 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4499
+Connect to /lost+found? yes
+
+Inode 4499 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4500
+Connect to /lost+found? yes
+
+Inode 4500 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4501
+Connect to /lost+found? yes
+
+No room in lost+found directory. Expand? yes
+
+Inode 4501 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4502
+Connect to /lost+found? yes
+
+Inode 4502 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4503
+Connect to /lost+found? yes
+
+Inode 4503 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4504
+Connect to /lost+found? yes
+
+Inode 4504 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4505
+Connect to /lost+found? yes
+
+Inode 4505 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4506
+Connect to /lost+found? yes
+
+Inode 4506 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4507
+Connect to /lost+found? yes
+
+Inode 4507 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4508
+Connect to /lost+found? yes
+
+Inode 4508 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4509
+Connect to /lost+found? yes
+
+Inode 4509 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4510
+Connect to /lost+found? yes
+
+Inode 4510 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4511
+Connect to /lost+found? yes
+
+Inode 4511 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4512
+Connect to /lost+found? yes
+
+Inode 4512 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4513
+Connect to /lost+found? yes
+
+Inode 4513 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4514
+Connect to /lost+found? yes
+
+Inode 4514 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4515
+Connect to /lost+found? yes
+
+Inode 4515 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4516
+Connect to /lost+found? yes
+
+Inode 4516 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4517
+Connect to /lost+found? yes
+
+Inode 4517 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4518
+Connect to /lost+found? yes
+
+Inode 4518 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4519
+Connect to /lost+found? yes
+
+Inode 4519 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4520
+Connect to /lost+found? yes
+
+Inode 4520 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4521
+Connect to /lost+found? yes
+
+Inode 4521 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4522
+Connect to /lost+found? yes
+
+Inode 4522 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4523
+Connect to /lost+found? yes
+
+Inode 4523 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4524
+Connect to /lost+found? yes
+
+Inode 4524 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4525
+Connect to /lost+found? yes
+
+Inode 4525 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4526
+Connect to /lost+found? yes
+
+Inode 4526 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4527
+Connect to /lost+found? yes
+
+Inode 4527 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4528
+Connect to /lost+found? yes
+
+Inode 4528 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4529
+Connect to /lost+found? yes
+
+Inode 4529 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4530
+Connect to /lost+found? yes
+
+Inode 4530 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4531
+Connect to /lost+found? yes
+
+Inode 4531 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4532
+Connect to /lost+found? yes
+
+Inode 4532 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4533
+Connect to /lost+found? yes
+
+Inode 4533 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4534
+Connect to /lost+found? yes
+
+Inode 4534 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4535
+Connect to /lost+found? yes
+
+Inode 4535 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4536
+Connect to /lost+found? yes
+
+Inode 4536 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4537
+Connect to /lost+found? yes
+
+Inode 4537 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4538
+Connect to /lost+found? yes
+
+Inode 4538 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4539
+Connect to /lost+found? yes
+
+Inode 4539 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4540
+Connect to /lost+found? yes
+
+Inode 4540 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4541
+Connect to /lost+found? yes
+
+Inode 4541 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4542
+Connect to /lost+found? yes
+
+Inode 4542 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4543
+Connect to /lost+found? yes
+
+Inode 4543 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4544
+Connect to /lost+found? yes
+
+Inode 4544 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4545
+Connect to /lost+found? yes
+
+Inode 4545 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4546
+Connect to /lost+found? yes
+
+Inode 4546 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4547
+Connect to /lost+found? yes
+
+Inode 4547 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4548
+Connect to /lost+found? yes
+
+Inode 4548 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4549
+Connect to /lost+found? yes
+
+Inode 4549 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4550
+Connect to /lost+found? yes
+
+Inode 4550 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4551
+Connect to /lost+found? yes
+
+Inode 4551 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4552
+Connect to /lost+found? yes
+
+Inode 4552 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4553
+Connect to /lost+found? yes
+
+Inode 4553 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4554
+Connect to /lost+found? yes
+
+Inode 4554 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4555
+Connect to /lost+found? yes
+
+Inode 4555 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4556
+Connect to /lost+found? yes
+
+Inode 4556 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4557
+Connect to /lost+found? yes
+
+Inode 4557 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4558
+Connect to /lost+found? yes
+
+Inode 4558 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4559
+Connect to /lost+found? yes
+
+Inode 4559 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4560
+Connect to /lost+found? yes
+
+Inode 4560 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4561
+Connect to /lost+found? yes
+
+Inode 4561 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4562
+Connect to /lost+found? yes
+
+Inode 4562 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4563
+Connect to /lost+found? yes
+
+Inode 4563 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4564
+Connect to /lost+found? yes
+
+Inode 4564 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4565
+Connect to /lost+found? yes
+
+No room in lost+found directory. Expand? yes
+
+Inode 4565 ref count is 2, should be 1. Fix? yes
-Free blocks count wrong (56, counted=55).
+Unattached inode 4566
+Connect to /lost+found? yes
+
+Inode 4566 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4567
+Connect to /lost+found? yes
+
+Inode 4567 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4568
+Connect to /lost+found? yes
+
+Inode 4568 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4569
+Connect to /lost+found? yes
+
+Inode 4569 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4570
+Connect to /lost+found? yes
+
+Inode 4570 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4571
+Connect to /lost+found? yes
+
+Inode 4571 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4572
+Connect to /lost+found? yes
+
+Inode 4572 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4573
+Connect to /lost+found? yes
+
+Inode 4573 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4574
+Connect to /lost+found? yes
+
+Inode 4574 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4575
+Connect to /lost+found? yes
+
+Inode 4575 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4576
+Connect to /lost+found? yes
+
+Inode 4576 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4577
+Connect to /lost+found? yes
+
+Inode 4577 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4578
+Connect to /lost+found? yes
+
+Inode 4578 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4579
+Connect to /lost+found? yes
+
+Inode 4579 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4580
+Connect to /lost+found? yes
+
+Inode 4580 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4581
+Connect to /lost+found? yes
+
+Inode 4581 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4582
+Connect to /lost+found? yes
+
+Inode 4582 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4583
+Connect to /lost+found? yes
+
+Inode 4583 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4584
+Connect to /lost+found? yes
+
+Inode 4584 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4585
+Connect to /lost+found? yes
+
+Inode 4585 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4586
+Connect to /lost+found? yes
+
+Inode 4586 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4587
+Connect to /lost+found? yes
+
+Inode 4587 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4588
+Connect to /lost+found? yes
+
+Inode 4588 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4589
+Connect to /lost+found? yes
+
+Inode 4589 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4590
+Connect to /lost+found? yes
+
+Inode 4590 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4591
+Connect to /lost+found? yes
+
+Inode 4591 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4592
+Connect to /lost+found? yes
+
+Inode 4592 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4593
+Connect to /lost+found? yes
+
+Inode 4593 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4594
+Connect to /lost+found? yes
+
+Inode 4594 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4595
+Connect to /lost+found? yes
+
+Inode 4595 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4596
+Connect to /lost+found? yes
+
+Inode 4596 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4597
+Connect to /lost+found? yes
+
+Inode 4597 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4598
+Connect to /lost+found? yes
+
+Inode 4598 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4599
+Connect to /lost+found? yes
+
+Inode 4599 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4600
+Connect to /lost+found? yes
+
+Inode 4600 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4601
+Connect to /lost+found? yes
+
+Inode 4601 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4602
+Connect to /lost+found? yes
+
+Inode 4602 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4603
+Connect to /lost+found? yes
+
+Inode 4603 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4604
+Connect to /lost+found? yes
+
+Inode 4604 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4605
+Connect to /lost+found? yes
+
+Inode 4605 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4606
+Connect to /lost+found? yes
+
+Inode 4606 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4607
+Connect to /lost+found? yes
+
+Inode 4607 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4608
+Connect to /lost+found? yes
+
+Inode 4608 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4609
+Connect to /lost+found? yes
+
+Inode 4609 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4610
+Connect to /lost+found? yes
+
+Inode 4610 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4611
+Connect to /lost+found? yes
+
+Inode 4611 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4612
+Connect to /lost+found? yes
+
+Inode 4612 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4613
+Connect to /lost+found? yes
+
+Inode 4613 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4614
+Connect to /lost+found? yes
+
+Inode 4614 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4615
+Connect to /lost+found? yes
+
+Inode 4615 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4616
+Connect to /lost+found? yes
+
+Inode 4616 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4617
+Connect to /lost+found? yes
+
+Inode 4617 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4618
+Connect to /lost+found? yes
+
+Inode 4618 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4619
+Connect to /lost+found? yes
+
+Inode 4619 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4620
+Connect to /lost+found? yes
+
+Inode 4620 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4621
+Connect to /lost+found? yes
+
+Inode 4621 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4622
+Connect to /lost+found? yes
+
+Inode 4622 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4623
+Connect to /lost+found? yes
+
+Inode 4623 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4624
+Connect to /lost+found? yes
+
+Inode 4624 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4625
+Connect to /lost+found? yes
+
+Inode 4625 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4626
+Connect to /lost+found? yes
+
+Inode 4626 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4627
+Connect to /lost+found? yes
+
+Inode 4627 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4628
+Connect to /lost+found? yes
+
+Inode 4628 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4629
+Connect to /lost+found? yes
+
+No room in lost+found directory. Expand? yes
+
+Inode 4629 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4630
+Connect to /lost+found? yes
+
+Inode 4630 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4631
+Connect to /lost+found? yes
+
+Inode 4631 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4632
+Connect to /lost+found? yes
+
+Inode 4632 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4633
+Connect to /lost+found? yes
+
+Inode 4633 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4634
+Connect to /lost+found? yes
+
+Inode 4634 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4635
+Connect to /lost+found? yes
+
+Inode 4635 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4636
+Connect to /lost+found? yes
+
+Inode 4636 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4637
+Connect to /lost+found? yes
+
+Inode 4637 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4638
+Connect to /lost+found? yes
+
+Inode 4638 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4639
+Connect to /lost+found? yes
+
+Inode 4639 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4640
+Connect to /lost+found? yes
+
+Inode 4640 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4641
+Connect to /lost+found? yes
+
+Inode 4641 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4642
+Connect to /lost+found? yes
+
+Inode 4642 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4643
+Connect to /lost+found? yes
+
+Inode 4643 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4644
+Connect to /lost+found? yes
+
+Inode 4644 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4645
+Connect to /lost+found? yes
+
+Inode 4645 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4646
+Connect to /lost+found? yes
+
+Inode 4646 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4647
+Connect to /lost+found? yes
+
+Inode 4647 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4648
+Connect to /lost+found? yes
+
+Inode 4648 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4649
+Connect to /lost+found? yes
+
+Inode 4649 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4650
+Connect to /lost+found? yes
+
+Inode 4650 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4651
+Connect to /lost+found? yes
+
+Inode 4651 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4652
+Connect to /lost+found? yes
+
+Inode 4652 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4653
+Connect to /lost+found? yes
+
+Inode 4653 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4654
+Connect to /lost+found? yes
+
+Inode 4654 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4655
+Connect to /lost+found? yes
+
+Inode 4655 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4656
+Connect to /lost+found? yes
+
+Inode 4656 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4657
+Connect to /lost+found? yes
+
+Inode 4657 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4658
+Connect to /lost+found? yes
+
+Inode 4658 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4659
+Connect to /lost+found? yes
+
+Inode 4659 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4660
+Connect to /lost+found? yes
+
+Inode 4660 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4661
+Connect to /lost+found? yes
+
+Inode 4661 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4662
+Connect to /lost+found? yes
+
+Inode 4662 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4663
+Connect to /lost+found? yes
+
+Inode 4663 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4664
+Connect to /lost+found? yes
+
+Inode 4664 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4665
+Connect to /lost+found? yes
+
+Inode 4665 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4666
+Connect to /lost+found? yes
+
+Inode 4666 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4667
+Connect to /lost+found? yes
+
+Inode 4667 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4668
+Connect to /lost+found? yes
+
+Inode 4668 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4669
+Connect to /lost+found? yes
+
+Inode 4669 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4670
+Connect to /lost+found? yes
+
+Inode 4670 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4671
+Connect to /lost+found? yes
+
+Inode 4671 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4672
+Connect to /lost+found? yes
+
+Inode 4672 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4673
+Connect to /lost+found? yes
+
+Inode 4673 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4674
+Connect to /lost+found? yes
+
+Inode 4674 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4675
+Connect to /lost+found? yes
+
+Inode 4675 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4676
+Connect to /lost+found? yes
+
+Inode 4676 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4677
+Connect to /lost+found? yes
+
+Inode 4677 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4678
+Connect to /lost+found? yes
+
+Inode 4678 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4679
+Connect to /lost+found? yes
+
+Inode 4679 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4680
+Connect to /lost+found? yes
+
+Inode 4680 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4681
+Connect to /lost+found? yes
+
+Inode 4681 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4682
+Connect to /lost+found? yes
+
+Inode 4682 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4683
+Connect to /lost+found? yes
+
+Inode 4683 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4684
+Connect to /lost+found? yes
+
+Inode 4684 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4685
+Connect to /lost+found? yes
+
+Inode 4685 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4686
+Connect to /lost+found? yes
+
+Inode 4686 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4687
+Connect to /lost+found? yes
+
+Inode 4687 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4688
+Connect to /lost+found? yes
+
+Inode 4688 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4689
+Connect to /lost+found? yes
+
+Inode 4689 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4690
+Connect to /lost+found? yes
+
+Inode 4690 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4691
+Connect to /lost+found? yes
+
+Inode 4691 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4692
+Connect to /lost+found? yes
+
+Inode 4692 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4693
+Connect to /lost+found? yes
+
+No room in lost+found directory. Expand? yes
+
+Inode 4693 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4694
+Connect to /lost+found? yes
+
+Inode 4694 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4695
+Connect to /lost+found? yes
+
+Inode 4695 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4696
+Connect to /lost+found? yes
+
+Inode 4696 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4697
+Connect to /lost+found? yes
+
+Inode 4697 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4698
+Connect to /lost+found? yes
+
+Inode 4698 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4699
+Connect to /lost+found? yes
+
+Inode 4699 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4700
+Connect to /lost+found? yes
+
+Inode 4700 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4701
+Connect to /lost+found? yes
+
+Inode 4701 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4702
+Connect to /lost+found? yes
+
+Inode 4702 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4703
+Connect to /lost+found? yes
+
+Inode 4703 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4704
+Connect to /lost+found? yes
+
+Inode 4704 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4705
+Connect to /lost+found? yes
+
+Inode 4705 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4706
+Connect to /lost+found? yes
+
+Inode 4706 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4707
+Connect to /lost+found? yes
+
+Inode 4707 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4708
+Connect to /lost+found? yes
+
+Inode 4708 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4709
+Connect to /lost+found? yes
+
+Inode 4709 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4710
+Connect to /lost+found? yes
+
+Inode 4710 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4711
+Connect to /lost+found? yes
+
+Inode 4711 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4712
+Connect to /lost+found? yes
+
+Inode 4712 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4713
+Connect to /lost+found? yes
+
+Inode 4713 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4714
+Connect to /lost+found? yes
+
+Inode 4714 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4715
+Connect to /lost+found? yes
+
+Inode 4715 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4716
+Connect to /lost+found? yes
+
+Inode 4716 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4717
+Connect to /lost+found? yes
+
+Inode 4717 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4718
+Connect to /lost+found? yes
+
+Inode 4718 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4719
+Connect to /lost+found? yes
+
+Inode 4719 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4720
+Connect to /lost+found? yes
+
+Inode 4720 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4721
+Connect to /lost+found? yes
+
+Inode 4721 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4722
+Connect to /lost+found? yes
+
+Inode 4722 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4723
+Connect to /lost+found? yes
+
+Inode 4723 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4724
+Connect to /lost+found? yes
+
+Inode 4724 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4725
+Connect to /lost+found? yes
+
+Inode 4725 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4726
+Connect to /lost+found? yes
+
+Inode 4726 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4727
+Connect to /lost+found? yes
+
+Inode 4727 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4728
+Connect to /lost+found? yes
+
+Inode 4728 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4729
+Connect to /lost+found? yes
+
+Inode 4729 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4730
+Connect to /lost+found? yes
+
+Inode 4730 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4731
+Connect to /lost+found? yes
+
+Inode 4731 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4732
+Connect to /lost+found? yes
+
+Inode 4732 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4733
+Connect to /lost+found? yes
+
+Inode 4733 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4734
+Connect to /lost+found? yes
+
+Inode 4734 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4735
+Connect to /lost+found? yes
+
+Inode 4735 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4736
+Connect to /lost+found? yes
+
+Inode 4736 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4737
+Connect to /lost+found? yes
+
+Inode 4737 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4738
+Connect to /lost+found? yes
+
+Inode 4738 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4739
+Connect to /lost+found? yes
+
+Inode 4739 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4740
+Connect to /lost+found? yes
+
+Inode 4740 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4741
+Connect to /lost+found? yes
+
+Inode 4741 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4742
+Connect to /lost+found? yes
+
+Inode 4742 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4743
+Connect to /lost+found? yes
+
+Inode 4743 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4744
+Connect to /lost+found? yes
+
+Inode 4744 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4745
+Connect to /lost+found? yes
+
+Inode 4745 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4746
+Connect to /lost+found? yes
+
+Inode 4746 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4747
+Connect to /lost+found? yes
+
+Inode 4747 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4748
+Connect to /lost+found? yes
+
+Inode 4748 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4749
+Connect to /lost+found? yes
+
+Inode 4749 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4750
+Connect to /lost+found? yes
+
+Inode 4750 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4751
+Connect to /lost+found? yes
+
+Inode 4751 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4752
+Connect to /lost+found? yes
+
+Inode 4752 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4753
+Connect to /lost+found? yes
+
+Inode 4753 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4754
+Connect to /lost+found? yes
+
+Inode 4754 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4755
+Connect to /lost+found? yes
+
+Inode 4755 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4756
+Connect to /lost+found? yes
+
+Inode 4756 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4757
+Connect to /lost+found? yes
+
+No room in lost+found directory. Expand? yes
+
+Inode 4757 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4758
+Connect to /lost+found? yes
+
+Inode 4758 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4759
+Connect to /lost+found? yes
+
+Inode 4759 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4760
+Connect to /lost+found? yes
+
+Inode 4760 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4761
+Connect to /lost+found? yes
+
+Inode 4761 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4762
+Connect to /lost+found? yes
+
+Inode 4762 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4763
+Connect to /lost+found? yes
+
+Inode 4763 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4764
+Connect to /lost+found? yes
+
+Inode 4764 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4765
+Connect to /lost+found? yes
+
+Inode 4765 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4766
+Connect to /lost+found? yes
+
+Inode 4766 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4767
+Connect to /lost+found? yes
+
+Inode 4767 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4768
+Connect to /lost+found? yes
+
+Inode 4768 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4769
+Connect to /lost+found? yes
+
+Inode 4769 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4770
+Connect to /lost+found? yes
+
+Inode 4770 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4771
+Connect to /lost+found? yes
+
+Inode 4771 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4772
+Connect to /lost+found? yes
+
+Inode 4772 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4773
+Connect to /lost+found? yes
+
+Inode 4773 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4774
+Connect to /lost+found? yes
+
+Inode 4774 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4775
+Connect to /lost+found? yes
+
+Inode 4775 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4776
+Connect to /lost+found? yes
+
+Inode 4776 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4777
+Connect to /lost+found? yes
+
+Inode 4777 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4778
+Connect to /lost+found? yes
+
+Inode 4778 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4779
+Connect to /lost+found? yes
+
+Inode 4779 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4780
+Connect to /lost+found? yes
+
+Inode 4780 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4781
+Connect to /lost+found? yes
+
+Inode 4781 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4782
+Connect to /lost+found? yes
+
+Inode 4782 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4783
+Connect to /lost+found? yes
+
+Inode 4783 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4784
+Connect to /lost+found? yes
+
+Inode 4784 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4785
+Connect to /lost+found? yes
+
+Inode 4785 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4786
+Connect to /lost+found? yes
+
+Inode 4786 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4787
+Connect to /lost+found? yes
+
+Inode 4787 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4788
+Connect to /lost+found? yes
+
+Inode 4788 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4789
+Connect to /lost+found? yes
+
+Inode 4789 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4790
+Connect to /lost+found? yes
+
+Inode 4790 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4791
+Connect to /lost+found? yes
+
+Inode 4791 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4792
+Connect to /lost+found? yes
+
+Inode 4792 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4793
+Connect to /lost+found? yes
+
+Inode 4793 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4794
+Connect to /lost+found? yes
+
+Inode 4794 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4795
+Connect to /lost+found? yes
+
+Inode 4795 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4796
+Connect to /lost+found? yes
+
+Inode 4796 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4797
+Connect to /lost+found? yes
+
+Inode 4797 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4798
+Connect to /lost+found? yes
+
+Inode 4798 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4799
+Connect to /lost+found? yes
+
+Inode 4799 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4800
+Connect to /lost+found? yes
+
+Inode 4800 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4801
+Connect to /lost+found? yes
+
+Inode 4801 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4802
+Connect to /lost+found? yes
+
+Inode 4802 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4803
+Connect to /lost+found? yes
+
+Inode 4803 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4804
+Connect to /lost+found? yes
+
+Inode 4804 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4805
+Connect to /lost+found? yes
+
+Inode 4805 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4806
+Connect to /lost+found? yes
+
+Inode 4806 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4807
+Connect to /lost+found? yes
+
+Inode 4807 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4808
+Connect to /lost+found? yes
+
+Inode 4808 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4809
+Connect to /lost+found? yes
+
+Inode 4809 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4810
+Connect to /lost+found? yes
+
+Inode 4810 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4811
+Connect to /lost+found? yes
+
+Inode 4811 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4812
+Connect to /lost+found? yes
+
+Inode 4812 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4813
+Connect to /lost+found? yes
+
+Inode 4813 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4814
+Connect to /lost+found? yes
+
+Inode 4814 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4815
+Connect to /lost+found? yes
+
+Inode 4815 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4816
+Connect to /lost+found? yes
+
+Inode 4816 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4817
+Connect to /lost+found? yes
+
+Inode 4817 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4818
+Connect to /lost+found? yes
+
+Inode 4818 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4819
+Connect to /lost+found? yes
+
+Inode 4819 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4820
+Connect to /lost+found? yes
+
+Inode 4820 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4821
+Connect to /lost+found? yes
+
+No room in lost+found directory. Expand? yes
+
+Inode 4821 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4822
+Connect to /lost+found? yes
+
+Inode 4822 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4823
+Connect to /lost+found? yes
+
+Inode 4823 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4824
+Connect to /lost+found? yes
+
+Inode 4824 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4825
+Connect to /lost+found? yes
+
+Inode 4825 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4826
+Connect to /lost+found? yes
+
+Inode 4826 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4827
+Connect to /lost+found? yes
+
+Inode 4827 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4828
+Connect to /lost+found? yes
+
+Inode 4828 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4829
+Connect to /lost+found? yes
+
+Inode 4829 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4830
+Connect to /lost+found? yes
+
+Inode 4830 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4831
+Connect to /lost+found? yes
+
+Inode 4831 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4832
+Connect to /lost+found? yes
+
+Inode 4832 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4833
+Connect to /lost+found? yes
+
+Inode 4833 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4834
+Connect to /lost+found? yes
+
+Inode 4834 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4835
+Connect to /lost+found? yes
+
+Inode 4835 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4836
+Connect to /lost+found? yes
+
+Inode 4836 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4837
+Connect to /lost+found? yes
+
+Inode 4837 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4838
+Connect to /lost+found? yes
+
+Inode 4838 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4839
+Connect to /lost+found? yes
+
+Inode 4839 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4840
+Connect to /lost+found? yes
+
+Inode 4840 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4841
+Connect to /lost+found? yes
+
+Inode 4841 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4842
+Connect to /lost+found? yes
+
+Inode 4842 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4843
+Connect to /lost+found? yes
+
+Inode 4843 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4844
+Connect to /lost+found? yes
+
+Inode 4844 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4845
+Connect to /lost+found? yes
+
+Inode 4845 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4846
+Connect to /lost+found? yes
+
+Inode 4846 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4847
+Connect to /lost+found? yes
+
+Inode 4847 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4848
+Connect to /lost+found? yes
+
+Inode 4848 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4849
+Connect to /lost+found? yes
+
+Inode 4849 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4850
+Connect to /lost+found? yes
+
+Inode 4850 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4851
+Connect to /lost+found? yes
+
+Inode 4851 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4852
+Connect to /lost+found? yes
+
+Inode 4852 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4853
+Connect to /lost+found? yes
+
+Inode 4853 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4854
+Connect to /lost+found? yes
+
+Inode 4854 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4855
+Connect to /lost+found? yes
+
+Inode 4855 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4856
+Connect to /lost+found? yes
+
+Inode 4856 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4857
+Connect to /lost+found? yes
+
+Inode 4857 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4858
+Connect to /lost+found? yes
+
+Inode 4858 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4859
+Connect to /lost+found? yes
+
+Inode 4859 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4860
+Connect to /lost+found? yes
+
+Inode 4860 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4861
+Connect to /lost+found? yes
+
+Inode 4861 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4862
+Connect to /lost+found? yes
+
+Inode 4862 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4863
+Connect to /lost+found? yes
+
+Inode 4863 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4864
+Connect to /lost+found? yes
+
+Inode 4864 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4865
+Connect to /lost+found? yes
+
+Inode 4865 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4866
+Connect to /lost+found? yes
+
+Inode 4866 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4867
+Connect to /lost+found? yes
+
+Inode 4867 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4868
+Connect to /lost+found? yes
+
+Inode 4868 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4869
+Connect to /lost+found? yes
+
+Inode 4869 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4870
+Connect to /lost+found? yes
+
+Inode 4870 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4871
+Connect to /lost+found? yes
+
+Inode 4871 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4872
+Connect to /lost+found? yes
+
+Inode 4872 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4873
+Connect to /lost+found? yes
+
+Inode 4873 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4874
+Connect to /lost+found? yes
+
+Inode 4874 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4875
+Connect to /lost+found? yes
+
+Inode 4875 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4876
+Connect to /lost+found? yes
+
+Inode 4876 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4877
+Connect to /lost+found? yes
+
+Inode 4877 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4878
+Connect to /lost+found? yes
+
+Inode 4878 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4879
+Connect to /lost+found? yes
+
+Inode 4879 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4880
+Connect to /lost+found? yes
+
+Inode 4880 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4881
+Connect to /lost+found? yes
+
+Inode 4881 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4882
+Connect to /lost+found? yes
+
+Inode 4882 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4883
+Connect to /lost+found? yes
+
+Inode 4883 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4884
+Connect to /lost+found? yes
+
+Inode 4884 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4885
+Connect to /lost+found? yes
+
+No room in lost+found directory. Expand? yes
+
+Inode 4885 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4886
+Connect to /lost+found? yes
+
+Inode 4886 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4887
+Connect to /lost+found? yes
+
+Inode 4887 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4888
+Connect to /lost+found? yes
+
+Inode 4888 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4889
+Connect to /lost+found? yes
+
+Inode 4889 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4890
+Connect to /lost+found? yes
+
+Inode 4890 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4891
+Connect to /lost+found? yes
+
+Inode 4891 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4892
+Connect to /lost+found? yes
+
+Inode 4892 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4893
+Connect to /lost+found? yes
+
+Inode 4893 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4894
+Connect to /lost+found? yes
+
+Inode 4894 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4895
+Connect to /lost+found? yes
+
+Inode 4895 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4896
+Connect to /lost+found? yes
+
+Inode 4896 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4897
+Connect to /lost+found? yes
+
+Inode 4897 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4898
+Connect to /lost+found? yes
+
+Inode 4898 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4899
+Connect to /lost+found? yes
+
+Inode 4899 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4900
+Connect to /lost+found? yes
+
+Inode 4900 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4901
+Connect to /lost+found? yes
+
+Inode 4901 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4902
+Connect to /lost+found? yes
+
+Inode 4902 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4903
+Connect to /lost+found? yes
+
+Inode 4903 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4904
+Connect to /lost+found? yes
+
+Inode 4904 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4905
+Connect to /lost+found? yes
+
+Inode 4905 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4906
+Connect to /lost+found? yes
+
+Inode 4906 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4907
+Connect to /lost+found? yes
+
+Inode 4907 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4908
+Connect to /lost+found? yes
+
+Inode 4908 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4909
+Connect to /lost+found? yes
+
+Inode 4909 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4910
+Connect to /lost+found? yes
+
+Inode 4910 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4911
+Connect to /lost+found? yes
+
+Inode 4911 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4912
+Connect to /lost+found? yes
+
+Inode 4912 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4913
+Connect to /lost+found? yes
+
+Inode 4913 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4914
+Connect to /lost+found? yes
+
+Inode 4914 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4915
+Connect to /lost+found? yes
+
+Inode 4915 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4916
+Connect to /lost+found? yes
+
+Inode 4916 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4917
+Connect to /lost+found? yes
+
+Inode 4917 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4918
+Connect to /lost+found? yes
+
+Inode 4918 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4919
+Connect to /lost+found? yes
+
+Inode 4919 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4920
+Connect to /lost+found? yes
+
+Inode 4920 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4921
+Connect to /lost+found? yes
+
+Inode 4921 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4922
+Connect to /lost+found? yes
+
+Inode 4922 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4923
+Connect to /lost+found? yes
+
+Inode 4923 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4924
+Connect to /lost+found? yes
+
+Inode 4924 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4925
+Connect to /lost+found? yes
+
+Inode 4925 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4926
+Connect to /lost+found? yes
+
+Inode 4926 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4927
+Connect to /lost+found? yes
+
+Inode 4927 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4928
+Connect to /lost+found? yes
+
+Inode 4928 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4929
+Connect to /lost+found? yes
+
+Inode 4929 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4930
+Connect to /lost+found? yes
+
+Inode 4930 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4931
+Connect to /lost+found? yes
+
+Inode 4931 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4932
+Connect to /lost+found? yes
+
+Inode 4932 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4933
+Connect to /lost+found? yes
+
+Inode 4933 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4934
+Connect to /lost+found? yes
+
+Inode 4934 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4935
+Connect to /lost+found? yes
+
+Inode 4935 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4936
+Connect to /lost+found? yes
+
+Inode 4936 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4937
+Connect to /lost+found? yes
+
+Inode 4937 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4938
+Connect to /lost+found? yes
+
+Inode 4938 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4939
+Connect to /lost+found? yes
+
+Inode 4939 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4940
+Connect to /lost+found? yes
+
+Inode 4940 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4941
+Connect to /lost+found? yes
+
+Inode 4941 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4942
+Connect to /lost+found? yes
+
+Inode 4942 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4943
+Connect to /lost+found? yes
+
+Inode 4943 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4944
+Connect to /lost+found? yes
+
+Inode 4944 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4945
+Connect to /lost+found? yes
+
+Inode 4945 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4946
+Connect to /lost+found? yes
+
+Inode 4946 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4947
+Connect to /lost+found? yes
+
+Inode 4947 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4948
+Connect to /lost+found? yes
+
+Inode 4948 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4949
+Connect to /lost+found? yes
+
+No room in lost+found directory. Expand? yes
+
+Inode 4949 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4950
+Connect to /lost+found? yes
+
+Inode 4950 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4951
+Connect to /lost+found? yes
+
+Inode 4951 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4952
+Connect to /lost+found? yes
+
+Inode 4952 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4953
+Connect to /lost+found? yes
+
+Inode 4953 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4954
+Connect to /lost+found? yes
+
+Inode 4954 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4955
+Connect to /lost+found? yes
+
+Inode 4955 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4956
+Connect to /lost+found? yes
+
+Inode 4956 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4957
+Connect to /lost+found? yes
+
+Inode 4957 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4958
+Connect to /lost+found? yes
+
+Inode 4958 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4959
+Connect to /lost+found? yes
+
+Inode 4959 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4960
+Connect to /lost+found? yes
+
+Inode 4960 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4961
+Connect to /lost+found? yes
+
+Inode 4961 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4962
+Connect to /lost+found? yes
+
+Inode 4962 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4963
+Connect to /lost+found? yes
+
+Inode 4963 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4964
+Connect to /lost+found? yes
+
+Inode 4964 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4965
+Connect to /lost+found? yes
+
+Inode 4965 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4966
+Connect to /lost+found? yes
+
+Inode 4966 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4967
+Connect to /lost+found? yes
+
+Inode 4967 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4968
+Connect to /lost+found? yes
+
+Inode 4968 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4969
+Connect to /lost+found? yes
+
+Inode 4969 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4970
+Connect to /lost+found? yes
+
+Inode 4970 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4971
+Connect to /lost+found? yes
+
+Inode 4971 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4972
+Connect to /lost+found? yes
+
+Inode 4972 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4973
+Connect to /lost+found? yes
+
+Inode 4973 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4974
+Connect to /lost+found? yes
+
+Inode 4974 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4975
+Connect to /lost+found? yes
+
+Inode 4975 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4976
+Connect to /lost+found? yes
+
+Inode 4976 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4977
+Connect to /lost+found? yes
+
+Inode 4977 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4978
+Connect to /lost+found? yes
+
+Inode 4978 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4979
+Connect to /lost+found? yes
+
+Inode 4979 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4980
+Connect to /lost+found? yes
+
+Inode 4980 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4981
+Connect to /lost+found? yes
+
+Inode 4981 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4982
+Connect to /lost+found? yes
+
+Inode 4982 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4983
+Connect to /lost+found? yes
+
+Inode 4983 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4984
+Connect to /lost+found? yes
+
+Inode 4984 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4985
+Connect to /lost+found? yes
+
+Inode 4985 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4986
+Connect to /lost+found? yes
+
+Inode 4986 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4987
+Connect to /lost+found? yes
+
+Inode 4987 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4988
+Connect to /lost+found? yes
+
+Inode 4988 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4989
+Connect to /lost+found? yes
+
+Inode 4989 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4990
+Connect to /lost+found? yes
+
+Inode 4990 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4991
+Connect to /lost+found? yes
+
+Inode 4991 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4992
+Connect to /lost+found? yes
+
+Inode 4992 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4993
+Connect to /lost+found? yes
+
+Inode 4993 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4994
+Connect to /lost+found? yes
+
+Inode 4994 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4995
+Connect to /lost+found? yes
+
+Inode 4995 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4996
+Connect to /lost+found? yes
+
+Inode 4996 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4997
+Connect to /lost+found? yes
+
+Inode 4997 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4998
+Connect to /lost+found? yes
+
+Inode 4998 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 4999
+Connect to /lost+found? yes
+
+Inode 4999 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5000
+Connect to /lost+found? yes
+
+Inode 5000 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5001
+Connect to /lost+found? yes
+
+Inode 5001 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5002
+Connect to /lost+found? yes
+
+Inode 5002 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5003
+Connect to /lost+found? yes
+
+Inode 5003 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5004
+Connect to /lost+found? yes
+
+Inode 5004 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5005
+Connect to /lost+found? yes
+
+Inode 5005 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5006
+Connect to /lost+found? yes
+
+Inode 5006 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5007
+Connect to /lost+found? yes
+
+Inode 5007 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5008
+Connect to /lost+found? yes
+
+Inode 5008 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5009
+Connect to /lost+found? yes
+
+Inode 5009 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5010
+Connect to /lost+found? yes
+
+Inode 5010 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5011
+Connect to /lost+found? yes
+
+Inode 5011 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5012
+Connect to /lost+found? yes
+
+Inode 5012 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5013
+Connect to /lost+found? yes
+
+No room in lost+found directory. Expand? yes
+
+Inode 5013 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5014
+Connect to /lost+found? yes
+
+Inode 5014 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5015
+Connect to /lost+found? yes
+
+Inode 5015 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5016
+Connect to /lost+found? yes
+
+Inode 5016 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5017
+Connect to /lost+found? yes
+
+Inode 5017 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5018
+Connect to /lost+found? yes
+
+Inode 5018 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5019
+Connect to /lost+found? yes
+
+Inode 5019 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5020
+Connect to /lost+found? yes
+
+Inode 5020 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5021
+Connect to /lost+found? yes
+
+Inode 5021 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5022
+Connect to /lost+found? yes
+
+Inode 5022 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5023
+Connect to /lost+found? yes
+
+Inode 5023 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5024
+Connect to /lost+found? yes
+
+Inode 5024 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5025
+Connect to /lost+found? yes
+
+Inode 5025 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5026
+Connect to /lost+found? yes
+
+Inode 5026 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5027
+Connect to /lost+found? yes
+
+Inode 5027 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5028
+Connect to /lost+found? yes
+
+Inode 5028 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5029
+Connect to /lost+found? yes
+
+Inode 5029 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5030
+Connect to /lost+found? yes
+
+Inode 5030 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5031
+Connect to /lost+found? yes
+
+Inode 5031 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5032
+Connect to /lost+found? yes
+
+Inode 5032 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5033
+Connect to /lost+found? yes
+
+Inode 5033 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5034
+Connect to /lost+found? yes
+
+Inode 5034 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5035
+Connect to /lost+found? yes
+
+Inode 5035 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5036
+Connect to /lost+found? yes
+
+Inode 5036 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5037
+Connect to /lost+found? yes
+
+Inode 5037 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5038
+Connect to /lost+found? yes
+
+Inode 5038 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5039
+Connect to /lost+found? yes
+
+Inode 5039 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5040
+Connect to /lost+found? yes
+
+Inode 5040 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5041
+Connect to /lost+found? yes
+
+Inode 5041 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5042
+Connect to /lost+found? yes
+
+Inode 5042 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5043
+Connect to /lost+found? yes
+
+Inode 5043 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5044
+Connect to /lost+found? yes
+
+Inode 5044 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5045
+Connect to /lost+found? yes
+
+Inode 5045 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5046
+Connect to /lost+found? yes
+
+Inode 5046 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5047
+Connect to /lost+found? yes
+
+Inode 5047 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5048
+Connect to /lost+found? yes
+
+Inode 5048 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5049
+Connect to /lost+found? yes
+
+Inode 5049 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5050
+Connect to /lost+found? yes
+
+Inode 5050 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5051
+Connect to /lost+found? yes
+
+Inode 5051 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5052
+Connect to /lost+found? yes
+
+Inode 5052 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5053
+Connect to /lost+found? yes
+
+Inode 5053 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5054
+Connect to /lost+found? yes
+
+Inode 5054 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5055
+Connect to /lost+found? yes
+
+Inode 5055 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5056
+Connect to /lost+found? yes
+
+Inode 5056 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5057
+Connect to /lost+found? yes
+
+Inode 5057 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5058
+Connect to /lost+found? yes
+
+Inode 5058 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5059
+Connect to /lost+found? yes
+
+Inode 5059 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5060
+Connect to /lost+found? yes
+
+Inode 5060 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5061
+Connect to /lost+found? yes
+
+Inode 5061 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5062
+Connect to /lost+found? yes
+
+Inode 5062 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5063
+Connect to /lost+found? yes
+
+Inode 5063 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5064
+Connect to /lost+found? yes
+
+Inode 5064 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5065
+Connect to /lost+found? yes
+
+Inode 5065 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5066
+Connect to /lost+found? yes
+
+Inode 5066 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5067
+Connect to /lost+found? yes
+
+Inode 5067 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5068
+Connect to /lost+found? yes
+
+Inode 5068 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5069
+Connect to /lost+found? yes
+
+Inode 5069 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5070
+Connect to /lost+found? yes
+
+Inode 5070 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5071
+Connect to /lost+found? yes
+
+Inode 5071 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5072
+Connect to /lost+found? yes
+
+Inode 5072 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5073
+Connect to /lost+found? yes
+
+Inode 5073 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5074
+Connect to /lost+found? yes
+
+Inode 5074 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5075
+Connect to /lost+found? yes
+
+Inode 5075 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5076
+Connect to /lost+found? yes
+
+Inode 5076 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5077
+Connect to /lost+found? yes
+
+No room in lost+found directory. Expand? yes
+
+Inode 5077 ref count is 3, should be 1. Fix? yes
+
+Unattached inode 5078
+Connect to /lost+found? yes
+
+Inode 5078 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5079
+Connect to /lost+found? yes
+
+Inode 5079 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5080
+Connect to /lost+found? yes
+
+Inode 5080 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5081
+Connect to /lost+found? yes
+
+Inode 5081 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5082
+Connect to /lost+found? yes
+
+Inode 5082 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5083
+Connect to /lost+found? yes
+
+Inode 5083 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5084
+Connect to /lost+found? yes
+
+Inode 5084 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5085
+Connect to /lost+found? yes
+
+Inode 5085 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5086
+Connect to /lost+found? yes
+
+Inode 5086 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5087
+Connect to /lost+found? yes
+
+Inode 5087 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5088
+Connect to /lost+found? yes
+
+Inode 5088 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5089
+Connect to /lost+found? yes
+
+Inode 5089 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5090
+Connect to /lost+found? yes
+
+Inode 5090 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5091
+Connect to /lost+found? yes
+
+Inode 5091 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5092
+Connect to /lost+found? yes
+
+Inode 5092 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5093
+Connect to /lost+found? yes
+
+Inode 5093 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5094
+Connect to /lost+found? yes
+
+Inode 5094 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5095
+Connect to /lost+found? yes
+
+Inode 5095 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5096
+Connect to /lost+found? yes
+
+Inode 5096 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5097
+Connect to /lost+found? yes
+
+Inode 5097 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5098
+Connect to /lost+found? yes
+
+Inode 5098 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5099
+Connect to /lost+found? yes
+
+Inode 5099 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5100
+Connect to /lost+found? yes
+
+Inode 5100 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5101
+Connect to /lost+found? yes
+
+Inode 5101 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5102
+Connect to /lost+found? yes
+
+Inode 5102 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5103
+Connect to /lost+found? yes
+
+Inode 5103 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5104
+Connect to /lost+found? yes
+
+Inode 5104 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5105
+Connect to /lost+found? yes
+
+Inode 5105 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5106
+Connect to /lost+found? yes
+
+Inode 5106 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5107
+Connect to /lost+found? yes
+
+Inode 5107 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5108
+Connect to /lost+found? yes
+
+Inode 5108 ref count is 2, should be 1. Fix? yes
+
+Unattached inode 5109
+Connect to /lost+found? yes
+
+Inode 5109 ref count is 2, should be 1. Fix? yes
+
+Pass 5: Checking group summary information
+Block bitmap differences: -776 -777 -778 -779 -780 -781 -782 -783 -784 -785 -786
Fix? yes
-Free inodes count wrong for group #0 (89, counted=88).
+Free blocks count wrong for group #0 (86, counted=97).
Fix? yes
-Directories count wrong for group #0 (2, counted=3).
+Free blocks count wrong (86, counted=97).
Fix? yes
-Free inodes count wrong (89, counted=88).
+Directories count wrong for group #0 (6, counted=5).
Fix? yes
test_filesys: ***** FILE SYSTEM WAS MODIFIED *****
-test_filesys: 112/200 files (0.0% non-contiguous), 145/200 blocks
+test_filesys: 5109/5504 files (0.0% non-contiguous), 803/900 blocks
Exit status is 1
diff --git a/tests/f_expand/expect.2 b/tests/f_expand/expect.2
index 533d5559..40c00c6d 100644
--- a/tests/f_expand/expect.2
+++ b/tests/f_expand/expect.2
@@ -3,5 +3,5 @@ Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
-test_filesys: 112/200 files (0.9% non-contiguous), 145/200 blocks
+test_filesys: 5109/5504 files (0.0% non-contiguous), 803/900 blocks
Exit status is 0
diff --git a/tests/f_expand/image.gz b/tests/f_expand/image.gz
index 4e9ac84a..c4c18fb4 100644
--- a/tests/f_expand/image.gz
+++ b/tests/f_expand/image.gz
Binary files differ