Tagged Questions

0
votes
1answer
20 views

HTML link to directory in a Samba share, that works on Internet Explorer 7/8

Hello all, 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 …
1
vote
3answers
89 views

Use a SQL Server 2008 database on a NAS share

I'm working on a project in Visual Studio, and I want to create a local database file (.mdf) within the project directory so that it can be checked into SubVersion and have configuration management. …
0
votes
1answer
68 views

Static files served from CIFS Windows share through nginx/Ubuntu aren’t fully sent to the browser.

We have a Rails app with nginx front end. Users can upload files, which are stored on a Windows network share, and retrieve them later. The uploaded files are served statically through nginx. …
0
votes
2answers
129 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
2answers
88 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 …
-1
votes
4answers
105 views

Recursively traverse Samba shares?

With bash on linux, how would I write a command to recursively traverse shares mounted, and run commands on each file, to get the file type and size, permissions etc, and then output all of this to a …
0
votes
0answers
139 views

Recursively traverse a directory? [closed]

On Linux, how would I recursively traverse a variable number of shares?
0
votes
4answers
1k 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 …