henrikstengaard / hst-imager

Hst Imager is an imaging tool to read and write disk images to and from physical drives
MIT License
21 stars 1 forks source link

Filelength restricted to 8 characters when writing files to a FAT32 partition #14

Open mja65 opened 1 month ago

mja65 commented 1 month ago

I was trying to write files to a FAT32 formatted partition using the imager (hst.imager.exe fs ....)and it truncated the file name to 8 characters. Is it possible to remove this restriction?

Great work btw!!!

mja65 commented 1 month ago

I may have answered my own question based on this issue in DiscUtils which I think is what you are using so it's a limitation with that rather than HST-imager.

https://github.com/DiscUtils/DiscUtils/issues/78