Top "Smb" questions

Server Message Block, network-protocol for sharing files and printers implemented by Windows, Samba and others

How do you force a CIFS connection to unmount

I have a CIFS share mounted on a Linux machine. The CIFS server is down, or the internet connection is …

linux samba smb cifs
Access to file using Java with Samba JCIFS

I have a question about accessing file with Samba JCIFS. So there is a server I want to access, let's …

java protocols smb jcifs
How to access C$ share in a network?

Considering I have admin access to a machine, can I remotely access the default C$ share in Windows XP and …

c# windows networking share smb
What are `Zone.Identifier` files?

I often see files named 'blabla.exe:Zone.Identifier' when monitoring I/O with Process Monitor. The files are seen …

windows file-io filesystems smb network-drive
Windows file share: why sometimes newly created files aren't visible for some period of time?

We were faced with very strange issue that made us crazy. Sometimes newly created files on our File Share PC …

windows share smb
mount error(6): No such device or address when sharing windows folder to ubuntu

I have a windows shared folder named \\mymachine\sf and I want to map it as a ubuntu device. I …

mount smb
How to copy file from smb share to local drive using jcifs in Java?

Could anybody help me to copy file from shared folder to local drive? My code is: import jcifs.smb.NtlmPasswordAuthentication; …

java smb jcifs file-copying
SMB/samba support on iOS?

I check iOS document and also google it for a while and get the impression that iOS does not support …

iphone filesystems samba smb cifs
access remote files on server with smb protocol python3

I have remote server with some files. smb://ftpsrv/public/ I can be authorized there as an anonymous user. In …

python python-3.x smb
jcifs.smb.SmbException: The network name cannot be found

The following is my piece of code SmbFile catalExp = new SmbFile("smb://<Shared machine name>/Project share/Home/4. …

java web-applications smb