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=kJEYOlx5Z8sV/skHAZ1UlMGhwX/E2 XIIyBr8zfNwDbjzWBLbxHPYUeS4hBm+TBbaVqJzrSfmNPaSJu3Ht01IZQ+5DqaSB yoj3l6EI1/xEIYGoTwOvkNNyqIRpUkbByOv2+/9GDdtkIWrBdGN0de9BwiQphKf9 2dgfP/WZgj8c+0= 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=VEmfVYecbnkTL72kjhgeHqkbMc0=; b=ika KrwNKn9um3zdyWnTqeSNS9kkHFQmaAWa7ucCkqv5nUqpK0N/fXrQ+7QAAwdqwr+1 oXOO9E1zDYi1xhDVaKa3q80CsGE8MMH1Ts3ycRpVZn28QF4gck/Eg8QgFRT5aOAP uK6nmaMwcCu4tCZGH+VFuNw8x6q4bofpN2rN2tAs= 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.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,KAM_INFOUSMEBIZ,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=D*info, H*c:alternative, card, hesitate X-HELO: mail-vk0-f43.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:sender:from:date:message-id:subject :to; bh=Po9SDJYPx0f+ElDkeJoBZvR4I2bQHp8ptJcjSvTw5LQ=; b=EyUEOs97Waxt96mgEdtTYZilT57oHbijsZYAaIwKgvjlldqVUVVXV9m4aVcjcvVRwV mJktuax3uUD0QRfEkJGBQC6PHUbPd4eqNum0sIfjnF+eZPJrLS+igMITYQH63epm68Q9 YXGN0CKIKj5WfdICmLpPv4Ks61Sa1YeD/jnCziKP+MckjuMTT/YCofEcXPx6NZrADrIj ne73J1D6LwHScPaheSt1l79udmjfqTdqeaDp2AvhpvCQN/L2ebnyazL2lz05pb3UPsv2 lioBEMzw2dowSKuxXiWyi1r00plHeYgnxYTs7u47rzJDDbOgfIJnqvLJWdQs+TA78uAT OQ1A== X-Gm-Message-State: ALQs6tDMEjaVrJNCizOy+mwcMaJ7QhJcxBWoPi1OUQkuQoWA4a0U8YWR F39CNgg2k/grQXY6JblfAJxDd7jLGhuhKm1aynY= X-Google-Smtp-Source: AIpwx4/bHBdn6f1MSUcvRkJqiD2dyBE6uFBUGejPpJB2aKMvBoe8xcZWV95P3tU3NKNlOaLnd3sV0L/+ifq8GWN2VH4= X-Received: by 10.31.174.17 with SMTP id x17mr4126475vke.52.1524139137497; Thu, 19 Apr 2018 04:58:57 -0700 (PDT) MIME-Version: 1.0 From: Vincent Gheur Date: Thu, 19 Apr 2018 13:58:37 +0200 Message-ID: Subject: Re: Issue when trying to access files on a locked BitLocker volume To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" Hi, There are indeed several workarounds to this issue (this is why I'm not waiting for a fix), but I thought it was worth mentioning the problem, as I suspect other incorrect behaviors to be caused by the underlying issue. Thanks for your answer ! Vincent On 19 April 2018 at 13:38, Vincent Gheur wrote: > Hi, > > I'm using a Bitlocker encrypted SD card, which stays most of the time in > my laptop, but is generally not unlocked. I'm unlocking it only when I need > to access files on it. > > I have also a script which is started at regular intervals, which copies > some critical files on the SD card when it is unlocked. I was using till > recently a *very* old version of cygwin (probably downloaded 10 years ago), > in which I could check whether my SD card was unlocked or not by using *if > [ -d ]*. I have downloaded a new version of cygwin in > January, as I migrated to Windows 10 and was encountering some issues with > it. Since I upgraded, this test is not working anymore. When the SD card is > unlocked, testing " -d " returns TRUE. It returns FALSE when I do > the same test on a non Bitlocker volume for a non-existent folder (which is > the expected behaviour). > > I guess there are probably other issues related to accessing locked > Bitlocker volumes. > > > If someone is wanting to solve this, don't hesitate to contact me if you > need more details or if you want me to make tests. > > > Kind regards, > > Vincent > > -- 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