https://bugs.kde.org/show_bug.cgi?id=432086
Bug ID: 432086
Summary: kwin does not let umount SSHFS mount
Product: kwin
Version: 5.20.5
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
I have a SSHFS mount in /tmp/alfa
$ ls -ldhZ /tmp/alfa
drwx------. 1 user user system_u:object_r:fusefs_t:s0 9 19 gen 00.18 /tmp/alfa
and I need to umount it, but KWin I don't know for what reason, is interacting
with my SSHFS mount and does not let me umount it. What is the reason of KWin
interacting with that folder?
$ fusermount -u /tmp/alfa
fusermount: failed to unmount /tmp/alfa: Device or resource busy
$ lsof | grep alfa
COMMAND PID TID TASKCMD USER FD TYPE
DEVICE SIZE/OFF NODE NAME
kwin 134460 user cwd DIR 0,54
9 1 /tmp/alfa
kwin 134460 134461 QXcbEvent user cwd DIR 0,54
9 1 /tmp/alfa
kwin 134460 134462 QDBusConn user cwd DIR 0,54
9 1 /tmp/alfa
kwin 134460 134463 kwin:cs0 user cwd DIR 0,54
9 1 /tmp/alfa
kwin 134460 134464 kwin:disk user cwd DIR 0,54
9 1 /tmp/alfa
kwin 134460 134465 kwin:disk user cwd DIR 0,54
9 1 /tmp/alfa
kwin 134460 134466 kwin:disk user cwd DIR 0,54
9 1 /tmp/alfa
kwin 134460 134467 kwin:disk user cwd DIR 0,54
9 1 /tmp/alfa
kwin 134460 134468 kwin:sh0 user cwd DIR 0,54
9 1 /tmp/alfa
kwin 134460 134469 kwin:sh1 user cwd DIR 0,54
9 1 /tmp/alfa
kwin 134460 134470 kwin:sh2 user cwd DIR 0,54
9 1 /tmp/alfa
kwin 134460 134471 kwin:sh3 user cwd DIR 0,54
9 1 /tmp/alfa
kwin 134460 134472 kwin:sh4 user cwd DIR 0,54
9 1 /tmp/alfa
kwin 134460 134473 kwin:sh5 user cwd DIR 0,54
9 1 /tmp/alfa
kwin 134460 134474 kwin:sh6 user cwd DIR 0,54
9 1 /tmp/alfa
kwin 134460 134475 kwin:sh7 user cwd DIR 0,54
9 1 /tmp/alfa
kwin 134460 134476 kwin:sh8 user cwd DIR 0,54
9 1 /tmp/alfa
kwin 134460 134477 kwin:shlo user cwd DIR 0,54
9 1 /tmp/alfa
kwin 134460 134478 kwin:shlo user cwd DIR 0,54
9 1 /tmp/alfa
kwin 134460 134479 kwin:shlo user cwd DIR 0,54
9 1 /tmp/alfa
kwin 134460 134480 kwin:shlo user cwd DIR 0,54
9 1 /tmp/alfa
kwin 134460 134500 QQmlThrea user cwd DIR 0,54
9 1 /tmp/alfa
kwin 134460 134505 kwin:gdrv user cwd DIR 0,54
9 1 /tmp/alfa
kwin 134460 134532 kwin user cwd DIR 0,54
9 1 /tmp/alfa
KWin 5.20.5
KDE Frameworks 5.78.0
Qt 5.15.2
--
You are receiving this mail because:
You are watching all bug changes.