I have a samba share mounted. I'm trying to unmount it on the commandline.
$ gvfs-mount -u smb://server/root/
Error unmounting mount: Filesystem is busy
I ran lsof
to find open files, but I can't figure out what PID I need to kill. It doesn't say smb://server/root/my-open-file
. How do I find out which PID to kill?