Implement OS/2 and eCS namespaces using .LONGNAME EA in FAT12 and FAT16.

This commit is contained in:
2019-04-27 22:21:13 +01:00
parent fe4bcd63f2
commit b2c008eb02
5 changed files with 170 additions and 60 deletions

View File

@@ -80,7 +80,9 @@ namespace DiscImageChef.Filesystems.FAT
{
{"dos", "DOS (8.3 all uppercase)"},
{"nt", "Windows NT (8.3 mixed case)"},
{"lfn", "Long file names (default)"}
{"os2", "OS/2 .LONGNAME extended attribute"},
{"ecs", "Use LFN when available with fallback to .LONGNAME (default)"},
{"lfn", "Long file names"}
};
static Dictionary<string, string> GetDefaultOptions() =>