On Fri, 2008-03-07 at 15:20 +0100, Matthias Koenig wrote: > Dave Kleikamp <shaggy@xxxxxxxxxxxxxxxxxx> writes: > > > On Thu, 2008-03-06 at 18:04 +0100, Matthias Koenig wrote: > >> Dave Kleikamp <shaggy@xxxxxxxxxxxxxxxxxx> writes: > > > >> > Should field 8 of /etc/fstab (fs_passno) be zero for these mount points? > >> > Is there any reason for it to be anything different? > >> > >> Why? zero would mean that they should never get checked. > >> I think it is reasonable to have the choice to get your crypto > >> filesystems checked. Current practise for SuSE has been to allow > >> only 0, but checked this filesystem anyway, which has lead to complaints. > >> So we want to do this more consistent. > > > > Zero tells fsck not to check the filesystem during reboot. It's what > > tells fsck -A which filesystems to check. If we don't expect the > > filesystem to be check-able during that phase, a non-zero value won't > > have any real meaning. > > I see, but what are we doing with crypto filesystems for which the devices > simply do not exist at this phase in the boot process? I don't understand the question. If the fs_passno field is zero, fsck isn't even going to try to check the filesystem, so having no device is no problem. > How should we specify that we want these filesystems to be checked or not > at a later time in the boot process after the crypto devices have been > set up? This is why I asked if fsck was being run with the -A flag in step d. If it's not, then I'm not clear on why fs_passno has anything to do with it. Is there some script that looks at this field in /etc/fstab for step d? If that's the case, then I suggest a more general solution. Either some special value for fs_passno that defers the fsck for a later pass, or a simplified version of your proposed patch without the crypto-specific part. -- David Kleikamp IBM Linux Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html