From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=1.0 required=5.0 tests=DATE_IN_PAST_03_06,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 19032 invoked from network); 21 Jun 2022 18:25:08 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 21 Jun 2022 18:25:08 -0000 Received: from mail-ej1-f54.google.com ([209.85.218.54]) by 9front; Tue Jun 21 14:21:48 -0400 2022 Received: by mail-ej1-f54.google.com with SMTP id sb34so210745ejc.11 for <9front@9front.org>; Tue, 21 Jun 2022 11:21:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:message-id:to:subject:date:in-reply-to:mime-version :content-transfer-encoding; bh=bJ5VXosEd7k+fDpL0otgkS9xOVnGBWAf/8vISd6Miss=; b=Kb265pLWF/sjNbmhcRSsyyRki6EPYmOSn/uloJ+17UdN2cu7xNlk4EUf/l5AzuAcjW GJ2Pra4hfaHki6P5a4YoB6Hn8S75Nja520gZsNiIw9koYFuY5Jm2Sg9XpnFqb2kAOwB/ To2Rj+CctWgsIBLNhpTqGM34PYZ8UldpScv8V/EhK/f1CheAnKCwOwelrQbgWKYcg77E tQUUdbzOnS8kObuAp3fYc+3d9qn8520POb2Jq5PXvijAYhp8kfTzXfUu92BlEbKFCUmI bSu1cqXSj6AlLUhczFGCkMS9o0hDDujDIvPWQXB7Gggj6QYnRqD4P2gSQQTYVU57oMwl TTGg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:message-id:to:subject:date:in-reply-to :mime-version:content-transfer-encoding; bh=bJ5VXosEd7k+fDpL0otgkS9xOVnGBWAf/8vISd6Miss=; b=2PCqwqQCA6UYUYYbL4zI0xUg4gEn4Rs1FVGSuM/jGjlcW6TJTzn/Gv9UpiOYpDnKoR KOwmUAyOD3r1GI/0OXdlqIKZXz8/gZQoo0G7yKPvzi183Pzzmu/qxg4pAeKlJFykXYVP fCk8qOoawl8SYEmXTRU/qHv7yWDxSvTp2EYDlrnmnLCcfSjwbW/nTegtKoLsDXHa3wE3 Iwcyb0kE+hb/HRXGgkaa1APSLs7uTr5gtf2HJmqEn2WrDRcmiKWjftAKj3NfW+Ihx4iM pdXIP3K9wkYoDJCAUHEwS50tGiJ6mKX2SK707dp3FGSEoJ3rphjQrZSxr74GOj6CFFRq IwCg== X-Gm-Message-State: AJIora8ezw3I5O1i59iO0v6PyCS6zpoJ4djSlAu6O0LdoSe54tz9TwRV yOa1znA3B4CIN/FWVwpOYVhGy865NGHgiw== X-Google-Smtp-Source: AGRyM1uSJ/G47bBdf2IGueonVT69w+UNwjM6P8MyjsbZUqK7qUUXEB7QGUsI10pkTmMGbGVcl3xdFw== X-Received: by 2002:a17:906:1109:b0:711:d8fe:fe56 with SMTP id h9-20020a170906110900b00711d8fefe56mr27309428eja.261.1655835703864; Tue, 21 Jun 2022 11:21:43 -0700 (PDT) Return-Path: Received: from marco ([79.115.136.219]) by smtp.gmail.com with ESMTPSA id hf27-20020a1709072c5b00b006fee961b9e0sm8038404ejc.195.2022.06.21.11.21.43 for <9front@9front.org> (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Tue, 21 Jun 2022 11:21:43 -0700 (PDT) From: stefncb@gmail.com X-Google-Original-From: glenda@yourdomain.dom Message-ID: <9EC2EAED833E2279ADB57F66152C6111@yourdomain.dom> To: 9front@9front.org Date: Tue, 21 Jun 2022 18:21:41 +0300 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: content-addressed method solution Subject: Re: [9front] File sharing with Windows Reply-To: 9front@9front.org Precedence: bulk Quoth Marshall Conover : > > I heard that WSL communicates with the Windows filesystem through 9P shared directories, that makes me believe that a network share should just work. > > You'd think, right? Unfortunately, the 9p-mounting functionality isn't > exposed to other applications, so it's not an option. When I last > checked in on this in January, there were no plans to make it publicly > usable: https://github.com/microsoft/WSL/issues/4070 . > > I think Jacob's got the right approach, at least as far as I'm aware. > > Cheers, > > Marshall That sucks. Should've expected that from Microsoft though... Thanks.