|
From: Kari M. <kar...@tr...> - 2006-09-08 19:11:27
|
Bruce Smith wrote: >>> BUT we have XFS included, which has support for this. Good enough? >>> >> Mmm.. I reformatted the reiserfs on the test system to xfs. >> Nope, it didn't quite do it. With options 'defaults,acl' mount still >> gives arror >> >> mount: wrong fs type, bad option, bad superblock on /dev/sda1, >> missing codepage or other error >> In some cases useful info is found in syslog >> >> ...and in syslog: >> >> ..... kernel: XFS: unknown mount option [acl]. >> > > I'm not sure you need to mount XFS with the acl option for ACL's to work. > > Mount the XFS volume with just 'defaults' and try to create an ACL. Good try ;-) ...however, setfacl consistently (ext2/ext3/reiserfs/xfs) responded: # setfacl -m user:jdoe:r file1 setfacl: file1: Operation not supported > - BS //Kari Mattsson |