search for: nouser_xattr

Displaying 11 results from an estimated 11 matches for "nouser_xattr".

2005 Dec 02
1
[PATCH] ext3 doc: user_xattr and acl options are not on by default
Documentation/ext3.txt suggests that the "user_xattr" and "acl" mount options are on by default. This doesn't seem to be the case, as the kernel deduces the default mount options from the filesystem superblock, and mke2fs does not appear to write any default mount options there. This error was spotted by Jacques de Mer. Signed-off-by: Daniel Drake <dsd at
2013 Oct 04
0
ANNOUNCE: cifs-utils release 6.2 ready for download
...Jul 8 09:06:46 2013 -0400 autoconf: set version to 6.1.1 for interim builds Signed-off-by: Jeff Layton <jlayton at samba.org> commit 9fd9f71afc8a849df97973764227d6a13f2768f3 Author: Jeff Layton <jlayton at samba.org> Date: Mon Jul 8 09:08:01 2013 -0400 manpage: fix nouser_xattr description The manpage erroneously states that nouser_xattr is the default, when it's actually the reverse. Reported-by: Dome <domfe at tiscali.it> Signed-off-by: Jeff Layton <jlayton at samba.org> commit fe230e5ecaed98d3bb70292b60d44c3c7c47c720 Author: J...
2014 May 06
0
poor write performance or locking issues with ocfs2
...- 5 cluster nodes - ocfs2 version 1.6.4 - 480 million inodes in use, iUse% = 92 - OCFS was made with: "mkfs.ocfs2 -b 4k -C 4k -N 8 -L myocfs -T mail --fs-feature-level=max-features --fs-features=indexed-dirs /dev/mapper/myocfs" - OCFS is mounted with: "_netdev,noatime,data=writeback,nouser_xattr"; I also tried "_netdev,noatime,data=writeback,nouser_xattr,commit=60,localalloc=16" which I've found on this great list, but this haven't solved the issues. And also a try without data= und commit=... - Apache 2 Webserver with PHP on 2 nodes, NGINX and FTP on the other nodes...
2005 Feb 22
2
ext3 compatibility between 2.4 and 2.6 kernels
...n the central server is that the 2.4 kernel in the embedded system cannot read the root filesystem, and panics with a message about not being able to find init. The scenario is -- running FC3: 1. "mkfs -t ext3 -O none <device>" on removable disk 2. "mount -Onoacl,oldalloc,nouser_xattr <device> <mountpoint>" 3. "tar xf" onto mountpoint 4. "umount <mountpoint>" (repeat for each of /boot and / filesystems) I've tried various combinations of mkfs options and mount options, with no luck. Furthermore, I've tried performing th...
2007 Mar 21
1
EXT2 vs. EXT3: mount w/sync or fdatasync
My application always needs to sync file data after writing. I don't want anything handing around in the kernel buffers. I am wondering what is the best method to accomplish this. 1. Do I use EXT2 and use fdatasync() or fsync()? 2. Do I use EXT2 and mount with the "sync" option? 3. Do I use EXT2 and use the O_DIRECT flag on open()? 4. Do I use EXT3 in full journaled mode,
2006 Apr 02
1
Zeroing freed blocks
...+ } } } --- linux-2.6.16/fs/ext2/super.c.zerofree 2006-03-20 05:53:29.000000000 +0000 +++ linux-2.6.16/fs/ext2/super.c 2006-04-02 09:21:52.000000000 +0100 @@ -289,7 +289,7 @@ enum { Opt_err_ro, Opt_nouid32, Opt_nocheck, Opt_debug, Opt_oldalloc, Opt_orlov, Opt_nobh, Opt_user_xattr, Opt_nouser_xattr, Opt_acl, Opt_noacl, Opt_xip, Opt_ignore, Opt_err, Opt_quota, - Opt_usrquota, Opt_grpquota + Opt_usrquota, Opt_grpquota, Opt_zerofree }; static match_table_t tokens = { @@ -312,6 +312,7 @@ static match_table_t tokens = { {Opt_oldalloc, "oldalloc"}, {Opt_orlov, "orlov"}...
2011 Sep 01
2
CentOS 6.0 and 3ware 9650SE series RAID Performance
...ay. I don't know how to tell from tune2fs ... output below ... its either not there or by another name. Any help or suggestions are appreciated. Austin Useful Information ============== ============== /proc/mounts ===================== /dev/sda1 /tonga_raid ext3 rw,noatime,errors=continue,nouser_xattr,noacl,commit=120,barrier=1,data=ordered 0 0 ========= tw_cli /c2 show diag ===================== ### Time Stamp: 12:34:18 01-Sep-2011 ### Host Name: tonga ### Host Architecture: x86_64 (64 bit) ### OS Version: Linux 2.6.32-71.29.1.el6.x86_64 ### Model: 9650SE-8...
2015 Nov 13
1
winbind problems
On 11/13/2015 2:20 AM, Rowland Penny wrote: > On 12/11/15 21:37, Dale Schroeder wrote: >> On 11/12/2015 2:59 PM, Rowland Penny wrote: >>> On 12/11/15 20:31, Dale Schroeder wrote: >>>> OK, try this smb.conf, don't add anything else until you have >>>> getent working: >>>>> >>>>> [global] >>>>> workgroup
2010 Oct 09
2
[PATCH 1/2] Ocfs2: Add a mount option "coherency=*" for O_DIRECT writes.
...(opts & OCFS2_MOUNT_GRPQUOTA) seq_printf(s, ",grpquota"); + if (opts & OCFS2_MOUNT_COHERENCY_BUFFERED) + seq_printf(s, ",coherency=buffered"); + else + seq_printf(s, ",coherency=full"); + if (opts & OCFS2_MOUNT_NOUSERXATTR) seq_printf(s, ",nouser_xattr"); else -- 1.5.5
2008 Oct 17
3
[PATCH 0/3] ocfs2: add security EA and ACL support v3
Hi, These three patches fix the problems in the version two. And them base on the Tao's patches: ocfs2/xattr: xattr improvement The first patch fix some problem in xattr code. The second patch add security EA support. The third patch add ACL support. Best regards, tiger
2008 Dec 22
56
[git patches] Ocfs2 patches for merge window, batch 2/3
Hi, This is the second batch of Ocfs2 patches intended for the merge window. The 1st batch were sent out previously: http://lkml.org/lkml/2008/12/19/280 The bulk of this set is comprised of Jan Kara's patches to add quota support to Ocfs2. Many of the quota patches are to generic code, which I carried to make merging of the Ocfs2 support easier. All of the non-ocfs2 patches should have