Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
2k views

NT_STATUS_BAD_NETWORK_NAME when connecting to router samba share

I have a asus router that I am using to host a samba share networked hard drive. I've been able to connect to this shared disk from both my windows machine and my macbook, so I know the drive "...
Andy McCall's user avatar
0 votes
1 answer
2k views

SMB Unable Resolve Host

I have issue with this one particular Windows 10 client unable to connect to any SMB share. Environment: Server: Windows Server 2019 Client: Windows 10 Pro Workstation 20H2 Internal LAN No domain ...
David Wu's user avatar
0 votes
1 answer
584 views

What is wrong with my smbclient

Scenario Today I set up an smb share on my Linux desktop machine connected to my router via cable 1GBit/s. I tested the LAN speed between my Notebook(Manjaro, 5GHz) and desktop using iperf. Result is ...
schgab's user avatar
  • 105
-2 votes
1 answer
3k views

Samba Client and Windows 10 Home - "NT_STATUS_LOGON_FAILURE"/"Access denied"

I'm trying to access a file share from a Windows 10 Home using a Samba client. However the following errors happen ... 1# - smbclient [root@eduardo-nb eduardo]# smbclient -L 192.168.0.5 -W WORKGROUP ...
Eduardo Lucio's user avatar
0 votes
2 answers
134 views

Samba+LDAP - Diagnosing Problems (Access Denied)

I really need some help because I can't identify what's going on... I'm pretty lost here... =| PROBLEM: I have a server "server_a" with a directory "group_a_folder" ("/srv/...
Eduardo Lucio's user avatar
1 vote
1 answer
4k views

How to fix Windows 10 incoming SMB session being RST'ed

I have computer A and B, both Windows 10 1703 (15063) with all updates installed up to now. I want to view A's SMB shares from B, but B says it cannot connect to A. Further investigation shows A is ...
Jamesits's user avatar
  • 141
0 votes
1 answer
7k views

smbclient every time force to enter username and password which doesnt have any authentication(i.e public) on Linux

I am using smbclient to browse though the shared network which doesnt have any username and password. smbclient //Server/share -U username password\ //Good This is good when a server is protected ...
leuage's user avatar
  • 119
0 votes
1 answer
1k views

Grep all files from samba

I'm transferring some files using samba. I use this command smbclient '//MICROSOF-14656A/Shared' -c 'lcd /mnt/transfer/;cd Directory; get file.txt' But I get tired to move one file by one. There is ...
Man's user avatar
  • 11
1 vote
1 answer
2k views

SMBclient put file does not exist

I am trying to write a cron script which will copy a file from an SMB share to my local linux folder. I am connecting to the share like this... /usr/bin/smbclient \\\\myserver\\myshare It connects ...
fightstarr20's user avatar
0 votes
1 answer
4k views

Windows 10 Powershell - get-smbserverconfiguration - returns this even though I'm not connected to any servers

I am running a new (not upgrade) installation of Windows 10 Home on a desktop at home. This is my personal computer on an AT&T U-Verse connection that I pay for. When I execute the Powershell ...
user552798's user avatar
1 vote
1 answer
2k views

How can I keep copying after a "NT_STATUS_SHARING_VIOLATION" error with smbclient?

I have a directory of files that need to be copied every night as a backup. I am using 'smbclient' to backup the files to a Linux machine but I am seeing an issue where if a file is locked the entire ...
Atari911's user avatar
  • 768