What means this error message: lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system /home/nes/.gvfs

27,400

There is a FUSE virtual filesystem mounted at ~/.gvfs.

For the majority of filesystem accesses, permissions are ignored for the root user. However, FUSE virtual filesystem mounts are one of the rare exceptions. FUSE virtual filesystems are normally restricted to the user who mounted them.

In this case, the gvfs-fuse-daemon command (run as part of your desktop session) created this mount, belonging to you, and no-one else can access it, including root.

Share:
27,400

Related videos on Youtube

OverStacked
Author by

OverStacked

Updated on September 17, 2022

Comments

  • OverStacked
    OverStacked over 1 year

    When i use lsof with sudo like this

    sudo lsof ~
    
    
    lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system /home/nes/.gvfs
          Output information may be incomplete.
    

    However when i use it without sudo, i don't get this error.

    What means this message?

    • Boxbot
      Boxbot almost 8 years
      What @jmtd said is correct. Give How to get sudo access to shares mounted by Gigolo a shot; it may help you get around it.
    • XavierStuvw
      XavierStuvw over 7 years
      To whom it may concern, I get the same warning with and without sudo ( I am operating from tty1, but this shouldn't matter I presume)
  • user276851
    user276851 over 8 years
    Then how to address it? In case I want to "sudo lso | grep ...".