All Questions
11 questions
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 "...
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 ...
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 ...
-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 ...
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/...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...