| Re: [hatari-devel] Filename mangling with GEMDOS emulations | 
[ Thread Index | 
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
] 
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Filename mangling with GEMDOS emulations
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sat, 16 May 2020 15:17:07 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017;	t=1589635029; bh=6tegpvBpQvK/rsY0+S0L8wTQtcXeV3fQvjxML0VoCso=;	h=Date:From:To:Subject:From;	b=lgxi+iz97yVBv9LXUmG5zA27b3Br1Gr6oVWeuU7pQyCnmKPYlMuCNONAjofGU9Otn	 n4YLtrERAWxxfHa28iXY13+5Gt1w6JktAI3wpyAOqhh4kNko8cQXhCZMMAAaQdNrPX	 KmcRG4Wyq3yTbwBU3k/neX++ZuXBKOVc2z6u+gk6WWJMvGsGqeFIGYTWYGSdvQV2QL	 q79QBfZLfRjD1xv9LPKVyZxFH6T74XQ3rcgUF+GGklN/bxL1UxQ3rL/EC0yENGxoZO	 q0t1XjdeVH1oLZ8zvIBrhznZ1f+bfUr48K7NZHo3wiMHAc9+kMBXZkea19+h0dHudC	 1WqNDHHuuyasA==
Am Sat, 16 May 2020 12:37:16 +0200
schrieb Thorsten Otto <admin@xxxxxxxxxxx>:
> There seems to be some problem with hatari filename mangling:
> 
> The same directory, on the host:
> 
> ~/atari/freemint.org/a $ ls -l 
> total 8 
> drwxr-xr-x 2 sebilla users 4096 16. Mai 12:31 libcmini 
> drwxr-xr-x 2 sebilla users 4096 16. Mai 12:31 libcmini-examples
> 
> That is, the 2nd (too long) directory name is simply truncated, and
> there is no way to access it in the desktop.
Sure, GEMDOS HD emulation only supports the old 8+3 filenames, so if
you want to use it, you have to make sure that your files on the host
fit into that scheme.
 Thomas