X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=xp5hx1AF6EBea5Tr3kOzGwhiykb+v e/9JkvKdFC2lk5jOkzarDwUolyJNz7ShoYZWt7liVK9VeBgdFJzcXtRnTQjADh/+ +YjXdA+83ad6hoh0zJ/9J0xHCF9Yho6mniWMqlUEScHDlJrjAOw6GoWAQARfJzvB DGRFX/kspFOTZM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=whDhHPsO//kqVpN5gTFz4MKVlNo=; b=qjG Hq4n2TLzUKhgngpWkTxuRTGTuGmTmz05a/jkZIehofdvZIDUPpXnY6c4tqLJrWMc 4gbNGkQq8bNAQ+3mGk1VBlZmS4GD+F64GuNU5E77Ovv2/ZE+eXV2YCiLbuFd6kTx Bp9ssiJcGk5sCpUc+rwjZDFIqB41wPn8bLcyWrWE= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=vfat, VFAT, underwent, office X-HELO: mail-qk0-f178.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=PcrZ5McfPuwcY7UOsvD2o7+SC5nObQTDTzbjSq/ghys=; b=Ui4h+khrX0ANeD2uDyk+r6hSi5LbeA6Ki8BaHZdK5UJ74+7YycRfw6zgBwkORQMTN5 2gM4YV9i2D2ZldWK+iZN+k4imoDYsT2jT+tzFyrjCdwtbeRdeBZr0T5dEOitY+KjhSfY Qhhf5MeWJ4kCILDw7wyHctg5zu4Qor2km1A2O39USuEUzowmS7q/oYlWLx6SCRzQIQo0 jaIsbyLVR5kEYa/KX6Vwp2NPJJ/Q8aUtq4gvbw2GHiPa8PzSs7F3zlio26cuJOnTdpDr oY70wEiJZHal/zgangdXUTgB2H2e25kzuK0RPFwjUlgldCdpYU5x5az9GVvHQk3EkrYB w03g== X-Gm-Message-State: AElRT7FCFgONtuLdlW/i/JidEAKULUffSNGHFD29DAOj3dYBnxT+9hlI 0UcyCVelT/hFisdsfbvPX1UHweIkyW2T5dyKIm9D X-Google-Smtp-Source: AG47ELtC9ph/nlIg6otA9QbBOti5bKXI8J732PKGvORkxQBv83UfAnME1gFkB5lDvfaIiAv0G4T/qlbvZbD4QIrikCA= X-Received: by 10.55.149.135 with SMTP id x129mr21584254qkd.279.1520240750098; Mon, 05 Mar 2018 01:05:50 -0800 (PST) MIME-Version: 1.0 From: Fergus Daly Date: Mon, 5 Mar 2018 09:05:49 +0000 Message-ID: Subject: Re: sed seems to force UC filename on Mixed 8.3 filenames on FAT32 To: The Cygwin Mailing List Content-Type: text/plain; charset="UTF-8" >> ..."or operation on FAT32 was changed by Windows updates." Starting to look exactly like that. On Windows 7 there is no problem. On earlier W10 machines in this office there is no problem. My machine underwent a massive (time-consuming) update on or around 13-FEB to Microsoft Windows Version 1709 Build 16299.248] from the previous Microsoft Windows Version 1703 Build 15063.936] and the troubles began then: ~> touch TryThis.TxT ~> ls T* TryThis.TxT ~> dos2unix TryThis.TxT dos2unix: converting file TryThis.TxT to Unix format... ~> ls T* TRYTHIS.TXT This on a FAT32 stick. (Can anybody confirm this behaviour?) So I'm guessing Windows has revised its default mount shortname syntax for VFAT. Is there a way I can climb in and alter / override that, does anybody know? Fergus -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple