How to fix “/root/.gvfs: Permission denied”

Sometimes after many kernel upgrades, Ubuntu based distros can throws a frequently permission error message about  ‘/root/.gvfs’ in lots of commands’ output, like apt-get, df, du, etc.

To fix it, you only need dismount this folder using umount command.

[bash]sudo umount /root/.gvfs[/bash]