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
4
votes
1 answer

Filename encoding switched to UTF-8 by tar when untaring to Windows share

We have different Magento installations (webshop) that allows images to be added to a product freely. When an image is added to a product, the file is named in a specific way that sometimes encorporates special characters (for instance German…
Dabu
  • 359
  • 1
  • 5
  • 23
4
votes
2 answers

Samba does not reload user group members

I am running a simple samba server setup where users connect to a share which contains folders for specific user groups. The folders are chmod 2770, so only users which are in the correct group can read/write in them. The problem is that if I…
user114318
4
votes
1 answer

kerberos cifs multiuser mount from AD PDC

I'm trying to mount a cifs folder on a ubuntu server with multiuser support from a windows DC. I can get user kerberos tickets as root on the server and mount the directory with kerberos without any problems. But I don't want to mount the directory…
Meiko Watu
  • 364
  • 3
  • 15
4
votes
1 answer

ldap-authentication without sambaSamAccount on linux smb/cifs server (e.g. samba)

i'm currently running samba-3.5.6 on a debian/wheezy host to act as the fileserver for our department's w32-clients. authentication is done via OpenLDAP, where each user-dn has an objectclass:sambaSamAccount that holds the smb-credentials and an…
umläute
  • 499
  • 1
  • 7
  • 26
4
votes
4 answers

Restrict file server (CIFS) access by time of day

How can I (in order of preference, descending): Disable file-server access to a specific share for a user or group based on the time of day. Disable file-server access entirely for a user or group based on the time of day Disable file-server access…
Charles Burns
  • 195
  • 3
  • 8
4
votes
1 answer

Cannot unmount CIFS mount?

I am using Ubuntu 10.04.3 LTS. I have a NAS using CIFS protocol. I have mounted a share. I am not using fstab at all. Running mount yields the following: //10.0.1.38/FOO on /home/s3backup/S3Backup/mnt/FOO type cifs (ro,mand) When I attempt to…
engineerchuan
  • 407
  • 7
  • 15
4
votes
3 answers

Cannot write to CIFS share as non-root user - CentOS 6

I'm working on a system recently migrated to CentOS 6 from CentOS 4.9. There is a CIFS mount from a Windows 2008 server that existed on the old system. The raw mountpoint has 777 directory permissions. [root@Bootylicious ~]# ls -ld…
ewwhite
  • 197,159
  • 92
  • 443
  • 809
4
votes
6 answers

NexentaStor CE or Openfiler? Which do you recommend?

I'm planning to implement a 'poor man's storage' using Openfiler or NexentaStor CE. I need the filer solution to provide iSCSI target and CIFS sharing abilities. The iSCSI target and CIFS share will later be mounted as XenServer Storage…
pepoluan
  • 5,038
  • 4
  • 47
  • 72
4
votes
0 answers

How can I improve performance over SMB/CIFS for an application that has poor write speeds?

I have a third party application that reads several large files and generates a third large file. Its performance is quite good when the generated file is stored on "local storage", i.e. either a direct attached or iSCSI-based disk. The source…
Jeremy
  • 651
  • 3
  • 11
  • 17
4
votes
1 answer

GlusterFS with CIFS, quotas and LDAP

Has anyone had experience plugging GlusterFS and Openfiler together or something similar? Here is the motivation: Disk space on multiple server regrouped using GlusterFS Centralized access using LDAP/AD and quota management using Openfiler as the…
lpfavreau
  • 439
  • 2
  • 8
  • 19
4
votes
1 answer

How to display windows group membership and Permission access in a CIFS mount

I have a CIFS mount point to a Windows Server from my Debian Linux box: mount -t cifs //192.168.0.10/users /mnt/users -o credentials=/etc/demo.smbpass It mounts properly but all the permissions of all the files within the mount are all owned by…
Matthew
  • 41
  • 2
4
votes
1 answer

Mounting windows shares with Active Directory permissions

I've managed to get my Ubuntu (server 10.04 beta 2) box to accept logins from users with Active Directory credentials, now I'd like those users to access their permissible windows shares on a W2003 R2 server. The Windows share ("\srv\Users\") has…
Jamie
  • 1,284
  • 7
  • 22
  • 40
4
votes
4 answers

Apache has a 2GB file limit on a CIFS network drive?

Setup: A Windows and a Ubuntu Server are hosted in VMware ESXi I have a a 6GB file on a Windows share The Windows share is mount on Ubuntu with smbmount A symlink pointing to the 6GB file is created in a public_html directory, which is readable by…
netvope
  • 2,123
  • 5
  • 25
  • 35
4
votes
1 answer

CIFS mounted drive setting "stick-bit" on all files, cannot change permissions or modify files

I have a folder mounted on an Ubuntu 8.10 sever through cifs that I simply cannot change the permissions on once mounted. Here is a breakdown of what's going on: All files within the mounted folder automatically have their permissions set to…
mattmcmanus
  • 252
  • 1
  • 4
  • 11
4
votes
1 answer

No write permission on mounted CIFS drive

I'm on a Linux machine trying to mount an SMB share inside a big network via my Active Directory username: mount -t cifs -o username=myuser,domain=mydomain //server/share /mount/path After the password + succesful mount I try touch…
R-obert
  • 141
  • 1
  • 1
  • 2