On Fri, Dec 06, 2002 at 11:06:28AM +0800, John Summerfield wrote:
> It should, of course, be "e2fsck -n /dev/dasd/0cd2/part1"

Der.  Perhaps I ought to stop for the night.

debinst:~# e2fsck -n /dev/dasd/0cd2/part1
e2fsck 1.27 (8-Mar-2002)
Warning!  /dev/dasd/0cd2/part1 is mounted.
/dev/dasd/0cd2/part1: clean, 12/90048 files, 161290/179976 blocks

So, exactly as you would expect it to look.  That's when mounted as
ext2.

When mounted as ext3....

debinst:~# e2fsck -n /dev/dasd/0cd2/part1
e2fsck 1.27 (8-Mar-2002)
Warning!  /dev/dasd/0cd2/part1 is mounted.
/dev/dasd/0cd2/part1: clean, 12/90048 files, 161290/179976 blocks

So, exactly the same.

And when not mounted at all....

debinst:~# e2fsck -n /dev/dasd/0cd2/part1
e2fsck 1.27 (8-Mar-2002)
/dev/dasd/0cd2/part1: clean, 12/90048 files, 161290/179976 blocks

(So, predictably, no warning.  But same info.)

Adam

Reply via email to