Displaying 5 results from an estimated 5 matches for "linuxextensionsenabled".
2008 Dec 11
0
File permission (easy)
.../share/tmp -o "username=xxx,password,xxx)
touch tmp.bak /home/share/tmp
touch: setting times of `home/share/tmp/tmp.bak': No such file or directory
(similarly I can only create a file/dir but I can't write on it, I can delete 
file/dir)
I also tried to do: 
echo 0 > /proc/fs/cifs/LinuxExtensionsEnabled
mount -t cifs //ip_server/tmp /home/share/tmp
echo 1 > /proc/fs/cifs/LinuxExtensionsEnabled
(read in old post of ML)
but there's same error.
permission on the server
drwxrwx--T  6 user0 user0 4096 2008-08-20 15:08 tmp
user0 is in samba group
client details:
debian testing
kernel 2.6.26.5...
2009 Jun 22
2
Samba mounted home shares will break many applications
...snippet of my smb.conf for the Samba server serving the home
shares:
[global]
  unix extensions = yes
  case sensitive = yes
  delete readonly = yes
  dos charset =
  unix charset = UTF8
On my client workstation (Ubuntu Karmic Koala (latest)) I have the
following output from /proc/fs/cifs:
$ cat LinuxExtensionsEnabled
1
$ cat DebugData
Display Internal CIFS Data Structures for Debugging
---------------------------------------------------
CIFS Version 1.55
Active VFS Requests: 0
Servers:
1) Name: 192.168.1.4  Domain: BISLINK Uses: 3 OS: Unix
	NOS: Samba 3.3.2-0.33.fc11	Capability: 0x80f3fd
	SMB session status: 1...
2011 Oct 07
3
SMB Signing issues... smbclient works, mount does not...
...o connect from a Centos 5.5
2.6.18-274.3.1.el5 #1 SMP Tue Sep 6 20:14:03 EDT 2011 i686 i686 i386
GNU/Linux
libsmbclient-3.5.4-68.2
samba-3.5.4-68.2
samba-common-3.5.4-68.2
samba-client-3.5.4-68.2
samba-winbind-clients-3.5.4-68.2
cifs-utils-4.4-5.2
ls /proc/fs/cifs/
cifsFYI
DebugData
Experimental
LinuxExtensionsEnabled
LookupCacheEnabled
MultiuserMount
OplockEnabled
SecurityFlags
Stats
traceSMB
modinfo cifs
filename:       /lib/modules/2.6.18-274.3.1.el5/kernel/fs/cifs/cifs.ko
version:        1.60RH
description:    VFS to access servers complying with the SNIA CIFS
Specification e.g. Samba and Windows
license:...
2007 Aug 06
1
cifs module and nocase option
...from Linux clients to a Samba 3.0.22 fileshare. I then use the cifs
module to mount the share. My problem is that i need path and
filenames to be case insensitive from the client part. Solutions i
found are:
1) use 'unix extensions = no' in smb.conf
2) execute 'echo 0 > /proc/fs/cifs/LinuxExtensionsEnabled' in the cifs client
Both solutions are not perfect for me as i lost unix extensions. Only
case insentitivity is required for me.
I then found the 'nocase' option in cifs kernel module ('Request case
insensitive path name matching' as said in the README), but it does
not look to...
2008 Mar 05
4
Unable to mount using sec=none and mount.cifs
...DebugData
    ::::::::::::::
    Display Internal CIFS Data Structures for Debugging
    ---------------------------------------------------
    CIFS Version 1.49
    Active VFS Requests: 0
    Servers:
    Shares:
    ::::::::::::::
    Experimental
    ::::::::::::::
    0
    ::::::::::::::
    LinuxExtensionsEnabled
    ::::::::::::::
    1
    ::::::::::::::
    LookupCacheEnabled
    ::::::::::::::
    1
    ::::::::::::::
    MultiuserMount
    ::::::::::::::
    0
    ::::::::::::::
    OplockEnabled
    ::::::::::::::
    1
    ::::::::::::::
    SecurityFlags
    ::::::::::::::
    0x20
    :::::::::::::...