Displaying 20 results from an estimated 2000 matches similar to: "smbclient using smb2 protocol linux-2-linux share"
2014 Apr 25
1
Perf enhancements in Samba4.1 related to SMB2.1 / SMB3.0 protocol
Hi Everyone,
My doubts are for Samba4.1 performance related enhancements (SMB2.1 / SMB3.0).
My experimental samba server hardware is running 4.1 version. Want to
improve robocopy WRITE throughput from a two samba client machines
(win7 or win8 or server2012 x86 servers).
Someone please advice me how can I use SMB2.1 or SMB3.0 capabilities
to improve WRITE throughput. I tried samba4.1
2016 Oct 11
1
答复: implement of persistent handle in SMB2.1
hi Michael,
Sorry for taking so long to reply, I just get back on vacation. Your advice is very helpful.
Our purpose is no IO interrupted with Window 7 cifs client accessing the shared folder
when virtual IP taken over by another node. SMB3.0 or newer protocol do meet that demand,
but Window 7 cifs client only supports SMB2.1 protocol and previous versions. So we
need implement a
2019 May 13
2
How to mount a share without using -o vers=1.0 ?
Hi all,
Behavior described in this email is identical whether I try to mount at
192.168.100.2, my desktop and location of my Samba server, or
192.168.100.239, my laptop that is remote from my desktop with Samba
server...
I want to mount a share defined on my Linux desktop, on my Linux
laptop, as a better alternative than sshfs or NFS. I want this mount to
happen as version 2.x or 3.x, not as
2020 Sep 06
2
pam_mount in 'newer samba'...
Sorry for a rather 'unifornative' subject, but i've little o no clue on
this.
I'm using at work 'pam_mount' with a rather standard configuration
to mount via CIFS/SMB user's home directory, from a samba AD member
server.
This configuration is a bit 'old' (mint sonya, AKA Ubuntu 16.04 as a
client, so samba 4.3; debian and samba 4.8 as a server), but work
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
2015 May 07
2
smbstatus -- protocol and feature information
Hi,
I am trying to figure out what features in terms of protocols (SMB/CIFS,
SMB2, SMB2.1, SMB3) a client uses when being connected to a Samba server
(v4.1.17).
Is there any tool like smbstatus that shows which protocol version (and
possibly which features) a client is using in a connection? (Feature in
the sense of 'using encryption' for example).
Thanks,
Adi
2019 Feb 14
3
32 seconds vs 72 minutes -- expected performance difference?
>
> Unless you upload a network capture of you mounting and doing the ls -lR
> on the client it's hard to say what really goes on. I understand you
> might not want to make it public.. but if you do
>
This is the last thing I'll try after I've exhausted all the other options.
How are you mounting your share (which mount options)?
>
Something weird is going on with
2023 Aug 16
2
Increase data length for SMB2 write and read requests for Windows 10 clients
Hello,
We are currently running a Linux Samba gateway with a CephFS
kernel-client to allow Windows 10 clients to transfer data to and from
our Ceph storage cluster. We have been using this in production for a
while now quite successfully but we are finding that our Windows clients
are having their rates limited to ~1 Gbps despite having 10 Gbit
interfaces (iperf tests show a 4.18 Gbps
2016 Sep 28
2
implement of persistent handle in SMB2.1
hi Michael:
We want to implement the ‘persistent handle’ function under Windows 7(SMB 2.1), which has only local ‘durable handle’. For now my plan is just to synchronize
the following files between cluster nodes:
smbXsrv_open_global.tdb.0
smbXsrv_session_global.tdb.0
smbXsrv_tcon_global.tdb.0
locking.tdb.0
It probably won’t be completed, so I’m writing to ask for your advice. Any help would be
2012 Dec 11
14
Samba 4.0 released - The First Free Software Active Directory Compatible Server is now available !
Samba Team Releases Samba 4.0
=============================
December 11th 2012.
The Samba Team is proud to announce the release of Samba 4.0, a major
new release of the award-winning Free Software file, print and
authentication server suite for Microsoft Windows clients.
The First Free Software Active Directory Compatible Server
2012 Dec 11
14
Samba 4.0 released - The First Free Software Active Directory Compatible Server is now available !
Samba Team Releases Samba 4.0
=============================
December 11th 2012.
The Samba Team is proud to announce the release of Samba 4.0, a major
new release of the award-winning Free Software file, print and
authentication server suite for Microsoft Windows clients.
The First Free Software Active Directory Compatible Server
2019 May 13
0
How to mount a share without using -o vers=1.0 ?
On 13/05/2019 17:05, Steve Litt via samba wrote:
> Hi all,
>
> Behavior described in this email is identical whether I try to mount at
> 192.168.100.2, my desktop and location of my Samba server, or
> 192.168.100.239, my laptop that is remote from my desktop with Samba
> server...
>
> I want to mount a share defined on my Linux desktop, on my Linux
> laptop, as a better
2020 Sep 24
1
helping whith pam_mount
Hello I try to implement pam_mount and I have errors.
When I login to ubuntu desktop client I have an error with "mounting
read-only" but if later to logon on domain I go to the files application
and map the resource shares manually, work fine.
Attach the syslog trace:
Sep 24 10:22:13 ubuntucliente lightdm[708]: (pam_mount.c:365): pam_mount
2.14: entering auth stage
Sep 24 10:22:20
2019 Feb 26
2
Using Access Control Lists with SMB2/SMB3 Mounts on Linux Clients
Thanks for the first reply, Jeremy.
What about the (future) implementation of RichACL?
Will there be any native Linux Client support along with the SMB2/SMB3 protocol?
I know, there is a native implemenation for RichACLs in ext4 FS.
Unfortunately, smbcals is not a native Linux ACL Tool and has a very unhandy syntax.
I just tested some days ago. ;-)
I am looking for a solution that allows the
2019 Feb 27
2
Using Access Control Lists with SMB2/SMB3 Mounts on Linux Clients
On Tue, Feb 26, 2019 at 09:03:41AM -0800, Jeremy Allison via samba wrote:
>
> Check out the latest cifsfs code. I think Steve
> and Aurelian and Ronnie added an ioctl for this.
>
> I'm here at Vault in Boston with Steve, I'll ask
> him :-).
Steve says there are two utilities in Linux,
getcifsacl and setcifsacl that use a custom
ioctl inside the Linux cifsfs kernel
2020 Sep 07
0
pam_mount in 'newer samba'...
Hai Marco,
Is the UPN set for this server. CIFS/hostnam.fqdn ?
Does its A and PTR match with the "real" hostname?
But i see : smb2_get_dfs_refer rc
Not commenting on this expect... upgrade the servers.. ;-)
Try :
apt install keyutils this might be missing and is needed for CIFS kerberos mounts
mount -t cifs -o user=USER,domain=DOMAIN,cruid=USER,sec=krb5,vers=3.0
2019 Feb 08
8
32 seconds vs 72 minutes -- expected performance difference?
## QUESTION
I am sharing a 120GB folder with lots of files via Samba on a LAN (1Gbps
connection).
1) Doing an `ls -lR` on the server (on this folder) takes ~32 seconds,
compared with **72 minutes** on the client. Is this difference in
performance expected (due to network and protocol overhead)?
2) While the client is executing an `ls -lR`, one smbd process on the
server uses about 30-40% of a
2013 Mar 27
0
smbtree or smbclient or smbclient4 cannot get share directory from win7 with SMB2 setting
Hi all,
Actually I have just updated my ubuntu pc with kernel 3.8.4 and did try succesfully with mount with cifs type with win7 pc with smb2 protocol.But I encountered failure with the tools, smbtree or smbclient or smbclient4 to list out the share directory.. Are these clients tools already support SMB2 protocol?Thanks for take time to read, thousand thanks!
Regards,Wong
2011 Oct 17
1
[quick question] smbclient -m smb2 not working
Greetings list,
I just upgraded to samba 3.6.0 trying SMB2. Though Windows 2008 R2 can work
with SMB2 shares just fine, I'm unable to access SMB2 shares with mount.cifs
or smbclient, even with "-m smb2" specified -- I get this
"Unrecognised protocol level smb2", whereas smbclient comes with
samba-client-3.6.0-63.1.rpm.
So is this supported yet (from client side) or I
2010 Jun 15
0
smbclient against win7 server cifs/smb2
When lmcompatiblity level is set to 5, against a window7 server,
source3/smbclient fails to
authenticate with error NT_STATUS_LOGON_FAILURE using cifs
server signing = enabled
client signing = enabled
client ntlmv2 auth = yes
Am I missing something in either smb.conf setup or Windows7 settings
for it to fail for me?
And not sure whether source3/smbclient works with smb2