Ferk / udev-media-automount

A simple automount mechanism using udev rules
Other
121 stars 59 forks source link

Handle duplicate partition labels gracefully. #9

Closed killemov closed 1 year ago

killemov commented 1 year ago

I have some drives with a same-name labelled partition. When I insert these drives only the first one gets mounted. When I use these drives in a dock attached to a Pi with Kodi, Kodi simply adds a sequence number to the second mounted partition when mounting it. (my_partition, my_partition1, my_partition2, ...)

Ferk commented 1 year ago

I've added some logic to check for this. A number will be appended when there's already a directory existing there.

Thank you very much for reporting this and sorry again for the delay in the responses.