Bug 56574

Summary: mount file system that already mounted
Product: [Retired] Red Hat Linux Reporter: Ofer Alfassi <ofer.alfassi>
Component: mountAssignee: Bernhard Rosenkraenzer <bero>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-11-21 08:38:11 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ofer Alfassi 2001-11-21 08:38:04 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; compaq)

Description of problem:
Hello,
I have Red hat Ver 7.1 with kernel Ver 2.4.2-2. I have strange problem 
that seems to me as a bug. 
I can mount any file system that already mounted witout any error message. 
Do you have any information about that ?
Thanks

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


How reproducible:
Always

Steps to Reproduce:
1.mount /dev/sdx /mnt1
2.mount /dev/sdx /mnt2
3.df -k
	

Additional info:

Comment 1 Bernhard Rosenkraenzer 2001-11-22 10:05:54 UTC
It's actually a feature - 2.4.x kernels allow you to mount the same filesystem 
in several different locations.


Comment 2 Ofer Alfassi 2001-11-25 11:38:07 UTC
Hello,
Thanks for your repay.
In continuation to my question I show that I can mount the same filesystems 
mutiple time to the same mount point directory. Is it also part of the feature 
or not?

example: 
mount /dev/sda /mnt
mount /dev/sda /mnt
Thanks