Questions tagged [cifs]

The Common Internet File System (previously known as SMB) is a layer 7 networking protocol providing file and device sharing across local networks. It was originally designed and implemented by Microsoft as part of the Windows operating system.

429 questions
2
votes
2 answers

Windows 7 versus 8 Access CNAME'd Share

Here's a situation that came up yesterday: we have a share on a machine we have to access using an alias (CNAME). The machine is running Windows Server 2012 R2, and services Windows 7 and 8 clients. Windows 7 clients have no issues opening the share…
2
votes
2 answers

add jcifs jar to tomcat classpath

I have the following issus : In my web app, one of the jar must be in the tomcat5.5 $CLASSPATH , and not like the other in WEBAPP/lib. i put it in the tomcatdir/server/lib. ( and then in tomcatdir/common/lib ). With no success. If the jar is not…
a.claval
  • 89
  • 1
  • 10
2
votes
0 answers

Rsnaphost "works" when tested but not when run

I have set up rsnapshot successfully a couple of times, and maybe because everything was rather painless (except for the vi tab fiasco of 2013) I am now out of ideas. I have a cifs mounted remote drive at say \BACKUP and rsnapshot configured to copy…
horacv
  • 21
  • 2
2
votes
0 answers

How to setup/overcome file size limitation/"file too large" error in samba/cifs 2.1 on Synology DS214 with DSM 5

I'm mounting a samba share with some sparse files over cifs with -o username=user,gid=999,uid=999,rw,vers=1.0. The NAS has 3TB capacity and 500 GB free disk space, creating a 4TB sparse file with truncate -s 4T file.img is no problem. When I mount…
Kalle Richter
  • 268
  • 6
  • 18
2
votes
2 answers

NetApp filer - resetting NTFS permissions with fsecurity?

I have a NetApp filer, with a CIFS export. The permissions have been locked down on it, to a point where it's no longer accessible. I need to reset the permissions on this - I've figured out I can probably do this by changing the qtree to Unix…
Sobrique
  • 3,747
  • 2
  • 15
  • 36
2
votes
1 answer

CIFS error -512 on a mount

So we have Alfresco running at work and I like to have our repository mounted via CIFS: mount /mnt/alfresco/ -v mount.cifs kernel mount options:…
djsumdog
  • 1,100
  • 2
  • 16
  • 29
2
votes
0 answers

CIFS slashes changed to backslashes after upgrade

I am working on linux server which does its backup via rsync to a cifs-mounted share on an external NAS (D-Link DNS-320). Everything worked fine on opensuse 11.4. After upgrade to opensuse 12.2, the backup script is still working, but files on the…
Marie Fischer
  • 1,973
  • 1
  • 13
  • 13
2
votes
0 answers

Prioritize One Network Share Over Another And/Or Cap Network Share Traffic? (Windows Server 2008 R2 Enterprise)

One of my fileservers is a hyper v VM running Windows Server 2008 R2 Enterprise. The NIC in the VM maps to a 1 GB NIC on the host that is dedicated just to this VM. I have two shares on the file server. One is very important and used by a few…
2
votes
1 answer

Can a Windows machine authenticate against Samba with Kerberos when users are stored in AD?

I understand the title is probably less clear that it should be, but I couldn't think of anything better. We have two domains, let's call them example.com and subnet.example.com. The former is managed by an Active Directory server, and houses some…
Elias Mårtenson
  • 329
  • 1
  • 4
  • 12
2
votes
1 answer

Recursively traverse a directory?

On Linux, how would I recursively traverse a variable number of shares?
Bill grey
2
votes
2 answers

CIFS Mounting Permissions

I have an issue that I;m going round in circles with, I hope you can help. The Set up: Server 1 (CIFS Client) - CentOS 6.3 AD integrated uing Samba/Winbind & idmap_ad Server 2 (CIFS Server) - CentOS 6.3 AD integrated uing Samba/Winbind &…
malco
  • 465
  • 1
  • 7
  • 14
2
votes
1 answer

Mount a samba share as regular user using cifs

Server: Ubuntu SAMBA 3 Client: Ubuntu 12.04 I can access the shares using Nautilus but I can't mount the same share using shell. I issue the following command: sudo mount -t cifs //auth.local/Aplicacao /home/josir/fontes -o…
Josir
  • 141
  • 6
2
votes
1 answer

On startup cifs mounts with wrong uid, gid

I have a server running a samba instance which I access with cifs. When the system boots the folder is mounted but with wrong uid and gid. When I umuont and mount again manually, uid and gid are set correct (according to my credentials file). Here's…
BandGap
  • 123
  • 1
  • 3
2
votes
1 answer

How efficient is a file move on the same fileshare?

From a windows208r2 client connected to a SMB/CIFS share, I move a file from one directory to another directory on the same network share. Does windows send a "move" command to the share, or does windows copy the bytes locally, write them to the…
2
votes
1 answer

Intermittent logon failures or lock out failures when under high impersonation load

Recently we've been seeing an interesting slew of failures on our cluster where users' jobs will intermittently fail with logon errors, account locked out errors, or file permission errors. Our cluster is loosely-coupled and coarse-grained, built…
user7116
  • 237
  • 3
  • 11