Description of problem:this is a replica of bug #22349 written in better english I have installed encfs file system on my mageia6, mysafeencrypt is the folder containing encrypted files, and mysafedecrypt is the mounting point of mysafeencrypt with fuse where it appears in its decrypted form accessing to the decrypted files is possible with the command [alain4@mag6 ~]$ encfs mysafeencrypt mysafedecrypt suppose the latter one contains a file 'toto.txt', and I open it with kwrite or kate: [alain4@mag6 ~]$ kwrite mysafedecrypt/toto.txt (or the same replacing kwrite by kate), and I close it with the keys combination Ctrl+Q or Alt+F4 when attempting to unmount the encrypted folder with the command: [alain4@mag6 ~]$ fusermount -u mysafedecrypt I get the return: fusermount: failed to unmount mysafedecrypt: Device or resource busy although toto.txt be already closed that doesn't happen with mageia5 Version-Release number of selected component (if applicable): How reproducible: install encfe filesystem and make the trial Steps to Reproduce: 1. 2. 3.
(In reply to peter lawford from comment #0) > Description of problem:this is a replica of bug #22349 written in better > english > Thanks. It would have been fine if you had closed that report as duplicate of this one ;-)
CC: (none) => marja11Assignee: bugsquad => guillomovitch
*** Bug 22349 has been marked as a duplicate of this bug. ***
I can't reproduce here. Check with lsof which process is currently holding a file open in this directory: $> lsof | grep mysafedecrypt
No news from original reporter, closing.
Status: NEW => RESOLVEDResolution: (none) => WORKSFORME