From d56385e77c07629c65f523b5a22314e0bc842d92 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Fri, 4 Dec 1998 06:18:58 +0000 Subject: [PATCH] ChangeLog, expect.1, expect.2: f_badtable, f_illitable, f_lpf: Update to deal with the fact that e2fsck will now create a lost+found directory at the end of pass 3 if one isn't present. ChangeLog: Oops; premature checkin of ChangeLog. --- tests/ChangeLog | 6 ++++++ tests/f_badtable/expect.1 | 19 +++++++++---------- tests/f_badtable/expect.2 | 2 +- tests/f_illitable/expect.1 | 22 ++++++---------------- tests/f_illitable/expect.2 | 2 +- tests/f_lpf/expect.1 | 4 ++-- 6 files changed, 25 insertions(+), 30 deletions(-) diff --git a/tests/ChangeLog b/tests/ChangeLog index 6658a5b..c3bfa30 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,9 @@ +1998-12-04 Theodore Ts'o + + * f_badtable, f_illitable, f_lpf: Update to deal with the fact + that e2fsck will now create a lost+found directory at the + end of pass 3 if one isn't present. + 1998-07-09 Theodore Ts'o * Release of E2fsprogs 1.12 diff --git a/tests/f_badtable/expect.1 b/tests/f_badtable/expect.1 index 5cb9617..eb8a4df 100644 --- a/tests/f_badtable/expect.1 +++ b/tests/f_badtable/expect.1 @@ -12,32 +12,31 @@ Entry 'lost+found' in / (2) points to inode (11) located in a bad block. Clear? yes Pass 3: Checking directory connectivity +/lost+found not found. Create? yes + Pass 4: Checking reference counts -Inode 2 ref count is 3, should be 2. Fix? yes +Inode 2 ref count is 4, should be 3. Fix? yes Pass 5: Checking group summary information -Block bitmap differences: -11 -12 -13 -14 -15 -16 -17 -18 -19 -20 +Block bitmap differences: -12 -13 -14 -15 -16 -17 -18 -19 -20 Fix? yes -Free blocks count wrong for group #0 (78, counted=88). +Free blocks count wrong for group #0 (78, counted=87). Fix? yes -Free blocks count wrong (78, counted=88). +Free blocks count wrong (78, counted=87). Fix? yes Inode bitmap differences: +12 +13 +14 +15 +16 +25 +26 +27 +28 +29 +30 +31 +32 Fix? yes -Free inodes count wrong for group #0 (21, counted=8). -Fix? yes - -Directories count wrong for group #0 (2, counted=1). +Free inodes count wrong for group #0 (21, counted=7). Fix? yes -Free inodes count wrong (21, counted=8). +Free inodes count wrong (21, counted=7). Fix? yes test_filesys: ***** FILE SYSTEM WAS MODIFIED ***** -test_filesys: 24/32 files (0.0% non-contiguous), 12/100 blocks +test_filesys: 25/32 files (0.0% non-contiguous), 13/100 blocks Exit status is 1 diff --git a/tests/f_badtable/expect.2 b/tests/f_badtable/expect.2 index 37ab108..c1c554c 100644 --- a/tests/f_badtable/expect.2 +++ b/tests/f_badtable/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: 24/32 files (0.0% non-contiguous), 12/100 blocks +test_filesys: 25/32 files (0.0% non-contiguous), 13/100 blocks Exit status is 0 diff --git a/tests/f_illitable/expect.1 b/tests/f_illitable/expect.1 index aef002c..318538c 100644 --- a/tests/f_illitable/expect.1 +++ b/tests/f_illitable/expect.1 @@ -21,30 +21,20 @@ Pass 2: Checking directory structure Pass 3: Checking directory connectivity Root inode not allocated. Allocate? yes +/lost+found not found. Create? yes + Pass 4: Checking reference counts Pass 5: Checking group summary information -Block bitmap differences: -10 -11 -12 -13 -14 -15 -16 -17 -18 -19 -20 -21 -Fix? yes - -Free blocks count wrong for group #0 (78, counted=90). -Fix? yes - -Free blocks count wrong (78, counted=90). -Fix? yes - -Inode bitmap differences: -11 -Fix? yes - -Free inodes count wrong for group #0 (21, counted=22). +Block bitmap differences: -11 -12 -13 -14 -15 -16 -17 -18 -19 -20 -21 Fix? yes -Directories count wrong for group #0 (2, counted=1). +Free blocks count wrong for group #0 (78, counted=89). Fix? yes -Free inodes count wrong (21, counted=22). +Free blocks count wrong (78, counted=89). Fix? yes test_filesys: ***** FILE SYSTEM WAS MODIFIED ***** -test_filesys: 10/32 files (0.0% non-contiguous), 10/100 blocks +test_filesys: 11/32 files (0.0% non-contiguous), 11/100 blocks Exit status is 1 diff --git a/tests/f_illitable/expect.2 b/tests/f_illitable/expect.2 index 86ea859..3ead5cf 100644 --- a/tests/f_illitable/expect.2 +++ b/tests/f_illitable/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: 10/32 files (0.0% non-contiguous), 10/100 blocks +test_filesys: 11/32 files (0.0% non-contiguous), 11/100 blocks Exit status is 0 diff --git a/tests/f_lpf/expect.1 b/tests/f_lpf/expect.1 index 83261fc..1c04221 100644 --- a/tests/f_lpf/expect.1 +++ b/tests/f_lpf/expect.1 @@ -5,12 +5,12 @@ Inode 13 is in use, but has dtime set. Fix? yes Pass 2: Checking directory structure Pass 3: Checking directory connectivity +/lost+found not found. Create? yes + Pass 4: Checking reference counts Unattached inode 13 Connect to /lost+found? yes -/lost+found not found. Create? yes - Inode 13 ref count is 2, should be 1. Fix? yes Unattached inode 14 -- 1.8.3.1