Tagged Questions
7
votes
4answers
9k views
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 down, and anything that touches the CIFS mount now takes several minutes to timeout, and is ...
1
vote
2answers
303 views
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 samba (although there is a samba app for jailbreak iPhone).
But then how do the app FileBrowser ...
1
vote
1answer
579 views
Defeating CIFS file caching on Windows / forcing “refresh”
I'm modifying files on a UNIX system and accessing them on a Windows box. The server runs samba and there is some amount of caching done by the client. When I modify the file on the UNIX side, the ...
1
vote
1answer
2k views
HTML link to directory in a Samba share, that works on Internet Explorer 7/8
I want my HTML page to link to a directory in a Samba share (protocol SMB/CIFS Windows share).
In my HREF I wrote file://server/Share2/folder3
Most browsers handle it fine (mount the share and open a ...
1
vote
5answers
1k views
Record locking problem between linux and Windows
I need to run a bunch of old DOS FoxPro / Clipper applications in linux under DOSEMU.
The programs access their "databases" located on a network server (could be a Windows or
Linux server)
Actually, ...
0
votes
0answers
46 views
Linux (F16) desktop has very slow access to mounted CIFS drives
I have a Seagate GoFlex Home, a couple of FreeAgent Go servers, a couple of MyBookWorld devices, and a Samba server on a "real" Linux box. This constitutes about a dozen shares overall. It is ...
0
votes
0answers
28 views
apache cannot access public_html on CIFS
I have my computer on network, and whole homedir is mounted at login with CIFS. When I access http://localhost everything works fine, but when I access http://localhost/~user it fails.
# cat ...
0
votes
1answer
34 views
Which SMB message tell me the shared folder list? [closed]
If I have multiple shared folders, which SMB message will tell who they are ?
I use wireshark in hoping to catch that message, but it is weird that I can't find the message sent back from SMB server ...
0
votes
0answers
87 views
Getting File Create Notifications for CIFS Mount in Linux
I have a windows share mounted via CIFS on an ubuntu server. I need to a way to know when a new file has been added to the Windows share. I tried this inotify program:
...
0
votes
0answers
77 views
How to use virtual Linux guest on Windows host and have the Git, HTTPD server and other dev tools on the linux? [closed]
Currently I can't afford a Mac .
I need a UNIX environment for my development but still be able to use Adobe, Corel, Microsoft office products.... all things that are platform dependant or require ...
0
votes
2answers
816 views
What does cifs_mount failed w/return code = -22 indicate
I am trying
sudo mount -t cifs //<server>/<share> -o username=user@domain,password=**** /mnt/<mountpoint>
error message:
mount: wrong fs type, bad option, bad superblock on ...
0
votes
1answer
69 views
Samba: does current linux client support asynchronous reads?
In the interest of increasing performance, is it possible to read asynchronously from a CIFS mounted file, on linux?
Thanks!!!
0
votes
1answer
114 views
libsmbclient GPL issue. Seeking alternatives
We intend to develop an application that can access remote SMB shares from Linux, without mounting .e.g. in the form of "smb://sharedserver/sharedfolder".
It seems that we can achieve this by using ...
0
votes
2answers
1k views
Open Java SMB server implementation
Is there an open implementation of a SMB/CIFS server in Java? The only implementation I can find at all is Alfresco's but it isn't open source.
A related question: assuming there is no such ...
0
votes
1answer
608 views
cifs/samba client library
I'm looking for some stand alone library to access SMB/CIFS shares.
I am not looking for mounting the shares, just browsing and accessing the files for reading.
Preferable something with a simple ...
0
votes
3answers
773 views
Samba, CIFS and Deleting Files
So I've got a Samba share located on server A. I have that share mounted to two other servers, B and C. The idea is that B and C need to write temporary files to a single location so that multiple ...