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=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 22137 invoked from network); 22 Jun 2022 11:41:51 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 22 Jun 2022 11:41:51 -0000 Received: from mx1.mythic-beasts.com ([46.235.224.141]) by 9front; Wed Jun 22 07:38:38 -0400 2022 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=quintile.net; s=mythic-beasts-k1; h=To:Date:Subject:From; bh=npsiB+2bnJb7g2e0TWNfu7xxfkn0/+68MUNyInQT13k=; b=WhwWagAYglNmaLhVBxZP9e3LqI Ut3kcODEeEnHDRI/p+1O08W1xjCiMZZ+7Tta9hXdNL9cEZCaSSxDqHS8L8vp905bVJQ1gxu1lOc59 MxUWc/V+3ldT5dtyHe4OM4qb6jgFsjV9Slma5VI6yU6J3syNW98nXGq+cd+5oCbUQR5AV6B/Fnn0U SShoaxU/qIF+Tid8XPyf3OOHmyK6B8PrIJDX4tfga7aMY+16OCm9p0FclZm0pz+Nv3l4390Ch0FA8 Zx6fBHNpA2BTgN0a4b7LUSdQh8Pm5CWE6574WyH2uSAmgjrB150EbCY//f4BCcgY6Bs6IaLk8Nuso DMUdpx0Q==; Received: from [81.187.198.132] (port=64556 helo=smtpclient.apple) by mailhub-cam-d.mythic-beasts.com with esmtpsa (TLS1.2) tls TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1o3ygu-00CkOA-Jw for 9front@9front.org; Wed, 22 Jun 2022 12:38:37 +0100 From: Steve Simon Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.100.31\)) Date: Wed, 22 Jun 2022 12:38:35 +0100 References: <8D602F4EAA8FE6EFAE2AADB3347A8098@yourdomain.dom> To: 9front@9front.org In-Reply-To: <8D602F4EAA8FE6EFAE2AADB3347A8098@yourdomain.dom> Message-Id: <926D6186-2D7D-46D9-A3E5-592CAC2CE6CA@quintile.net> X-Mailer: Apple Mail (2.3696.100.31) X-BlackCat-Spam-Score: 4 List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: lossless patented descriptor map/reduce solution Subject: Re: [9front] File sharing with Windows Reply-To: 9front@9front.org Precedence: bulk you could try using cifsd to import data from windows into plan9. I wrote and used this file server daily for about 15 years, but I no = longer need windows for my work and so the code has stagnated, whilst windows keeps moving. The last person I suggested cifs to had no luck getting it to connect = and authenticate under windows10; the last system I used myself was Windows 7, and this needed a couple of = registry settings adjusted to allow it to support the (now depreciated) smb2 auth cifs still uses. To be clear - windows 10 may work with some registry hacks but noone has = done it yet. Really an SMB3 plan9 client is the way to go - more efficient (larger = packets) and simpler (much of the historic cruft in smb2 has gone). I am happy to help if you want to try, but I can only give limited help = as I have no windows boxen. -Steve