Re: [partly solved] Re: mounting media in plasma5

2023-07-27 Thread Max Nikulin
On 05/07/2023 21:32, Max Nikulin wrote: On 04/07/2023 18:24, Hans wrote: Is there any configuration file I can look at? https://wiki.archlinux.org/title/udisks#Mount_to_/media I have realized that I do not mind to make specific ext4 partitions mounted using udisksd accessible by all users a

Re: [partly solved] Re: mounting media in plasma5

2023-07-05 Thread Max Nikulin
On 04/07/2023 18:24, Hans wrote: Is there any configuration file I can look at? I am not sure that I am realizing what you are trying to achieve, but maybe the following may give some hint https://wiki.archlinux.org/title/udisks#Mount_to_/media however it is necessary to carefully check wit

Re: [partly solved] Re: mounting media in plasma5

2023-07-05 Thread gene heskett
On 7/5/23 03:39, Max Nikulin wrote: On 05/07/2023 12:43, gene heskett wrote: On 7/4/23 23:14, Max Nikulin wrote: On 04/07/2023 22:06, gene heskett wrote: or deb which appears to be a snap Debugging of snap and similar isolation technologies heavily relying on namespaces (mount and other one

Re: [partly solved] Re: mounting media in plasma5

2023-07-05 Thread Max Nikulin
On 05/07/2023 12:43, gene heskett wrote: On 7/4/23 23:14, Max Nikulin wrote: On 04/07/2023 22:06, gene heskett wrote: or deb which appears to be a snap Debugging of snap and similar isolation technologies heavily relying on namespaces (mount and other ones) sounds like an off-topic in the t

Re: [partly solved] Re: mounting media in plasma5

2023-07-04 Thread gene heskett
On 7/4/23 23:14, Max Nikulin wrote: On 04/07/2023 22:06, gene heskett wrote: or deb which appears to be a snap Debugging of snap and similar isolation technologies heavily relying on namespaces (mount and other ones) sounds like an off-topic in the thread where udisks2 magic is the most like

Re: [partly solved] Re: mounting media in plasma5

2023-07-04 Thread Max Nikulin
On 04/07/2023 22:06, gene heskett wrote: or deb which appears to be a snap Debugging of snap and similar isolation technologies heavily relying on namespaces (mount and other ones) sounds like an off-topic in the thread where udisks2 magic is the most likely issue.

Re: [partly solved] Re: mounting media in plasma5

2023-07-04 Thread gene heskett
On 7/4/23 08:11, Greg Wooledge wrote: On Tue, Jul 04, 2023 at 01:24:17PM +0200, Hans wrote: But ne thing I could not understand, maybe someone can answer this: When Plasma5 (KDE) or any other application is creating a new mount below /media/, where does this new folder gets its ACL rules? The

Re: [partly solved] Re: mounting media in plasma5

2023-07-04 Thread Hans
Am Dienstag, 4. Juli 2023, 14:11:19 CEST schrieb Greg Wooledge: Hi Greg, yes, that is exactly the point I was looking for. As I had no clue, where t start looking at, your advice is the one. Thank yu very much! I will read and leran now, and now that I know, what is related, I will be able to g

Re: [partly solved] Re: mounting media in plasma5

2023-07-04 Thread Greg Wooledge
On Tue, Jul 04, 2023 at 01:24:17PM +0200, Hans wrote: > But ne thing I could not understand, maybe someone can answer this: > > When Plasma5 (KDE) or any other application is creating a new mount > below /media/, where does this new folder gets its ACL rules? There is no such thing as "or any ot

[partly solved] Re: mounting media in plasma5

2023-07-04 Thread Hans
Ok, after some learning phase I could solve my problem. I used getfacl and setfacl to set the correct (and wanted) rights for the required directory. And I understood, that the ACL rules are stored in special blocks of the filesystem. So far, so clear. But ne thing I could not understand, ma