Bug 1026 - First smbmount successful, subsequent mounts hang
Summary: First smbmount successful, subsequent mounts hang
Status: RESOLVED WORKSFORME
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: smbmount (unmaintained) (show other bugs)
Version: 3.0.1
Hardware: All Linux
: P3 normal
Target Milestone: 3.0.2
Assignee: Samba Bugzilla Account
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-01 11:48 UTC by Brian Kessler
Modified: 2004-10-19 15:09 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Kessler 2004-02-01 11:48:13 UTC
Experiencing this prob w/ all samba versions above 2.2.8a, on Linux 2.4.20-8, 
x86. configured samba w/ "--with-smbmount".  Problem exists w/ seemingly all 
possible samba configuration options...

Upon reboot, the following command executes successfully (once)...
mount -t smbfs -o username=xxx,password=xxx //host/share /mountpoint

a second attempt (any subsequent attempt for that matter) to mount another 
share of the same type causes the command to hang.  CTRL-C must be pressed to 
escape.  Interestingly enough, the mount is actually created.  This (bug?) 
makes it impossible to mount multiple smb shares via a script, as the script 
hangs after the first mount.
Comment 1 Björn Jacke 2004-10-19 15:09:26 UTC
I cannot see a problem here. I have several smbfs mounts on several machines.
This works well, but otherwise it wouldn't be fixed anyway due to
unmaintainedness of smbfs. use cifs this days