<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: setfacl: : Operation not supported in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/setfacl-operation-not-supported/m-p/5245249#M52296</link>
    <description>1.)&lt;BR /&gt;The mount option "acl" is not the *only* way to specify that ACLs will be used on the filesystem.&lt;BR /&gt;&lt;BR /&gt;You can use the "tune2fs" command to modify the default mount options of any ext2/ext3 filesystem. For example:&lt;BR /&gt;&lt;BR /&gt;tune2fs -o acl /dev/md1&lt;BR /&gt;&lt;BR /&gt;would configure the filesystem on /dev/md1 to enable the "acl" option by default, so you won't have to specify it in /etc/fstab.&lt;BR /&gt;&lt;BR /&gt;2.) The default OS filesystems are created by the OS installation program (anaconda). Probably it runs the equivalent of the above-mentioned tune2fs command on each filesystem it creates automatically...&lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Fri, 25 Jun 2010 16:44:29 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2010-06-25T16:44:29Z</dc:date>
    <item>
      <title>setfacl: : Operation not supported</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setfacl-operation-not-supported/m-p/5245245#M52292</link>
      <description>Hey all&lt;BR /&gt;&lt;BR /&gt;Good evening.&lt;BR /&gt;&lt;BR /&gt;One of the FS has the issue with setfacl on RHEL 5.2&lt;BR /&gt;&lt;BR /&gt;Setfacl is working fine on OS mount point like /var /usr /opt etc.., but when I am trying with other mount point like /data It’s throwing an error as below.&lt;BR /&gt;&lt;BR /&gt;setfacl: data: Operation not supported&lt;BR /&gt;&lt;BR /&gt;When I searched in it google, they suggested to remount the file system with option below&lt;BR /&gt;&lt;BR /&gt;/dev/md1 / ext3 rw,acl 1 1&lt;BR /&gt;&lt;BR /&gt;1) How come it’s working on only with OS filesystems?&lt;BR /&gt;2) Is that any kernel or default OS mountpoint type defers from other mount point?</description>
      <pubDate>Fri, 25 Jun 2010 12:04:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setfacl-operation-not-supported/m-p/5245245#M52292</guid>
      <dc:creator>bullz</dc:creator>
      <dc:date>2010-06-25T12:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: setfacl: : Operation not supported</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setfacl-operation-not-supported/m-p/5245246#M52293</link>
      <description>Hi Bullz,&lt;BR /&gt;&lt;BR /&gt;Discussions on a similar problem -&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=766980" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=766980&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=982847" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=982847&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Looks like you have to remount the mount point.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Murali</description>
      <pubDate>Fri, 25 Jun 2010 12:17:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setfacl-operation-not-supported/m-p/5245246#M52293</guid>
      <dc:creator>P Muralidhar Kini</dc:creator>
      <dc:date>2010-06-25T12:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: setfacl: : Operation not supported</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setfacl-operation-not-supported/m-p/5245247#M52294</link>
      <description>&lt;!--!*#--&gt;&amp;gt; setfacl: data: Operation not supported&lt;BR /&gt;&lt;BR /&gt;And what, exactly, is "data" ("/data")?&lt;BR /&gt;&lt;BR /&gt;      mount&lt;BR /&gt;&lt;BR /&gt;&amp;gt; 1) [...]&lt;BR /&gt;&lt;BR /&gt;My psychic powers are too weak to tell me how&lt;BR /&gt;you created the "data" file system, or how&lt;BR /&gt;you mounted it. &lt;BR /&gt;&lt;BR /&gt;It probably works only on file systems which&lt;BR /&gt;know what an ACL is.  So, if you're expecting&lt;BR /&gt;it to work on a FAT-format floppy or USB&lt;BR /&gt;EEPROM gizmo, then prepare to be&lt;BR /&gt;disappointed.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; 2) [...]&lt;BR /&gt;&lt;BR /&gt;Huh?</description>
      <pubDate>Fri, 25 Jun 2010 12:25:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setfacl-operation-not-supported/m-p/5245247#M52294</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-06-25T12:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: setfacl: : Operation not supported</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setfacl-operation-not-supported/m-p/5245248#M52295</link>
      <description>you will need to set it for all filesystems created after OS installation.&lt;BR /&gt;&lt;BR /&gt;mount -oremount,acl /data</description>
      <pubDate>Fri, 25 Jun 2010 16:29:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setfacl-operation-not-supported/m-p/5245248#M52295</guid>
      <dc:creator>Wilfred Chau_1</dc:creator>
      <dc:date>2010-06-25T16:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: setfacl: : Operation not supported</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setfacl-operation-not-supported/m-p/5245249#M52296</link>
      <description>1.)&lt;BR /&gt;The mount option "acl" is not the *only* way to specify that ACLs will be used on the filesystem.&lt;BR /&gt;&lt;BR /&gt;You can use the "tune2fs" command to modify the default mount options of any ext2/ext3 filesystem. For example:&lt;BR /&gt;&lt;BR /&gt;tune2fs -o acl /dev/md1&lt;BR /&gt;&lt;BR /&gt;would configure the filesystem on /dev/md1 to enable the "acl" option by default, so you won't have to specify it in /etc/fstab.&lt;BR /&gt;&lt;BR /&gt;2.) The default OS filesystems are created by the OS installation program (anaconda). Probably it runs the equivalent of the above-mentioned tune2fs command on each filesystem it creates automatically...&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Fri, 25 Jun 2010 16:44:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setfacl-operation-not-supported/m-p/5245249#M52296</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-06-25T16:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: setfacl: : Operation not supported</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setfacl-operation-not-supported/m-p/5245250#M52297</link>
      <description>Yes, great response guys... &lt;BR /&gt;&lt;BR /&gt;a small doubt, while remounting will the process which are running on the FS will be killed? please advise me</description>
      <pubDate>Sat, 26 Jun 2010 02:35:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setfacl-operation-not-supported/m-p/5245250#M52297</guid>
      <dc:creator>bullz</dc:creator>
      <dc:date>2010-06-26T02:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: setfacl: : Operation not supported</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setfacl-operation-not-supported/m-p/5245251#M52298</link>
      <description>Hi Bullz,&lt;BR /&gt;&lt;BR /&gt;The "remount" option is used when you want to remount a already mounted&lt;BR /&gt;file system. This is done in order to change the mount flags of the file system.&lt;BR /&gt;something like a readonly FS is now made writeable.&lt;BR /&gt;The device/mount point is not affected.&lt;BR /&gt;&lt;BR /&gt;Hence the process running on the FS should not get killed when you are doing&lt;BR /&gt;a remount of already mounted FS.&lt;BR /&gt;&lt;BR /&gt;For more details, refer &lt;BR /&gt;&lt;A href="http://linux.die.net/man/8/mount" target="_blank"&gt;http://linux.die.net/man/8/mount&lt;/A&gt;&lt;BR /&gt;-&amp;gt; remount&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Murali</description>
      <pubDate>Sat, 26 Jun 2010 09:58:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setfacl-operation-not-supported/m-p/5245251#M52298</guid>
      <dc:creator>P Muralidhar Kini</dc:creator>
      <dc:date>2010-06-26T09:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: setfacl: : Operation not supported</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setfacl-operation-not-supported/m-p/5245252#M52299</link>
      <description>Thanks all for your help.</description>
      <pubDate>Thu, 01 Jul 2010 08:51:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setfacl-operation-not-supported/m-p/5245252#M52299</guid>
      <dc:creator>bullz</dc:creator>
      <dc:date>2010-07-01T08:51:00Z</dc:date>
    </item>
  </channel>
</rss>

