tumbler prevents volume from being unmounted. The volume content consists of jpg, png, mov and MP4 files. Here's the terminal output when trying to unmount the volume: ~$ fusermount -u ./private fusermount: failed to unmount /home/slickymaster/private: Device or resource busy Running 'fuser -m' on the mount point to see what processes are currently using the filesystem: ~$ fuser -m ./private /home/slickymaster/private: 3829 Getting the process name: ~$ cat /proc/3829/cmdline /usr/lib/i386-linux-gnu/tumbler-1/tumblerd The only possible way to get the volume to unmount is by manual killing the culprit process: ~$ kill 3829 ~$ fusermount -u ./private ~$ ~$ apt-cache policy tumbler tumbler: Installed: 0.1.30-1ubuntu1 Candidate: 0.1.30-1ubuntu1 Version table: *** 0.1.30-1ubuntu1 0 500 http://pt.archive.ubuntu.com/ubuntu/ trusty/universe i386 Packages 100 /var/lib/dpkg/status ~$ lsb_release -a && uname -r No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 14.04.1 LTS Release: 14.04 Codename: trusty 3.16.0-031600-generic
There is a workaround https://askubuntu.com/a/266060/21005 that prevents tumblerd from creating thumbnails of video files. This could be set default to not prevent unmounts. Also bug report for Ubuntu: https://bugs.launchpad.net/ubuntu/+source/tumbler/+bug/1319554
-- GitLab Migration Automatic Message -- This bug has been migrated to xfce.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.xfce.org/xfce/tumbler/-/issues/11. Please create an account or use an existing account on one of our supported OAuth providers. If you want to fork to submit patches and merge requests please continue reading here: https://docs.xfce.org/contribute/dev/git/start#gitlab_forks_and_merge_requests Also feel free to reach out to us on the mailing list https://mail.xfce.org/mailman/listinfo/xfce4-dev