|
Bugzilla – Full Text Bug Listing |
| Summary: | device is busy shown twice | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Andreas Klein <asklein> |
| Component: | Basesystem | Assignee: | Mads Martin Joergensen <mmj> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Minor | ||
| Priority: | P5 - None | CC: | vetter |
| Version: | Beta 3 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Andreas Klein
2006-02-05 16:45:24 UTC
This was done with intention, to handle wrong written mtab entries. Here is the reason: * * Why this loop? * 1. People who boot a system with a bad fstab root entry * will get an incorrect "/dev/foo on /" in mtab. * If later /dev/foo is actually mounted elsewhere, * it will occur twice in mtab. * 2. With overmounting one can get the situation that * the same filename is used as mount point twice. * In both cases, it is best to try the last occurrence first. I would say it's INVALID. mmj? yes |