Name of SD Card

If you are still able to edit your first post, you might add the link to the mentioned bug report there directly?

1 Like

It doesn’t appear that I can edit it but if I click on the down arrow it shows ‘Popular Links’ and that points to the bug report. Hopefully that’s enough to encourage people to go to that topic rather than this one. One can but hope!

1 Like

Sorry for cross posting here, but this topic show high on googe results for relevant keyword (Sailfish os mount by label).

So here is the solution I am using in file /etc/udev/rules.d/99-udisknames.rules :

SUBSYSTEM=="block", ENV{PARTNAME}!="", ENV{UDISKS_NAME}="$env{PARTNAME}"

This forces UDEV to use the partition name instead of the UUID if one happens to be available for all block devices (USB-C sticks, SD cards, etc.)

4 Likes

Thanks Dr Yak for this solution - worked for me on an xz2c with 126Gb card with 2 partitions. I keep all my flac files on one and the rest on the other so that if I want to personalize an alarm or ringtone I don’t have to scroll through a million songs. A browse to file option would be even better.