mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Implement OS/2 and eCS namespaces using .LONGNAME EA in FAT12 and FAT16.
This commit is contained in:
@@ -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() =>
|
||||
|
||||
Reference in New Issue
Block a user