I recently made a fresh install of Ubuntu 14.04 and I noticed an item .gvfs in my home folder.
It is very strange, since it is visible even though it has a leading .
What is even stranger is that I cannot determine the owner of the file:
drwxrwxr-x 2 martin martin 4096 juil. 6 17:48 .gstreamer-0.10
d????????? ? ? ? ? ? .gvfs
-rw-rw-r-- 1 martin martin 68 nov. 16 2013 .hgrc
EDIT:
I am sorry, I put my question too vaguely:
- What is the purpose of this file/directory?
- Why doesn't it contain any information in
ls -la
? - What does its presence and corruption tell about my system?
- What should I do with it?
- Why is it visible even with a preceding
.
?
EDIT2:
After reboot, the item disappeared.
It serves as mount point for GVFS-Fuse.
This is a FUSE mount point. By default, FUSE will prevent other users (even root) from accessing your FUSE mounts. I believe that this directory was mounted under a different user, or you are viewing the directory through a different user.
See this question for an explanation