I have an external drive containing different pieces of music. The drive is a vfat formatted drive to be able to work with arbitrary devices.
On the device I have music stored from different artists sorted according to their name. However, I would like to sort the single music pieces into other folders as well, without duplicating them. So, for example, the title 'Addicted to you' should be accessible from within a folder 'Avicii' but also from a different folder named e.g. 'dance'.
Is there a way I can create some kind of link on the disk? I have tried to do this with ln but got an error:
ln: failed to create symbolic link
ln: failed to create hard link
Is there another way to link those files? And to make sure it works with EVERY USB hardware (radio, TV, media set, car radio, ...)?