<div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Dec 1, 2022 at 7:41 AM Дмитрий Марков <<a href="mailto:werwolf131313@gmail.com">werwolf131313@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  

    
  
  <div>
    <p> Hello, please help me understand the logic of fstab-generator.<br>
    </p>
    <p style="margin:0px;text-indent:0px">this option is really added and
      works. But it confuses me that I do not see it in the output of
      the mount command. It seems to me that this behavior is wrong and
      may be the result of some bug.</p></div></blockquote><div><br></div><div></div><div></div><div>The output of the `mount` command is *not* copied 1:1 from fstab, it is mostly generated by the kernel – i.e. the filesystem driver itself decides what "active" options to report back to userspace – so it will never report "mount-time" options such as _netdev or x-something, as those options weren't given to the filesystem in the first place (they were consumed by `mount` and/or by systemd).</div><div><br></div><div>(There are some exceptions – a few such options get stored in /run/mount/utab so that `mount` will report them – but _netdev isn't stored, as it has no use after the mount has already happened.)<br></div><div><br></div></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr">Mantas Mikulėnas</div></div></div>