Jump to content

rodrigocoelho

Members
  • Posts

    3
  • Joined

  • Last visited

Other groups

Members

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I recompiled the kernel, using your GIT repository source from 4.12. It is working, but only found 1 CPU. What did I miss?? Thanks
  2. CONFIG_EXT3_FS_POSIX_ACL=y CONFIG_EXT4_FS_POSIX_ACL=y # CONFIG_JFS_POSIX_ACL is not set # CONFIG_XFS_POSIX_ACL is not set # CONFIG_BTRFS_FS_POSIX_ACL is not set
  3. Hi balbes. Do you think is possible to enable ACLs on the kernel of s812? I'm needing it for using with BTRFS As informed on https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs(5) Thank you so much This section describes mount options specific to BTRFS. For the generic mount options please refer to mount(8) manpage. The options are sorted alphabetically (discarding the no prefix). acl noacl (default: on) Enable/disable support for Posix Access Control Lists (ACLs). See the acl(5) manual page for more information about ACLs. The support for ACL is build-time configurable (BTRFS_FS_POSIX_ACL) and mount fails if acl is requested but the feature is not compiled in.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines