Questions tagged [cifs]

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).

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).

330 questions
0
votes
0 answers

Error with c:if in JSTL

In my JSP code is written as: And I am getting following error Testing.jsp:11:7: Static attribute must be a String literal, its illegal to specify an expression.
RaG
  • 317
  • 7
  • 19
0
votes
1 answer

SMB/CIFS protocol for iOS

Does anyone know library to browse (and upload/download/stream) on smb shares (SMB/CIFS protocol) from iOS. This must be support for all the Windows OS. This is grade help for me.
Isuru Jayathissa
  • 478
  • 4
  • 15
0
votes
1 answer

git error "failed to push some refs to" when accessing windows share

When I try to push my repo to a mounted windows share I got the following error message: git push Counting objects: 47, done. Compressing objects: 100% (15/15), done. Writing objects: 100% (25/25), 508.09 KiB | 88 KiB/s, done. Total 25 (delta 18),…
MarcS82
  • 2,065
  • 7
  • 29
  • 46
0
votes
1 answer

Powershell array values, concatenating data

This is kind of a painful question to ask, but here goes. I'm creating a powershell script to report on filer shares that are on a netapp. I've gotten to the point where I can create my report of all the shares, but what I now want to do is take…
Falcones
  • 109
  • 1
  • 5
  • 15
0
votes
1 answer

fstab using login user credential

I'm building an ltsp server All is well and is connected to my AD Server. I can login using the AD user. My question here is how to make it mount a specific smb share from the server using the login credential a.k.a AD account ( means it's dynamic…
wpsd
  • 303
  • 3
  • 21
0
votes
1 answer

perl based cron job won't write to mounted cifs/windows share ONLY after long inactivity

I'm not sure how to title that more succinctly and still have it be meaningful. (Note that this works fine when run mid-day, via cron or manually, so I "know" the script itself is sound.) I have a cron job (ubuntu 13.04.) It runs as my user (not…
0
votes
1 answer

How do I use rsync to backup the "/root" folder to a network share?

A share from my Iomega NAS Drive is mounted to a local directory on my home server running CentOS 6.4 as /mnt/backup-drive using AutoFS and CIFS. When I run the following command: rsync -ruvz --no-o --no-g --delete "/root" "/mnt/backup-drive" I…
LogicalException
  • 566
  • 2
  • 7
  • 16
0
votes
1 answer

how to determine if the mount successful in QT code

I have this function on mounting a smb:// connection. What if there is an error that is not in my condition. Is there a better way to determine if the mount is sucessful or not? Im using ubuntu 11.04 and qt 4.7.3 bool mwDM::mountFolder() { QString…
reggie
  • 626
  • 3
  • 13
  • 31
0
votes
0 answers

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.
flacnut
  • 1,030
  • 4
  • 11
  • 21
0
votes
3 answers

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 the file. When I save the file, I only want to…
Chappelle
  • 65
  • 2
  • 9
0
votes
1 answer

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 application. So ideally when the users log in; he/she should…
Cheezo
  • 761
  • 9
  • 24
0
votes
1 answer

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 stations participate in a HDFS environment and…
ckg
  • 2,270
  • 1
  • 17
  • 6
0
votes
2 answers

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 being passed as default_settings.home_directory and…
ren
  • 313
  • 1
  • 3
  • 6
0
votes
1 answer

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 nfs (same filesystem) the filenames special…
David Sedeño
  • 495
  • 1
  • 6
  • 19
0
votes
1 answer

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?
Fowl
  • 4,940
  • 2
  • 26
  • 43
1 2 3
21
22