Bug 148284 - device is busy shown twice
Summary: device is busy shown twice
Status: RESOLVED INVALID
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Beta 3
Hardware: Other Other
: P5 - None : Minor (vote)
Target Milestone: ---
Assignee: Mads Martin Joergensen
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-05 16:45 UTC by Andreas Klein
Modified: 2006-02-13 16:46 UTC (History)
1 user (show)

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 Andreas Klein 2006-02-05 16:45:24 UTC
The device is busy error is always shown twice:

linux:~ # umount /local
umount: /local: device is busy
umount: /local: device is busy
Comment 1 Klaus Singvogel 2006-02-06 18:29:39 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?
Comment 2 Hendrik Vogelsang 2006-02-13 16:46:18 UTC
yes