Bug 136307 - boot.rootfsck should ignore partitions with fs_passno field set to 0
Summary: boot.rootfsck should ignore partitions with fs_passno field set to 0
Status: RESOLVED NORESPONSE
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Alpha 3plus
Hardware: Other Other
: P5 - None : Enhancement (vote)
Target Milestone: ---
Assignee: Hannes Reinecke
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-01 14:08 UTC by Hendrik Vogelsang
Modified: 2007-12-14 14:48 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.