Current Situation
With the premise that I possess an unmounted filesystem labelled as “filesystem_label
”, I do one of the undermentioned, expectable user actions:
- Restore a tab and/or window, or:
- Attempt to access a “Places” entry.
If the path involved in those actions resides at “/run/media/filesystem_label/
”, [1] Dolphin shall report that the path doesn’t exist, even though it knows that the label for the filesystem is “filesystem_label
”:
The file or folder
/run/media/$USER/filesystem_label
does not exist.
Proposal
Considering that, at least on cpe:/o:fedoraproject:fedora:42
, filesystems’ mount points are named using their labels, I believe that Dolphin should:
-
Prompt the user to mount the filesystem:
-
…and explain to the user that the filesystem is merely inaccessible, until mounted.
Rationale
I suggest this because the current necessity to mount the filesystem is significantly more complex for a novice user than explorer.exe
on Windows’ (and, presumably, Finder on macOS)’ behaviour, and this cannot be easily improved because auto-mounting external storage devices isn’t secure.
\/run\/media\/storage_device_label\/.*
↩︎