Hi there,
Quote:
Originally Posted by cele_82
is there a command in linux to get information about which SAMBA dialect has been used for a mount ?
|
what do you mean by "which Samba dialect"? Are there multiple of them??
Quote:
Originally Posted by cele_82
the smbstatus command doesn't do that. or the mount command.
|
What do you want to know, specifically?
Quote:
Originally Posted by cele_82
For instance in Windows 7 you need to use Wireshark, and Windows 8 has a PowerShell tool for it...
|
For what? Wireshark is the multi-purpose power tool (some call it a weapen) to dig up just about anything that's going on on the network; don't know about Windows 8. But I still wonder what it is that you need to know.
Quote:
Originally Posted by cele_82
but I was wondering if Linux has something like Mac(Darwin) has to get the samba version used.
|
Not really. Frequently, it's given in the server's identification string. But it's meaningless anyway. Samba uses a standard network protocol that is compatible with both ends (client and server) of Windows' file sharing. For all I know, there is no need to know the Samba version anywhere. Just connect to a share (using the mount option "-t cifs" on Linux, using the "Map Network Drive" on Windows Explorer or the "net use" command at the command line), give the required credentials and you're done. Very similar from Mac OS, I guess, as this is a Unixoid system like Linux.
[X] Doc CPU