<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 02/27/2015 06:31 PM, <a class="moz-txt-link-abbreviated" href="mailto:dennis.murata@wipro.com">dennis.murata@wipro.com</a> wrote:<br>
    <blockquote
cite="mid:SIXPR03MB461887A763AD9ADA7B79841ED150@SIXPR03MB461.apcprd03.prod.outlook.com"
      type="cite">
      <pre wrap="">I have a fedora 21 system that where I mount an nilfs2 file system.  I use a simple /etc/modules-load.d/nilfs.conf file to load the kernel module and have an entry in the fstab.  The file system mounts on boot as it should, but the nilfs-cleanerd program does not startup.  If I umount /nilfs then mount /nilfs the nilfs-cleanerd program starts as it should to cleanup the checkpoints.
</pre>
    </blockquote>
    <br>
    Hmm this should just work as long as it has been built with libmount
    support.<br>
    <br>
    Check the spec file in Fedora ( it should contain --with-libmount
    and or -enable-libmount in <code></code><code></code>%configure
    line ) <br>
    <br>
    If it has not been built with libmount support, download the source
    from koji, rebuild it with it enabled, test it and file a bug in
    Fedora if it works.<br>
    <br>
    JBG<br>
  </body>
</html>