How to access ipfs as mounted file system from a normal fm

I found in the docs that there are ways to use ipfs as a normal file system (http://docs.ipfs.io.ipns.localhost:8080/concepts/file-systems/#mutable-file-system-mfs), but I couldn’t find anywhere info on how to mount it as a filesystem in files managers like dolphin, so the files on the ipfs node can be managed as normal files, or at least copied/pasted/renamed more easily, also because it would allow to easily use any application to interact with it. hope I made clear what I’m asking

There’s an ipfs mount subcommand that makes the filesystem mounts. See ipfs mount --help.

oh, ok, I thought it was something different, like a way to get every file in the ipfs available, I’ll try reading that again