Bug 60291 - One file system, multiple mount (via RAID and directly)
Summary: One file system, multiple mount (via RAID and directly)
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: mount
Version: 7.2
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Elliot Lee
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-02-24 15:24 UTC by Gabriele Turchi
Modified: 2007-04-18 16:40 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-02-24 15:24:46 UTC
Embargoed:


Attachments (Terms of Use)

Description Gabriele Turchi 2002-02-24 15:24:41 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 Galeon/1.0.2 (X11; Linux i686; U;) Gecko/20020104

Description of problem:
Sometimes a system with 4 RAID 1 file systems (stored on 2 SCSI HD) on boot
mounts one of them via the low level device too.
The file systems was created via anaconda and kickstart.

Version-Release number of selected component (if applicable):


How reproducible:
Sometimes

Steps to Reproduce:
1.Reboot system (tipically happed after a poweroff)
2.
3.
	

Actual Results:  One file system appear to be mounted twice. As example, if
/dev/md0 is formed by /dev/sda3 and /dev/sdb3 via mount I can see the file
system mounted as /dev/md0 and as /dev/sda3 on the same mount point.

Expected Results:  Normally running system, with the /dev/md0 file system
mounted only once.

Additional info:

Apparently the mount procedure sees two different disks (the RAID one and the
low level one) with the same label (in fstab anaconda uses LABEL= syntax) and
mounts both of them.
Removing LABELs from the fstab the problem never surfaced.

P.S.: I'm sorry, my english is alpha version

Comment 1 Elliot Lee 2002-03-11 19:51:58 UTC
util-linux-2.11n-8 fixes this


Note You need to log in before you can comment on or make changes to this bug.