search for: modifyint

Displaying 3 results from an estimated 3 matches for "modifyint".

Did you mean: modifying
2015 Jul 31
1
vfs fruit unable to create xattr and ACL from OS X 10.10.4
...dev, nosuid, mounted by ralph) > mac$ touch /Volumes/AAPL/test > mac$ xattr -w foo bar /Volumes/AAPL/test > mac$ xattr -l /Volumes/AAPL/test > foo: bar > mac$ It does not matter if I use ls -la@ or xattr -l. Nothing is there. > As expected, afair the client doesn't support modifyint ACLs on an smb > mount. Have you verified this works against an Apple SMB server? I didn’t know that. I confirm client can’t do this with Apple SMB server either. Thank you for info. >> fruit:nfs_aces = yes >> fruit:veto_appledouble = yes > > fwiw, I'd remov...
2015 Jul 28
2
vfs fruit unable to create xattr and ACL from OS X 10.10.4
Hello I am trying to integrate OS X 10.10.4 clients into existing Samba infractructure run by our IT department. We are currently using Samba 4.2.3. File share is stored on iSCSI array with ext4 filesystem which should support both ACL and XATTR. We are trying to setup vfs_fruit module to avoid possible performance problems on OS X clients. We do NOT user netatalk. Current vfs_fruit config:
2015 Jul 29
0
vfs fruit unable to create xattr and ACL from OS X 10.10.4
..., nodev, nosuid, mounted by ralph) mac$ touch /Volumes/AAPL/test mac$ xattr -w foo bar /Volumes/AAPL/test mac$ xattr -l /Volumes/AAPL/test foo: bar mac$ > When I try to set new ACL with chmod +a “some ace” file I get “Operation not supported”. As expected, afair the client doesn't support modifyint ACLs on an smb mount. Have you verified this works against an Apple SMB server? > I want to ask about few things. > > 1) from vfs_fruit man page -> “All other named streams are deferred > to vfs_streams_xattr which must be loaded together with vfs_fruit.” > From vfs_streams_xatt...