Re: Kernel 2.4.15-pre6 / EXT3 / ls shows '.journal' on root-fs.

Ryan Cumming (bodnar42@phalynx.dhs.org)
Mon, 19 Nov 2001 20:14:21 -0800


On November 19, 2001 20:05, Mike Castle wrote:
> On Mon, Nov 19, 2001 at 07:46:13PM -0800, Ryan Cumming wrote:
> > On November 19, 2001 19:43, you wrote:
> > > What are unintented consequences for not removing it?
> > >
> > > I.e., backups.
> >
> > It already has the "Don't back me up" attribute set ('d'), and I've come
> > across absolutely no problems running my system with it lurking in my
> > root directory.
>
> Which, as I understand it, only applies to dump for ext2fs.
Yes, you're absolutely right. Backup tools may attempt to backup the
.journal, which is fine, because it's safely readable, and usually not large
enough to take up significant space on the backup media. And then on restore,
the backup tool would hit hard against .journal's immutable flag, and
probably end up complaining loudly and skipping the file. Seems harmless
enough. Of course, tools such as tar accept a list of files to exclude, if
you're worried about the space wastage.

-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/