Jump to content

ACL support in EXT3


Guest Deamon
 Share

Recommended Posts

Guest Deamon

:twisted: Hi Everybody

I have a question for MDK9 , my linux box had partition / ext3 4G and /home XFS 2G , I can use the getfacl and setfacl command to setup the access control list in /home xfs partition successfully , but I can't use this command in / ext3 partition , but Iseen the kernal was applyed the ext3 acl partch inside , when I use the setfacl command in ext3 partition so will display the error message "Operation not support" , so how cna I enable this feature in ext3 partition ?

Thanks you

Link to comment
Share on other sites

:twisted: Hi Everybody

I have a question for MDK9 , my linux box had  partition / ext3 4G  and /home XFS 2G , I can use the getfacl and setfacl command to setup the access control list in /home xfs partition successfully , but I can't use this command in / ext3 partition , but Iseen the kernal was applyed the ext3 acl partch inside , when I use the setfacl command in ext3 partition so will display the error message "Operation not support" , so how cna I enable this feature in ext3 partition ?

Thanks you

 

 

Mount with the 'acl' option.

 

Ie, mount /dev/hdXY /mnt/path -o acl

 

Or add 'acl' (without the quotes) to the options section (which normally has 'defaults') of the fstab entry for the partition.

Link to comment
Share on other sites

Can someone explain what ACL brings to the system. I know what ACL are, but are the features of ACL worth the extra complexity for a typical Unix?

Besides, when ACL is enabled, are there any tools at all (Konqueror, GMC, Nautilus...) that are aware of it?

 

Yves.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...