Bug 136307

Summary: boot.rootfsck should ignore partitions with fs_passno field set to 0
Product: [openSUSE] SUSE Linux 10.1 Reporter: Hendrik Vogelsang <hvogel>
Component: BasesystemAssignee: Hannes Reinecke <hare>
Status: RESOLVED NORESPONSE QA Contact: E-mail List <qa-bugs>
Severity: Enhancement    
Priority: P5 - None    
Version: Alpha 3plus   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Hendrik Vogelsang 2005-12-01 14:08:20 UTC
currently we dont use -A in boot.rootfsck
Comment 1 Ruediger Oertel 2007-09-14 13:36:37 UTC
there is no way to limit "-A" to one filesystem, but we only want
to look at "/" in boot.rootfsck.

is there any option in fsck to look at "fs_passno" without using "-A" ?
Comment 2 Matthias Koenig 2007-09-17 10:44:58 UTC
There is the -M option:
-M     Emulate  mount(1)  behaviour;  do  not  check  the filesystem if it's not
       listed in /etc/fstab or if fs_pass_no of the corresponding entry is zero.
Comment 3 Ruediger Oertel 2007-10-30 17:38:21 UTC
shouldn't this be done in the initrd ?
boot.rootfsck does only call fsck in the fallback case (when you run
a system without initrd)
Comment 5 Stephan Kulow 2007-11-21 20:01:51 UTC
is this still valid? Henne?
Comment 6 Hannes Reinecke 2007-12-14 14:48:31 UTC
Probably not.