Displaying 11 results from an estimated 11 matches for "smbconnection".
Did you mean:
sconnection
2001 Nov 04
1
smbmount/mount interaction
Hello,
I'm looking for some (user & technical) feedback on a change I'm
considering on how mount and smbmount works together.
The current way mounts are done are:
mount -t smbfs ... => smbmount ... => smbmnt
Possibly without the mount step. smbmount stays as a daemon and reconnects
when asked (unless it crashes).
Problems:
- Some mount options should affect if the mount
2001 Nov 26
1
Probems to mount a DFS
HiHo
If I try to mount a DFS from our Windows 2000 Server on my linux box I
only get the top-level structure, all DFS links are empty. How can I
mount a DFS?
Ciau
Rainer
2015 Mar 17
2
How to know which protocol version clients use?
Hello,
I currently run samba with
server min protocol = NT1
but I need to move towards
server min protocol = SMB2
is there any way I can detect which clients still use the older protocol
versions? I would like to estimate the impact of the change before i do
close NT1/SMB1.
Thank and kind regards,
Heiner Billich
2023 Feb 01
1
SMB Multichannel not working?
...hosted on another Windows EC2 instance, the results of the Get-SmbMultichannelConnection -IncludeNotSelected command returns that the connection is a multichannel connection. However, when connected to an SMB share hosted on my Samba EC2 instance, I get no results for it at all. The results of Get-SmbConnection does return a result showing a connection is established to my Samba server.
I have done a LOT of digging including trying a newer Samba version (v4.16.5), which is after 4.15 where multichannel is no longer experimental, and I got the same results. I am aware that SMB multichannel from a hardware...
2017 Jun 13
2
Huge number of small files performance regression from 3.5.16 to 4.6.5 with identical smb.conf
...a 4.6.5 build that I have cross-compiled myself
from scratch.
Note that so far, I am using the unchanged (i.e. exactly identical) old
3.5.16 smb.conf file for 4.6.5.
Everything seems to work fine in terms of functionality. From Windows
PowerShell, I have been also able to verify with "Get-SmbConnection"
that I am now using SMB3 ("dialect 3.1.1"), and I have noticed decent
performance gains for copying large files as expected:
* single large file copy, Win10 NTFS client to Thecus NAS ("write"):
before: Samba 3.5.16/SMB 1.5: ~18 MB per second
after: Samba 4.6.5...
2017 Jun 13
0
Huge number of small files performance regression from 3.5.16 to 4.6.5 with identical smb.conf
...compiled myself from scratch.
>
> Note that so far, I am using the unchanged (i.e. exactly identical)
> old 3.5.16 smb.conf file for 4.6.5.
>
> Everything seems to work fine in terms of functionality. From
> Windows PowerShell, I have been also able to verify with
> "Get-SmbConnection" that I am now using SMB3 ("dialect 3.1.1"), and
> I have noticed decent performance gains for copying large files as
> expected:
>
> * single large file copy, Win10 NTFS client to Thecus NAS ("write"):
> before: Samba 3.5.16/SMB 1.5: ~18 MB per second
&...
2001 Dec 16
1
smbmount and ownership of dir for mounting
Why can a user only mount on a directory which he owns with smbmount?
Surely write permission should be enough worst case and likely this too
should not be required. Other mount code allow mounts to occur without
ownership (for example the CD-ROM mounting to /mnt/cdrom when ANY user types
mount /mnt/cdrom without either ownership or write permission). It seems
inconsistent. If the problem is in
2002 Aug 05
1
smbmount: mount option "noauto" causes codepage and/or iocharset to fail
I've been trying several times now:
# mount -t smbfs -o credentials=/etc/samba/private/credentials,codepage=cp850,iocharset=iso8859-1,noauto //machine/share\$ /mnt/share
Causes:
# ls /mnt/share/directory
Sp?rsm?l.txt
While this:
# mount -t smbfs -o credentials=/etc/samba/private/credentials,codepage=cp850,iocharset=iso8859-1 //machine/share\$ /mnt/share
Causes:
# ls /mnt/share/directory
2014 Feb 11
1
SMB3 verification in Wireshark
Hi,
I am running samba-4.1.4 on my Fedora OS.
I have provided the "client max protocol = SMB3" and "server max protocol = SMB3" parameters in smb.conf file
I'm able to get only SMB2.1 packets using wireshark after fileshare access from my windows 7 machine. And not SMB3 packets.
SMB2->NegotiateProtocol Response
0x0202
0x0210
Samba-4.1.4 is supporting SMB3 also. So
2023 Feb 01
1
SMB Multichannel not working?
...hosted on another Windows EC2 instance, the results of the Get-SmbMultichannelConnection -IncludeNotSelected command returns that the connection is a multichannel connection. However, when connected to an SMB share hosted on my Samba EC2 instance, I get no results for it at all. The results of Get-SmbConnection does return a result showing a connection is established to my Samba server.
>
>I have done a LOT of digging including trying a newer Samba version (v4.16.5), which is after 4.15 where multichannel is no longer experimental, and I got the same results. I am aware that SMB multichannel from a...
2017 May 22
2
Windows 10 spawning thousands of child processes on Samba 4.3.11 server
...LY NONE
/home/production fifttemp/log Mon May 22 19:00:46 2017
2810 1001 DENY_NONE 0x100081 RDONLY NONE
/home/production fifttemp/log Mon May 22 19:00:46 2017
/var/log/samba log files reveal nothing of interest afaik.
Client side info:
PS C:\Users\admin> Get-SmbConnection
ServerName ShareName UserName Credential Dialect NumOpens
---------- --------- -------- ---------- ------- --------
10.10.1.6 production WIN8\admin WIN8\admin 3.1.1 1
Putting this in smb.conf did not help:
deadtime = 90
Some alternatives I am considering:
1) Force W...