I have not dug too far into those tools, but the machine I have a
desktop running on does give me messages about low free disk space, so
something in the gui side of things is doing the call that df uses to
get data.   df will spin things up, and if it samples often enough
would prevent it from being idle.

And yes, as you said there don't appear to be man pages for any of
them.  I have strace'd a few of the processes but so far not found
what is doing the checking.  I may not be leaving the strace running
for long enough to catch it.

On Tue, Jun 2, 2020 at 10:39 AM Patrick O'Callaghan
<pocallag...@gmail.com> wrote:
>
> On Tue, 2020-06-02 at 10:17 -0500, Roger Heflin wrote:
> > you might want to
> >
> > run a lsof and see if anything has open files on it, and if nothing
> >
> > has open files on it, then it may something monitoring say space.
>
> $ sudo lsof /raid
> lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /run/user/1000/gvfs
>       Output information may be incomplete.
> lsof: WARNING: can't stat() fuse.portal file system /run/user/1000/doc
>       Output information may be incomplete.
>
> Not sure why I'm getting gvfs errors. I do seem to be running some GVFS
> stuff for some reason (my desktop is KDE though I do have some GTK
> programs such as Firefox):
>
> $ pgrep -fl gvfs
> 2364 gvfsd
> 2372 gvfsd-fuse
> 2656 gvfsd-metadata
> 3509 gvfs-udisks2-vo
> 3528 gvfs-goa-volume
> 3548 gvfs-mtp-volume
> 3561 gvfs-gphoto2-vo
> 3574 gvfs-afc-volume
>
> Possibly the '...-volume' stuff is touching the disks, but there are no
> man pages for most of these things.
>
> poc
> _______________________________________________
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to