I have a directory entry in a home directory that looks like this when listed with ls -la:
Code:
d????????? ? ? ? ? ? .gvfs
In another user's home directory it looks normal, and has the user as owner and primary group.
The directory entry shown above is inaccessible, even by root. rsync shows the following:
Code:
rsync: readlink "/home/username/.gvfs" failed: Permission denied (13)
rsync error: some files could not be transferred (code 23) at main.c(977) [sender=2.6.9]
Why is that directory entry there, why does it look so strange, and how can I fix it?
Bookmarks