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:
It's actually a feature - 2.4.x kernels allow you to mount the same filesystem in several different locations.
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