Bug 1431

Summary: smbmount dosnt work
Product: [Retired] Red Hat Linux Reporter: kmfox
Component: distributionAssignee: David Lawrence <dkl>
Status: CLOSED NOTABUG QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 5.2CC: bob
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: 1999-03-08 19:13:01 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 kmfox 1999-03-05 18:01:30 UTC
I am running a dual box so I need linux 2.2.2.
I have updated redhat 5.2 with all the update rpms
includeing samba 2.0.2

samba 2.0.2 includes a copy of smbmount. The samba smbmount
is just smbclient renamed to smbmount. It does not allow
mounting of samba shares.

The copy of smbfs that comes with redhat 5.2 doesnt work
with linux 2.2.2

So the problem is that I can't mount the NT servers at work
to mount points making my job verry difficult.

Comment 1 bob 1999-03-08 00:25:59 UTC
I have the same problem.

Comment 2 Bill Nottingham 1999-03-08 19:13:59 UTC
the semantics of smbmount changed; to use it with the
new smbmont, you have to do something along the lines of:

smbmount "\\server\tmp" -c 'mount /mnt/sambashare'

See the man page for more details.