Displaying 4 results from an estimated 4 matches for "no_acl".
Did you mean:
nfs_acl
2011 Aug 22
2
btrfs over nfs
I have been experimenting exporting btrfs subvolumes over nfs. Main
subvolume is filesys1 mounted at /filesys1. Below this is subvolume
base, user1 is in base and documents is in user1. documents is
mounted at /documents. /etc/exports is:
/filesys1/base/user1 172.16.0.0/24(rw,no_acl,no_root_squash,fsid=0)
/filesys1/user1-snapshot 172.16.0.0/24(rw,no_acl,no_root_squash,fsid=0)
/documents 172.16.0.0/24(rw,no_acl,no_root_squash,fsid=0)
On the client machine I mount user1 as /mnt/user and all data from
user is present.
I can also umount /mnt/usr and mount /documents a...
2009 Aug 19
1
Optimizing NFS over loopback
I have set up a local NFS server and I'm accessing it over the localhost
interface. Here is my /etc/exports file:
/data/vm 127.0.0.1(rw,no_root_squash,async,no_acl,wdelay,no_subtree_check)
/data/iso 127.0.0.1(ro,no_root_squash,async,no_acl,wdelay,no_subtree_check)
Here is the relevant /etc/fstab entry
/dev/sda3/data ext3 defaults12
Things are working, but seem pretty slow. I'm getting about 10mb/sec.
I was wondering where the bottleneck could b...
2014 Mar 17
1
NFS Mount: files owned by nobody
...rectory that I'm trying
to export.
[root at hume ~]# ll /home/spfs.450/
drwxr-xr-x 3 apache apache 3 Oct 8 2009 y.spfs
drwxr-xr-x 3 apache apache 3 Feb 1 2010 yts.spfs
--SNIP--
Hume is exporting with /etc/exports
/home/spfs.450
192.168.254.0/255.255.255.0(rw,async,no_subtree_check,mp,no_acl,insecure,no_root_squash)
Hume has appropriate /etc/passwd entries:
[root at hume ~]# grep -i apache /etc/passwd
apache:x:48:48:Apache:/var/www:/sbin/nologin
To be sure, the files are numerically id'd as 48:
[root at hume ~]# ls -ln /home/spfs.450/
drwxr-xr-x 3 48 48 3 Oct 8 2009 y.spfs
dr...
2006 Dec 22
1
Correct usage of NFS mounted Maildirs
Dovecot 1.0RC15 running on Fedora Core 5 kernel 2.6.18-1.2257.fc5smp.
A SLES10 server (kernel 2.6.16.21-0.8-smp) has the home directories on
an ext3 partition mounted with options (rw,acl,user_xattr,usrquota)
which is then exposed as an NFS mount with server side options
(rw,no_root_squash,no_acl,async). The home directories include Maildirs
to which postfix delivers.
The Fedora Core 5 dovecot&postfix machine then mounts this NFS mount
with options (rw,hard,intr)
Dovecot variables:
mmap_disable=yes
lock_method=dotlock
default_mail_env =
maildir:~/Maildir:INDEX=/usr/local/dovecot/index...