|
Bugzilla – Full Text Bug Listing |
| Summary: | boot.rootfsck should ignore partitions with fs_passno field set to 0 | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Hendrik Vogelsang <hvogel> |
| Component: | Basesystem | Assignee: | 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
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" ? 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.
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) is this still valid? Henne? Probably not. |