Posted by: Anonymous
[ip: 67.171.70.68]
on September 15, 2007 03:39 AM
Just a couple corrections to your article:
Extended ACL lists are supported under jfs. I googled and found patches dating back to at least early 2002 that provided this. From my kernel config:
CONFIG_JFS_POSIX_ACL:
Posix Access Control Lists (ACLs) support permissions for users and
groups beyond the owner/group/world scheme.
Also, jfs is not the only fs to dynamically allocate inodes. At least one other filesytem, xfs, does this as well --and did so for years before jfs was even around.
jfs features
Posted by: Anonymous [ip: 67.171.70.68] on September 15, 2007 03:39 AMExtended ACL lists are supported under jfs. I googled and found patches dating back to at least early 2002 that provided this. From my kernel config:
CONFIG_JFS_POSIX_ACL:
Posix Access Control Lists (ACLs) support permissions for users and
groups beyond the owner/group/world scheme.
Also, jfs is not the only fs to dynamically allocate inodes. At least one other filesytem, xfs, does this as well --and did so for years before jfs was even around.
#