Questions tagged [smbclient]

22 questions
6
votes
1 answer

Storage Space Direct : SMB error

So we've got this 4-node Storage Space Direct (S2D) cluster, working for more than 1.5 year without any major issue. The OS is Windows Server 2016. Firewall down for all profiles No antivirus installed, Windows Defender OFF Active Directory…
3
votes
0 answers

Setting up Samba in Docker

I am trying to set up a Samba server in Docker. I tried using dperson/samba image from docker hub at https://hub.docker.com/r/dperson/samba. I followed the instructions and tried to connect to it using smbclient to see if I could access the SMB…
chillsauce
  • 261
  • 3
  • 6
3
votes
1 answer

SMB3 mounted on linux / Debian - qemu-img Failed to get "resize" lock

I have a Windows 2016 SMB share mounted on a Debian 10 box. I am using qemu-img to convert an image file the target of which I wish to store on the SMB mount. When I run the command I get this error: error while converting qcow2: Failed to get…
Rob
  • 131
  • 3
2
votes
1 answer

Cannot mount SMB folder from Win10 to Ubuntu

I trying to mount folder from my Win10 machinr to Ubuntu (which inside VirtualBox, but it doesnt matter). On my Win10 I disable SMB1, due to recent events: PS C:\Users\Flowneee> Get-SmbServerConfiguration | Select EnableSMB1Protocol,…
Flowneee
  • 139
  • 1
  • 4
2
votes
0 answers

SMB stops working periodically

my Windows Server 2016 Remote Desktop Servers SMB client, randomly stops working for 1 to 10 minutes, then restarts with no user intervention. The Windows SMBClient event log marks the problem with events 30805 and 30807 upon disconnection. Events…
FrankBik
  • 21
  • 2
2
votes
2 answers

How to create a working samba PUBLIC share on Linux (smbd) for LATEST windows 10 client?

As we know, latest windows 10 upgrade has made samba client refuse to sue guest account. Some organization even make it impossible to disable this bug. This make it impossible to create a public samba share on Linux for win10 clients. You can't…
recolic
  • 81
  • 1
  • 6
1
vote
2 answers

protocol negotiation failed: NT_STATUS_CONNECTION_RESET

This may look like an old thread. But I tried all types of solution which are provided. But no luck. I have a Shared Folder from fileserver(windows server 2012 R2 - default samba 2.1) My client side configurtion are:- Version 3.5.10-114.el6 The…
Prakash Asokan
  • 11
  • 1
  • 1
  • 5
1
vote
1 answer

smbclient - Download latest file

Trying to script a file download in Ubuntu from an SMB network server (windows-esque). I have a folder tree as follows: file1.tar.gz file2.tar.gz file3.tar.gz These files have different modified dates. I want to download the latest file using…
Jamesking56
  • 141
  • 3
1
vote
2 answers

Connect to Windows Server 2016 SMB share from CentOS - session setup failed: NT_STATUS_CONNECTION_RESET

I tired to mount a Windows SMB share in Linux using autofs, but I kept getting 'access denied' I decided to test it using smbclient, but I am just getting 'session setup failed: NT_STATUS_CONNECTION_RESET'. sudo smbclient //myfileserver/myshare$ -U…
Hawke
  • 25
  • 1
  • 7
0
votes
1 answer

Sending files from win10 to SMBv1 server?

Is it possible to only send files from a win10 machine (A), patched to disable SMBv1/CIFS client with 1803, to a very old device (B) using passwordless SMBv1 (strictly)? I was thinking along the lines of smbclient or curl or some other smb-capable…
bliako
  • 147
  • 6
0
votes
0 answers

smbclient "NT_STATUS_OBJECT_NAME_NOT_FOUND getting alt name for \" on Windows Server 2012 shares

I successfully connected to Windows Server 2012 SMB shares from a CentOS 7 host using the tool smbclient. I can list files and browse directories from the W2012 shares, but when i submit the command 'allinfo filename' I am getting the error…
GMF
  • 1
  • 1
  • 1
0
votes
0 answers

Does not work smbclient in Mac OS x 10.8.3. Socket is not connected

last few days, i can't connect to any windows share in my domain from Mac OS x 10.8.3. According to reinstall, i can't do it, because there are a lot of settings in environment of this os. Can you help me. My command mount -t smbfs…
Piduna
  • 501
  • 3
  • 10
  • 23
0
votes
0 answers

Cannot find "SMB Direct" in Windows Server Standard 2019 Roles and Features

I try to configure SMB Direct on my Windows Server Standard 2019 server but do not see "SMB Direct" in the Roles and Features Configuration Window. It, however, shows in my Windows 10 For WorkStation client under "Windows Features". What am I…
Matt
  • 322
  • 4
  • 15
0
votes
0 answers

Veeam Agent for Linux not connecting to SMB from FreeNAS

I want to backup an Ubuntu 16.04 server using Veeam Agent for Linux free edition. I'm trying to do the backups to an SMB/CIFS password protected share created in FreeNAS but am getting a password error in Veeam even though I can connect via command…
god_is_love
  • 143
  • 1
  • 6
0
votes
1 answer

cifs mounts with wrong uid, gid (buster -> bullseye)

Context : Existing debian buster acting as CIFS / SMB client Problem : After migration from buster to debian bullseye, mount point is still working but uid and gid option are ignored at the filesystem level (but are correct within the mount…
Cerber
  • 1,101
  • 1
  • 10
  • 23
1
2