the output is this ps x | grep gvfs
568 ? S 0:00 /usr/lib/gvfs/gvfsd
570 ? Sl 0:00 /usr/lib/gvfs//gvfs-fuse-daemon -f /home/cow/.gvfs
584 ? S 0:00 /usr/lib/gvfs/gvfs-udisks2-volume-monitor
680 pts/0 S+ 0:00 grep gvfs
beopen
https://bbs.archlinux.org/profile.php?id=61450
2012-08-16T03:49:34Z
These are the man pages for
gvfs-cat gvfs-less gvfs-monitor-dir gvfs-move gvfs-rm gvfs-trash
gvfs-copy gvfs-ls gvfs-monitor-file gvfs-open gvfs-save gvfs-tree
gvfs-info gvfs-mkdir gvfs-mount gvfs-rename gvfs-set-attribute
http://www.unix.com/man-pages.php?query=gvfs-in
Currently running FC11 with 2.6.30.8-64.fc11.x86_64. Anytime I reboot and become root and do a 'ls -al' the terminal locks up b/c it cannot display or have the permissions to display /root/.gvfs. I have to go and kill -9 the following processes in order to view the hidden files of my home directory
What does gvfs do for me on my Kubuntu machine and why is /usr/lib/gvfs/gvfs-gdu-volume-monitor eating so much CPU time?
BTW: I read https://en.wikipedia.org/wiki/GVFS and still don't know what's in it for me, especially on KDE / Kubuntu.
lsof shows me that thunderbird, firefox and pidgin have gvfs libraries open, but for what functionality?
Do you have gvfs-smb?
arunvragh
https://bbs.archlinux.org/profile.php?id=10560
2012-09-10T04:36:15Z
Just tried it out on my VLC, it uses gvfs to access files on the network.I have two packages: gvfs & gvfs-smbI also increased the buffer to 3000 ms from 1000ms since occasionally it would stutter.There might be another way to have VLC access smb files, smbfs maybe? But I haven't tried that out.
Lynden
https://bbs.archlinux.org/profile.php?id=54116
2012-07-08T15:29:42Z
I've been trying to isolate the problem, and I think it has to do with gvfs-smb.I am able to access shares via smbclient, and I even tried installing KDE's dolphin, which worked flawlessly as well.I'll see what happens if I use an older version of gvfs-smb.
shawntan
https://bbs.archlinux.org/profile.php?id=36013
2013-02-05T09:03:39Z
I am running 12.10. have a NAS on the network that I can access with Nautilus. I can also access it with gvfs-copy, gvfs-ls, via it's URI: smb://servername
But I don't know how to access it via the filesystem. I understand it should be mounted in a gvfs directory. I looked in ~/.gvfs, but that's empty.
I am using Fedora 9. I removed the user using userdel -r command. The user is removed, but the home directory still remains. When I tried to remove the home directory (rm -rf /home/user/), I get the following message:
rm: cannot remove '/home/user/.gvfs': Permission denied
This happens on random occasions. Which scenario does this occur? Why is this occurring?