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.6 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, NICE_REPLY_A,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 1265 invoked from network); 21 Jun 2022 16:04:52 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 21 Jun 2022 16:04:52 -0000 Received: from mail.posixcafe.org ([45.76.19.58]) by 9front; Tue Jun 21 12:03:13 -0400 2022 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posixcafe.org; s=20200506; t=1655827390; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=gGFmpqEIBF+qZdw77Q6l1tKsTBMFDdWHt9tC9BWZPtE=; b=QnnGKVjTdkmJQFD/Eaijf6RuzYj9us1u+AIW6vG/x9bpfwl2TCXIm8LsUaaVeDmAWEI/Vn s70LzRrf2d+qcL/rdJIoqqoH5VbhUZ+4WHMdptRY5YUq7ie/pJT6XahTSoIkc1CB80m7MD rGprp5vjCA3Gx4V8ljSu/jnkxDXzFuE= Received: from [192.168.168.200] (161-97-228-135.lpcnextlight.net [161.97.228.135]) by mail.posixcafe.org (OpenSMTPD) with ESMTPSA id 24bb3f5f (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <9front@9front.org>; Tue, 21 Jun 2022 11:03:09 -0500 (CDT) Message-ID: <673177de-1645-5a36-cda1-b75b93611665@posixcafe.org> Date: Tue, 21 Jun 2022 10:02:11 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 Content-Language: en-US To: 9front@9front.org References: From: Jacob Moody In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: proxy AJAX over SQL rails core property scripting backend Subject: Re: [9front] File sharing with Windows Reply-To: 9front@9front.org Precedence: bulk On 6/21/22 06:52, stefncb@gmail.com wrote: > I'm quite new to this, so excuse me if I miss something obvious. > > I have a Windows PC on the same network as the 9front one, and I want to share files between them. Can I make a network-shared directory that both can access? Or do I need to use something like SSH. Best bet may be cifsd(8), that should expose a network drive to your windows machine. As a warning, I don't think this code gets taken out for walks often. We may need to add SMBv3 support for 'modern' windows. > > I heard that WSL communicates with the Windows filesystem through 9P shared directories, that makes me believe that a network share should just work. They use the linux flavor of 9p, we only speak 9p2000. Not saying that you couldn't get this to work, I am just not aware of anyone who has. If you do I'd be curious to see what kind of arm wrestling you have to do on the windows side. Thanks, moody