Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • What is the relevant line in the output of mount? Please edit and post the exact line. Commented Apr 22, 2021 at 10:44
  • The short answer is no, you cannot--not without installing a package designed to do exactly that (and yes, there are such packages). File explorer does a lot of extra work behind the scenes to do this, that is why the directory it creates is deep inside the /run directory. /run is a special directory for running processes, not a real mounted file system. In what you wrote, it appears that File explorer is using "gvfs" to do this. Commented Apr 22, 2021 at 15:33