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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...