On Mon, May 19, 2008 at 7:49 PM, Harvey Harrison
<harvey.harrison@gmail.com> wrote:
They could use smbclient (an ftp like tool in the samba suite), but
there are no obvious reasons for another file system.
There are some usability improvements that could be made in mount.cifs
that might be all that is needed for 99% of the users of these very
old servers. Currently mounting to old servers such as os/2 and win95
requires specifying a server "netbios name" (mount option
"servernetbiosname" is needed since netbiosnames are often different
than the server's tcp name) and also requires overriding the default
security settings (since the lanamn mechanism is much weaker than the
NTLMv2 and Kerberos mechanisms). If we had an easier way of passing
information back across the mount sys call back to a mount helper this
would be easier to address (since we could send information on the
server's offered dialects and security mechanisms back to user space
so we could prompt the user).
--
Thanks,
Steve
--