Bug 11447

Summary: /bin/mount does not work with EMC servers
Product: [Retired] Red Hat Linux Reporter: pjt
Component: mountAssignee: Bernhard Rosenkraenzer <bero>
Status: CLOSED NOTABUG QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 6.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-05-16 16:49:33 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 pjt 2000-05-16 15:39:09 UTC
Entering a command of the form:

$ mount host:/directory /mnt/tst

gives the error:

mount: RPC: Unable to receive; errno = Connection refused

NFS mounts from other Linux, *BSD and Digital Unix servers works fine.

Investigation is hampered by not having a source rpm that matches the
distributed binary:

$ rpm -q -f /bin/mount
mount-2.10k-1

whereas the source rpm is: mount-2.10f-1.src.rpm

A 'mount' program built from the above source rpm does work.  A comparison
of the 'strings' output from the distributed '/bin/mount' and the one built
from source shows considerable difference.

I thought the GPL required that source be distributed, or available?

Comment 1 Bill Nottingham 2000-05-16 16:06:59 UTC
Red Hat Linux 6.2 shipped with mount-2.10f, not 2.10k.
Are you sure you didn't get that mount RPM from rawhide,
or someplace similar?