Results 1 to 3 of 3
Samba question
I need to use samba client on my SUSE 10.1 (x86_64) workstation to mount cifs shares of a Linux NAS Server. I'm currently using samba 3.2.4
I can ...
- 03-19-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 3
Samba question
Samba question
I need to use samba client on my SUSE 10.1 (x86_64) workstation to mount cifs shares of a Linux NAS Server. I'm currently using samba 3.2.4
I can do a cifs mount using the my windows domain user account which the server has my SID matched to my UNIX ID so that files created by NFS show the same owner in CIFS
I have the following entry in /etc/fstab
//172.24.189.154/fs1 /s1 cifs sec=krb5,user=quser1,domain=xxxx.xxx.com,noauto,us er 0 0
What i'm trying to understand what is normal expectations/limitations are at this point
From the cifs mount all files/folders show the user I specified in the cifs mount "quser1" as the owner with full unix permissions however from the NFS mount below the correct unix permissions/owner are displayed.
cifs mount
ls -al
total 17353
drwxrwxrwx 1 quser1 users 0 Mar 19 2009 .
drwxr-xr-x 45 root root 1112 Mar 18 11:13 ..
-rwxrwSrwt 1 quser1 users 2530131 Mar 16 14:32 _nasbkup.01.tar.gz
-rwxrwSrwt 1 quser1 users 0 Mar 19 2009 a
-rwxrwSrwt 1 quser1 users 0 Mar 19 2009 b
-rwxrwSrwt 1 quser1 users 0 Mar 19 2009 c
-rwxrwSrwt 1 quser1 users 15237120 May 6 2008 mcafee_80i.iso
drwxrwxrwx 1 quser1 users 0 Mar 19 10:12 quser1
drwxrwxrwx 1 quser1 users 0 Mar 17 15:02 quser2
drwxrwxrwx 1 quser1 users 0 Mar 19 10:04 quser3
drwxrwxrwx 1 quser1 users 0 Mar 10 11:50 tools
drwxrwxrwx 1 quser1 users 0 Jan 14 16:25 tree_root
drwxrwxrwx 1 quser1 users 0 Mar 10 11:33 word
NFS mount
ls -al
total 17800
drwxr-xr-x 8 32768 root 1024 Mar 19 2009 .
drwxr-xr-x 8 32768 root 1024 Mar 3 09:49 ..
-rw-r--r-- 1 root users 2530131 Mar 16 14:32 _nasbkup.01.tar.gz
-rw-r--r-- 1 quser1 users 0 Mar 19 2009 a
-rw-r--r-- 1 quser2 users 0 Mar 19 2009 b
-rw-r--r-- 1 quser3 users 0 Mar 19 2009 c
-rw-r--r-- 1 root users 15237120 May 6 2008 mcafee_80i.iso
drwxr--r-- 3 quser1 users 1024 Mar 19 10:12 quser1
drwxr--r-- 2 quser2 users 80 Mar 17 15:02 quser2
drwxr--r-- 2 quser3 users 80 Mar 19 10:04 quser3
drwxrwxr-x 4 32768 users 3072 Mar 10 11:50 tools
drwxrwxr-x 8193 32768 users 388096 Jan 14 16:25 tree_root
drwxr-xr-x 2 32768 users 1024 Mar 10 11:33 word
If appears for the cifs mount the only effective permissions are cifs acl
Is this normal for a cifs mount to show the user that did the cifs mount or is there a way to get the cifs mount to display the correct owner and unix permsions bits that match cifs acl?
Is a cifs mount expected to be able fully support the full functionality of windows? or Is there any limitations when mounting cifs shares with samba?
Thanks
- 03-25-2009 #2Just Joined!
- Join Date
- Mar 2009
- Posts
- 3
anyone know where i can find samba knowledge? Thanks
- 03-30-2009 #3Linux Enthusiast
- Join Date
- Aug 2006
- Location
- Portsmouth, UK
- Posts
- 539
RHCE #100-015-395
Please don't PM me with questions as no reply may offend, that's what the forums are for.


Reply With Quote