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
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.
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...
Not a bug, see previous comment.
originally reported against 3.0aph24. Bugzilla spring cleaning. Removing old alpha versions.
database cleanup