From: lars@beagle-ears.com   
      
   On 2026-01-08, Richard Kettlewell wrote:   
   > "Carlos E.R." writes:   
   >> What happens when you export a linux mount using samba, and the mount   
   >> contains files that are different only in case?   
   >   
   > Empirically, Windows shows both files in directory listings, but   
   > accesses only go to one of them.   
   >   
   > Linux:   
   >   
   > $ cat aaa   
   > aaa   
   > $ cat AAA   
   > AAA   
   >   
   > Windows:   
   >   
   > PS Z:\> dir   
   >   
   >   
   > Directory: Z:\   
   >   
   >   
   > Mode LastWriteTime Length Name   
   > ---- ------------- ------ ----   
   > ------ 08/01/2026 13:56 4 AAA   
   > ------ 08/01/2026 13:56 4 aaa   
   >   
   >   
   > PS Z:\> type aaa   
   > aaa   
   > PS Z:\> type AAA   
   > aaa   
      
   I initially reported a different result (based on my testing).   
   Now, 10 minutes later, I see what you saw.   
      
   Windows/Samba has some inconsistencies as a result of caching on both   
   sides interacting incoherently. They mostly stabilize after a few   
   minutes and a "Refresh" on the windows side.   
   --   
   Lars Poulsen - an old geek in Santa Barbara, California   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|