All Questions
8 questions
0
votes
2
answers
2k
views
Persistent Indexing for Files and Folders in Network Drive WIndows Explorer Properties
I can acces my SSD via my NAS via SMB just fine.
Windows properties pane shows a checkbox near Indexed files/folders.
No matter how many times I disable Indexing for this particular network drive, ...
0
votes
2
answers
4k
views
Script to reconnect Windows 10 to network share
A persistent and unremedied failure of Windows networking is its inability to reflect mounted shares as they come online. The two machines can ping one another indefinitely and still, the red X next ...
0
votes
0
answers
1k
views
smbclient sees file but cant find it
I have been using smbclient to grab files from a windows file system to an ubuntu based computer. It was working up until a few weeks ago. From ubuntu I do:
smbclient -A ./credentialsFile //IP/path/to/...
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 ...
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
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 ...