Tagged Questions

2
votes
0answers
208 views

Specify CIFS vs NFS for UNC in Windows?

On Windows 2008 Server R2 (acting as a client) I have the Client from Windows Services for NFS installed and a server mounted as Y: with NFS. That server also supports CIFS. When I open a UNC path ...
1
vote
1answer
580 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 ...
0
votes
1answer
33 views

trying to exec fop via php - 'Can't connect to window server'

I'm on Mac OSX 10.6, I'm trying to generate a PDF from my Joomla PHP site, using exec to call fop via: exec("fop -fo /temp/sample.fo -pdf /temp/doc".$now.".pdf > /temp/stdout.log 2> ...
0
votes
2answers
362 views

How can I re-use an existing CIFS session or explicitly terminate one programmatically (W2K8 to Netapp)?

I have a program that runs on Windows and scans shares on a Netapp filer over CIFS. When the scanner runs on W2K3 and exits, running "cifs sessions -c " on the Netapp filer shows that the session is ...
0
votes
0answers
364 views

Cross-platform build UNC share (Windows->Linux) - possible to be case-sensitive on CIFS share?

To optimize builds between Windows and Linux (Ubuntu 10.04), I've got a UNC share of the source tree that is shared between systems, and all build output goes to local disk on each system. This ...