The Common Internet File System (CIFS), also known as Server Message Block (SMB), is a network protocol whose most common use is sharing files on a Local Area Network (LAN).

learn more… | top users | synonyms

-1
votes
1answer
22 views

chown on mapped CIFS share not working [closed]

I have mapped to a Windows share using cifs/samba on CentOS. Using this command: sudo mount -t cifs -o username=Username //path/to/share /var/share My PHP application now needs the ability to ...
0
votes
0answers
28 views

DLink-320 share center CIFS: Authentication for user [<user>] has FAILED

I have a DLINK NAS share center 320, that I have been using as my local FTP server. I have also been using DynamicDNS's service to access this FTP server from the outside. Recently I had taken a look ...
0
votes
0answers
21 views

SVN repository on mounted drive from Ubuntu

I have been using SVN with a repository on a NAS drive, for my personal development. Since it's single user, I'm not worried about file:// races. As long as I used Windows machines, everything was ...
1
vote
1answer
137 views

Alfresco 4.2c CIFS configuration issue

I got a fresh installation of Alfresco 4.2 on Ubuntu 12.04. I had "successfully" configured CIFS and modified iptables to include (NAT) ports(1445 TCP -- 445 TCP and 1137-1139 TCP/UDP to 137-139 ...
1
vote
1answer
52 views

readdir taking a LONG time on mounted cifs dir

I'm running the following code: void EnumerateFolder(std::string folder) { DIR* directory; struct dirent* entry; directory = opendir(folder.c_str()); if(directory != NULL) { ...
0
votes
0answers
84 views

How does file locking work with Windows shares mounted via CIFS?

I have an intermittent problem where a process running on an AIX machine reads a file from a CIFS mount that points to a Windows share. Occasionally, the file will remain locked on the Windows side, ...
1
vote
1answer
155 views

developing custom ios/ipad application for accessing windows shared folders in Active Directory

This is a broad question so I don't expect any explicit/exact answer. I only want ideas. I need to develop a custom iPad application to access documents (upload/download) from a windows shared folder ...
0
votes
0answers
150 views

how to disable caching in CIFS (samba) on client side in linux

have developed an application to run on a target with 2.6.10 kernel. A shared folder on a windows machine is mounted via command: mount -t cifs -o username=xxx,password=xxx,forcedirectio ...
4
votes
2answers
261 views

How to tell if a file is being written to a Windows CIFS share from Linux

I'm trying to write a script to take video files (ranging from several MB to several GB) written to a shared folder on a Windows server. Ideally, the script will run on a Linux machine watching the ...
1
vote
1answer
58 views

Is there a clock difference on my CIFS mount?

I have a Windows share mounted on my Linux box through cifs and am experiencing some issues based on a time difference between machines. For example, when working on a file in Emacs, if I try to save ...
0
votes
0answers
85 views

Creating a WebService to be mapped as a Network Drive

Edit: How do I go about creating a web service that can be mapped as a network drive? Flickr, Google Drive and Skydrive all support this, I would like to make a webservice that can as well.
0
votes
2answers
158 views

CIFS/SMB Write Optimization

I am looking at making a write optimization for CIFS/SMB such that the writing of duplicate blocks are suppressed. For example, I read a file from the remote share and modify a portion near the end of ...
0
votes
1answer
149 views

Using Java to query Active Directory to find available CIFS shares

Here is the scenario: I have several CIFS partitions which AD-based users can mount and use to access their files etc. Now we have a requirement to expose this to users via Java-based Web ...
1
vote
1answer
5k views

smbmount not working on Ubuntu 12.10 [closed]

I just installed Ubuntu 12.10 and I was trying to mount a folder to the Ubuntu system. So I used: sudo smbmount <folder> /path/to/my/folder -ouser=<my id>, dom=<my dom> but the ...
2
votes
1answer
94 views

Method to calculate 'mechListMIC' for SPNEGO GSS-API(NTLMSSP_AUTH) accept-completed(0) state

I am trying to learn and implement SMB2 Server. I am very interested to learn GSS-API (NTLMSSP, NTLMSSP_AUTH) inside. So, I am doing experiment with my own component of GSS-API. I read the description ...
-1
votes
1answer
65 views

Why does clearing my shorewall firewall allow mounting of a windows network share on my Ubuntu box? [closed]

I have created a /mnt point on my Ubuntu box for a Windows share. I cannot mount the share unless I clear (not stop) my shorewall firewall running on the Ubuntu box. I Googled and stackoverflowed ...
2
votes
1answer
149 views

How to capture SMB/CIFS packets in C#?

Socket socket1 = new Socket(AddressFamily.InterNetwork, SocketType.Raw, ProtocolType.IP); socket1.Bind(new IPEndPoint(ipAddress, 0)); socket1.SetSocketOption(SocketOptionLevel.IP, ...
1
vote
0answers
117 views

Strange behaviour with mapping drive / Windows2008 / CIFS

I've a strange situation here... Context : NAS Filesystem under Unix A farm of 15 compute unit The farm work all the time and process stream buffer from one nas path to an other one. A mapping ...
0
votes
1answer
386 views

Mount folder with cifs share with nfs on another server

I have the following scenario: I have a folder /bla/ on a server which mounts a windows samba share into it. Now I want to mount this folder /bla/ on another server with nfs. That should look like: ...
0
votes
1answer
670 views

HDFS “client” for Windows? Re-export as CIFS?

ALthough the general question of hadoop/HDFS on Windows has been posed before, I haven't seen anyone presenting the use case I think is the most important for Windows support: How can Windows end ...
0
votes
0answers
296 views

How to make a cifs share in freenas available to a Windows Server [closed]

I'm new to freeNAS and trying some clustering with virtual server. Due to lack of availability physical NAS, I have installed freeNAS as a virtual machine on W7 using virtualbox. I configured the disk ...
1
vote
0answers
92 views

Using NDMP instead of CIFS mounting

I have a weird but interesting use-case. I use CIFS to mount shares from a File Server (NetApp, EMC etc) to an application server (win/linux server where my application runs). My application needs to ...
3
votes
2answers
181 views

PHP file_put_contents not truncating file in CIFS mount

I have a weird problem where PHP's file_put_contents() and fwrite() (after opening file handle with fopen('filename', 'w');) functions are not truncating the target file as stated by the PHP docs for ...
0
votes
2answers
166 views

Create a personal share using Python in Windows

I'm trying to automate our personal folder creation using a IDM system that runs on Python. All user shares will be created on \\\server\personal\%userID%. The \\\server\personal and %userID% are ...
5
votes
2answers
507 views

Safely copy files on NAS Filer

we have a NetApp NAS filer which from time to time seems to fail, not sure if this depends on network issues, heavy load or the Filer itself; the thing is that the usual System.IO.File.Copy(...) ...
0
votes
1answer
565 views

ls: cannot access “mount folder”: Host is down [closed]

i have windows 2008 server machine, and i mount few its folders in ubuntu. suppose i mounted below mentioned five location. abc bcd def efg ghi now when i do ls (list command) , it just get ...
0
votes
0answers
170 views

Powershell, SMB/CIFS and DWF

I'm trying to push a server to it's proverbial needs by using powershell and a bunch of clients to all write to a directory at the same time. The hope is to create a delayed write failure. I'm using ...
0
votes
1answer
155 views

nfs encoding issue

I have a Celerra NS-20 that export a filesystem with cifs and nfs. The files are written by windows machines. When I mount the cifs in linux all filename special characters are ok, but when mount the ...
0
votes
0answers
659 views

How can I write or create directories on a shared windows folder in linux?

After awhile of searching I found the way to mount Windows shared folder on my remote linux server using the steps found here. I achieved on getting the file mounted but when i want to write or create ...
0
votes
1answer
23 views

What is the lifetime of shares created with STYPE_TEMPORARY?

Or, more generally, what does specifying STYPE_TEMPORARY do? MSDN's "A temporary share." is not helpful. What are the lifetime guarantees?
0
votes
1answer
275 views

transparent access to files on Samba shares on Linux et al. using C++ IO streams

Is it possible to open files on Samba shares using C++ IO streams in Linux as transparently as on Windows using just UNC path (or similar) or do I always need some kind of 3rd party library? If a 3rd ...
0
votes
0answers
127 views

Does moving a CIFS file stop others reading/writing it?

I have a scenario where there is an application pointing to a CIFS (Common Internet File System) and it read the files and then moves each over locally to process it and then deletes it, which all ...
0
votes
0answers
229 views

Java 1.4.2 File.listFiles not working properly with CIFS mounts - workaround?

I'm using Java 1.4.2 and Debian 6.0.3. There's a shared Windows folder in the network, which is correctly mounted to /mnt/share/ via fstab (e.g. it's fully visible from OS and allows all operations) ...
5
votes
2answers
464 views

PHP is_readable() fails on readable samba directory

Calls to PHP's is_readable() function are returning false on a directory that is readable from the command prompt. I have changed permissions to most-permissible and still no luck. ls -lad ...
1
vote
2answers
318 views

android fatal exception for class not found errors

In the previous question ive asked, ive put all the necessary catch statements to find the exception. here is another one. i am posting the questions with exceptions, because it is easy to find an ...
2
votes
1answer
354 views

java fatal exception for android program

i got the following exception when i run the code below. this is an android code, to access remote windows pc. it is used for download, upload and delete.when i run this code its throwing verification ...
0
votes
1answer
1k views

jcifs.smb.SmbException: Access is Denied. exception for smb directories

In the below code statement: SmbFileInputStream din==new SmbFileInputStream(src); i am trying to create a SmbFileInputStream object. This will works fine if SmbFile 'src' is a file, but if 'src' is ...
1
vote
1answer
348 views

mercurial repo on windows share accessing from ubuntu - permission denied

i just copied an existing mercurial repository to a Folder on a NAS. I can copy, create, delete files in that folder without any problems but when i try to push to that repository i got a "permission ...
0
votes
1answer
387 views

Apache PHP and a CIFS write access

I've been working on an internal site that has Apache / PHP running. I have CIFS Mount in a root directory. /filesys/Images/ that points to a file server. My apache runs under the 'apache' user ...
0
votes
5answers
391 views

subversion via cifs is not working

I am trying to use subversion on a linux machine, the repository is on a Microsoft sbs2008 server. (I can access the repository from a Microsoft Windows 7 machine.) Can some one tell me how to get it ...
0
votes
1answer
127 views

file://myserver/share/a/b/c in svn repository on linux

I have a Subversion repository on a windows cifs share. In the repository are same externals, now externals have to be absolute not relative, so whey point to file://server-name/share/a/b/c. Now when ...
0
votes
1answer
287 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
1answer
284 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
2answers
541 views

Connect to NAS device from Android

I'd like to add NAS support to one of my application, and it is critical that the application is capable of streaming the content and that it not has to download it to the device. The application will ...
0
votes
1answer
125 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 ...
5
votes
3answers
244 views

How can I obtain a case sensitive path on Linux without directory iteration?

Given a mounted cifs file system /network/cifs which is case insensitive, how do I obtain the case sensitive path using C? For example, the fs has a file /network/cfis/Adena/t.txt. Given ...
1
vote
0answers
382 views

C# Cifs/Smb Client Helper class [duplicate]

Possible Duplicate: Accessing a Shared File (UNC) From a Remote, Non-Trusted Domain With Credentials I need to read/write to a shared path. I was wondering if there was something similar to ...
2
votes
2answers
683 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: ...
1
vote
3answers
7k 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 ...
5
votes
1answer
1k views

How to open files in Android with default viewer using jCIFS

I'm using the free jCIFS library to connect to my NAS device via CIFS, and it's working great. I can connect and get a list of filenames, etc. without any issues. Now I'd like to open one of the ...

1 2