I know FAT32, as well as FAT16/12 neither support symbolic links nor hard-links. However I came up with this idea:
The FAT specification describes that every file is associated with a directory-entry. In my understanding, one could say that a file-entry in a directory somehow or other points to the file's content.
So what could prevent me from defining two directory-entries which are pointing to the same file-content? If I'm able to do this, please tell me the difference between symbolic links and this hack.
Uli
Edit
I need this for a usb mass storage device to be used in my car radio, in order to fake playlists. So it isn't important to me how windows behaves when doing this.