You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There can be more than one external drive and it isn't necessarily a hard disk, so a static string would not lead to an unique name - how about a suffix like [External Drive] (similar to the markings used by avahi-linker)?
yavdr-ansible/roles/udiskie/templates/udiskie_vdr_mount_helper.j2
Line 17 in 38d5fb1
Mark mounted disk in recordin list for better user-expirience.
target="${videodir}/[${mount_path##*/}]" # /video/[USB_HD]
Resulting in:
Much better to find, as disklabel is differend when using disfdferent disks
Other possible markings are '=> USB_HD' or '_USB_HD' for example
The text was updated successfully, but these errors were encountered: