> [root@tony] ls -ali /
> total 65720
> 2 drwxr-xr-x 24 root root 4096 Nov 20 00:26 .
> 2 drwxr-xr-x 24 root root 4096 Nov 20 00:26 ..
> 2930 -rw------- 1 root root 67108864 Nov 18 19:56 .journal
> ^^^^^^^ created as -J size=64
64 * (1024^2) = 67108864
Remember 1K = 1024, and 1M = 1024^2
>
> [root@tony] tune2fs -l /dev/sda1
> tune2fs 1.25 (20-Sep-2001)
> Filesystem volume name: /
> Last mounted on: <not available>
> Filesystem UUID: b909b36d-8f16-4be1-9614-5049bad90e96
> Filesystem magic number: 0xEF53
> Filesystem revision #: 1 (dynamic)
> Filesystem features: has_journal filetype needs_recovery sparse_super
> ^^^^^^^^^^^^^^
> ??????????????
The flag "filetype needs_recovery" is always set on a mounted filesystem,
it's unset once you umount. In the event of power failure, the flag will be
left set, and fsck knows the it has to recover the filesytem. Pretty clever,
eh?
> Could someone please comment on this ?
> I'm feeling kind of worried.
Everything seems to be in order...
-Ryan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/