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,FREEMAIL_FROM,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 23108 invoked from network); 22 Jun 2022 11:49:08 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 22 Jun 2022 11:49:08 -0000 Received: from mail-ej1-f44.google.com ([209.85.218.44]) by 9front; Wed Jun 22 07:47:25 -0400 2022 Received: by mail-ej1-f44.google.com with SMTP id g26so12247362ejb.5 for <9front@9front.org>; Wed, 22 Jun 2022 04:47:21 -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=3MyRCW3sdMjYSmfn7HO0MejCGU0XCGLJdXf+n+s7tBs=; b=BQps7Xg+/JxS2OZuZtYjs9WNDsS4Ln8YPC8lSPCRkObdjUgyFKXRIobfm4A+flfAos JgvH+HLe2ML78nVU0xsQrj1qPpplrusTnE9qq7DjMeKsIKF6STAnC8Yr7wwBc3sboLot mlEiKiIU+ZtvJVQYA6PxQgO+9KVFvR8ArsyGUYSTF9tnEuNu8KZNpqMiGYltzggzavp+ pbJBTzPxRNnzQQCu8O85hZI3K/0Y3b+aA8kEqdNQqz1jkDpeN4gUMpI4X1mOxPKW+QEl 7D5sO0i/uOt+DZvrvn9AXWKJMp6ke5Xi5q+RPYofDpIf/TIHogy4RPQ7swipKSF/sQJW uNIw== 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=3MyRCW3sdMjYSmfn7HO0MejCGU0XCGLJdXf+n+s7tBs=; b=7/pYAjaQWOqj8xvLKqCIUHYrSMxKKKGLo/0OukRyD0oLGxo9CJ2hmpgHghQZkdgNwp B4xZ2k6NbcCTfUaetiMRIFroq1+BxQMNcXbpANScZofbX7cZgU2OsjAPr6rHG5L2P5ak r1U69xM+UT7yYoPIlSlGBNw5xFBilaMlBMNTmDFxkzSof/ARQFkEWya48LKhrSY2QoDq tQrbaPFjvEOOYmC/vdeDp3tlhSOPB/qczsdan7U6q0K2Aqsdg1/hIOgJ4nQKGlfMwFEt Op6y8HATb9bJGiI3RAfs2soQViltTSTm9MFz86/Td/JZAkAwBonEWIKoIauZmxTgwAJo undw== X-Gm-Message-State: AJIora+UkEBdamnI1o+yTNuVLBm5X7w54YxMwXrUlyY2R/Heqxla62ei 95kmIDUyXWmCHwnZ8TLYVIbqDoGymCjfEA== X-Google-Smtp-Source: AGRyM1tibRpk8uRzGlY2FkDK1n48y9Fy+sqqMdTZNNruE4vFUPrgVpStmXnj07zpxy931PlrU2Lowg== X-Received: by 2002:a17:906:5fc4:b0:715:ebe6:7415 with SMTP id k4-20020a1709065fc400b00715ebe67415mr2750371ejv.725.1655898441222; Wed, 22 Jun 2022 04:47:21 -0700 (PDT) Return-Path: Received: from marco ([79.115.136.219]) by smtp.gmail.com with ESMTPSA id dc18-20020a170906c7d200b0070cac22060esm9101709ejb.95.2022.06.22.04.47.20 for <9front@9front.org> (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Wed, 22 Jun 2022 04:47:20 -0700 (PDT) From: stefncb@gmail.com X-Google-Original-From: glenda@yourdomain.dom Message-ID: <7116FF5C9F01EC10B7B688DBDD598AB9@yourdomain.dom> To: 9front@9front.org Date: Wed, 22 Jun 2022 14:47:17 +0300 In-Reply-To: <926D6186-2D7D-46D9-A3E5-592CAC2CE6CA@quintile.net> 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: high-performance-scale CMS configuration realtime interface Subject: Re: [9front] File sharing with Windows Reply-To: 9front@9front.org Precedence: bulk Quoth Steve Simon : > 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. SMBv3 would be a great addition, but for now cifsd works just fine for me. There were no hacks necessary - I just had to enable SMBv1/CIFS from the Windows features thing. Thanks for the great software!