Hi!
After upgrading to 1.6.0 all my storage folders had their names changes, so all the apps where not finding the correct files.
I have folllowed the threads where it is said to eject, re enable the drive with the correct name and… voilá it is solved… but no.
The old storage names are still “in use” for the OS, and I cannot rename my drives as they where before because their names are already mounted ( see image).
How can I go back to normal and delete old storage points and enable the correct ones?
(in the image the old folder names are without the _*1, the ones with _*1 where created by the system once updated to 1.6.0 without warning)
Yeah this one’s a side effect of the 1.6 mount changes, you end up with _1 folders because the old paths are still “seen” as in use.
You’re on the right track, just don’t try to force delete anything yet. First step is figuring out what’s actually mounted vs just leftover folders.
If you can, check what the system thinks is mounted:
mount | grep /media
and also:
ls -l /media
That’ll show which paths are real mounts and which are just empty/ghost folders. Once that’s clear, it’s much safer to fix without breaking anything
How do I fix things once i know what is mounted and what not?
Seems like all _1 are mounted but seen as as sdx2 (like sdb2, sdc2, sdd2) while I had sdb, sdc, sdd before…