Drewfus 10.11.2010, 13:49 |
exFAT (Miscellaneous) |
What is the feasibility of adding exFAT support to FreeDOS? |
Rugxulo Usono, 10.11.2010, 14:12 @ Drewfus |
exFAT == less than ideal |
> What is the feasibility of adding |
Laaca Czech republic, 10.11.2010, 14:44 @ Rugxulo |
exFAT |
> > What is the feasibility of adding --- |
Arjay 13.11.2010, 21:32 @ Laaca |
translating LFNs into short 8.3 form |
> There is no standard how to translate LFNs into short 8.3 form. |
ecm Düsseldorf, Germany, 13.11.2010, 21:46 @ Arjay |
translating LFNs into short 8.3 form |
The difficulty lies in insuring the result is unique within the directory. This is done by that algorithm by storing the created name in the directory. (Storing the number behind the tilde would theoretically be sufficient.) This is not usable on file systems that do not provide storage for the short names. --- |
Drewfus 14.11.2010, 22:30 @ ecm |
translating LFNs into short 8.3 form |
Thanks for all the above feedback. |
RayeR CZ, 15.11.2010, 02:37 @ ecm |
translating LFNs into short 8.3 form |
> One workaround is to define and maintain a file yourself (usually in the --- |
Laaca Czech republic, 11.01.2011, 00:20 @ ecm |
translating LFNs into short 8.3 form |
I think that best and most probably ONLY working solution how to transparently generate 8+3 names from LFNs is to compute hash-values from LFN names and use it as a part of SFN. --- |
ecm Düsseldorf, Germany, 11.01.2011, 16:09 @ Laaca |
translating LFNs into short 8.3 form |
> c) it must be specified what to do if hash collision occurs --- |
bretjohn Rio Rancho, NM, 11.01.2011, 19:40 @ ecm |
translating LFNs into short 8.3 form |
FWIW, I would like to see the SFN's be persistent (as much as possible, anyway) across reboots and even when copying between different directories, disks, or machines. This should make it much easier for non-LFN-aware programs to be able to consistently use the files. |
Laaca Czech republic, 11.01.2011, 21:58 @ bretjohn |
translating LFNs into short 8.3 form |
> FWIW, I would like to see the SFN's be persistent (as much as possible, --- |
ecm Düsseldorf, Germany, 11.01.2011, 23:06 @ Laaca |
translating LFNs into short 8.3 form |
> > FWIW, I would like to see the SFN's be persistent (as much as possible, --- |
RayeR CZ, 12.01.2011, 02:29 @ Laaca |
translating LFNs into short 8.3 form |
> a) SFNs will not be generated for files which already match the standard --- |
roytam 12.01.2011, 09:11 @ RayeR |
translating LFNs into short 8.3 form |
> I found that some Windows programs (mostly port from *nix) are case sensitive on filenames. |