Why do I keep getting .gvfs (gnome virtual file system) file appearing as corrupt in /~/usr directory, I can get rid of it by unmounting, but it re-appears later on. It is causing problems as it interrupts my backups (which are automated) with an error message,
I guess that /~/usr is a typo of some sort, you meaning either ~ or /home/<your-username>, which are the same for your home directory.
I am getting it also, even if I am not using Gnome,but I use some Gnome based programs. In my case it comes from a backup using rsync.
I just ignore it.
thanks for the reply, yes sorry I meant my home dir, I can’t ignore it because it interupts my backup (using rdiff-backup), so I’ll have to find a longer term fix.
Yes its a cron and thanks alot I will use CODE tags in future, I tried the excluding the .gvfs file from the backup with the --exclude option, I still get the error message but the backup seems to run ok.
Its annoying that the corrupt file keeps appearing, I googled it and found the bug has been around for years, what is the cause and is there a fix by now.
Having read up a little this .gnome virtual file system I see that FUSE does a similar thing, IE allows a user to create their own file system, so I thought there might be a conflict between them somehow, anyway I removed FUSE, and rebooted a few times, and so far the corrupt file has not re-appeared. I would be interested to here what others have to say on the matter.