Displaying 2 results from an estimated 2 matches for "reserved_nam".
Did you mean:
preserved_name
2019 Nov 08
2
Recent inability to view long filenames stored with scp via samba mount
Greetings Jeremy,
Jeremy Allison wrote:
> On Sun, Nov 03, 2019 at 06:37:57AM -0500, Michael Lueck via samba wrote:
>>
>>
>> mdlueck at ldslnx01:/srv/shares/data/Nodes/jacob/home/mdlueck/Music/Alfred Brendel$ find
>> .
>> ./Beethoven Piano Sonatas Vol I
>> ./Beethoven Piano Sonatas Vol I/Disc 1 - 01 - Piano Sonata No. 29 in B-flat major, op. 106
2019 Nov 08
0
Recent inability to view long filenames stored with scp via samba mount
...}
....
if (strchr("*\\/?<>|\":", i)) {
char_flags[i] |= FLAG_ILLEGAL;
}
....
}
but we must also mangle names ending in '.' and any
names that match DOS reserved names of:
static const char * const reserved_names[] =
{ "AUX", "LOCK$", "CON", "COM1", "COM2", "COM3", "COM4",
"LPT1", "LPT2", "LPT3", "NUL", "PRN"
Not that your mp3 files would match those :-).