Bug 876 - mount -t smbfs not supported
Summary: mount -t smbfs not supported
Status: RESOLVED INVALID
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: smbmount (unmaintained) (show other bugs)
Version: 3.0.0preX
Hardware: All Linux
: P3 normal
Target Milestone: none
Assignee: Jelmer Vernooij
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-10 16:12 UTC by ted creedon
Modified: 2005-11-14 09:27 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 ted creedon 2003-12-10 16:12:26 UTC
I’m getting :
Kernel: smbfs: mount_data version 1919251317 is not supported 
When I
mount –t smbfs –ousername=tedc //denali/downloads /mnt
the stock SuSe 9.0 version of samba is 2.2.8.a.SuSe and works ok
my setup is included and all the checks in 2.3.2.1 pg 20-22 of the Official 
Samba 3 HOWTO work 

# Samba config file created using SWAT
# from 127.0.0.1 (127.0.0.1)
# Date: 2003/12/10 15:40:58

# Global parameters
[global]
	workgroup = TED-DORIS
	security = DOMAIN
	log level = 1
	log file = /var/log/samba/%m.log
	disable spoolss = Yes
	show add printer wizard = No
	wins server = 10.1.1.100
	ldap ssl = no
	idmap uid = 15000-20000
	idmap gid = 15000-20000
	winbind separator = +
	winbind use default domain = Yes
	printing = cups

[homes]
	comment = Home Directory
	path = /homes/%u
	valid users = %S

[data_shemya]
	comment = data on shemya
	path = /data
	guest ok = Yes
Comment 1 Jelmer Vernooij 2004-01-06 12:14:48 UTC
Your mount and smbfs versions are out of sync (too old smbfs with too recent
mount or vice versa). Please note that smbfs is not a part of Samba.
Comment 2 ted creedon 2004-01-06 13:17:01 UTC
this turned out to be a compile error.

I had to link:
/sbin/mount.smbfs --> /usr/local/samba/bin/smbmount

this should have been done with the make install...
Comment 3 Jelmer Vernooij 2004-01-06 15:50:15 UTC
Not a bug, see previous comment.
Comment 4 Gerald (Jerry) Carter (dead mail address) 2005-02-07 07:57:04 UTC
originally reported against 3.0aph24.  Bugzilla spring cleaning.  
Removing old alpha versions.
Comment 5 Gerald (Jerry) Carter (dead mail address) 2005-11-14 09:27:24 UTC
database cleanup