I get the error:
mount: fs type cifs not supported by kernel
Which was why I wondered if my Samba install was out of date (not sure which version 6.0.1 has by default).
Regards,
Jason.
I don't mount anything on my SME other than physical disks that are in the machine. My remote mounts using CIFS are from other machines mounting my SME disks. I have used the smeplus.sh script to update my server so that might be the difference between us. The problem is not with samba but that cifs is not compiled into the SME server, which is what the error is telling you.
Here is my kernel version:
Linux otrta 2.4.20-18.7 #1 Thu May 29 08:32:50 EDT 2003 i686 unknown
And here is my samba version:
samba-2.2.8a-2cb
I got the update script by using wget, like so:
wget -N
http://sme.braunstein.de/update/smeplus.shThat will download the latest update script. After you have it simply type in at the CLI:
sh smeplus.sh
Then follow the prompts on what you want.
There are warnings and you should heed them, if this is a production server you might want to make a full backup and test on another server.
Jon