From owner-freebsd-fs@freebsd.org Thu Mar 11 09:35:11 2021 Return-Path: Delivered-To: freebsd-fs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A8F0C570AEE for ; Thu, 11 Mar 2021 09:35:11 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smtp-relay-int.realworks.nl (smtp-relay-int.realworks.nl [194.109.157.24]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dx3hH0ydkz4bD6 for ; Thu, 11 Mar 2021 09:35:11 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Date: Thu, 11 Mar 2021 10:35:08 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=klop.ws; s=rw2; t=1615455309; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=+8h/zvsA3jqcM/XYg0qGm59UVqEJZmfFmBXCiQsdmWM=; b=wgnQbeFN18XHZOai5v2dFD1a1HMM0JanZtHpIQgSD41HX1pg2C7MbrYkAIIwwPlVaa44wK cTLMkh88gdilr0A8Dr6zxFyYmqJ23xXfTXCUY3KufsPJms3AsTRt2oAa71NcWHWi4L4/Tg riZmkKzlbgUHO4tNrEa7zHNa8UqeeTekcHtsVSfLxT+UBAgAJLyCm+CwvsY0dKy4aKsgNq glOAnAeYRkCAeAcTRVgCGunYOt9bS9fMdk8Ab451MBsIrWkxkoafWrQfXapya8eKfwatne YsrJIa2WuZdSLJHub3f/NNIvWIDMrbbdif8eboZM20WIP31RgFVKWrYukHSnjw== From: Ronald Klop To: Warner Losh Cc: joe mcguckin , FreeBSD FS Message-ID: <952274224.13.1615455308043@localhost> In-Reply-To: References: Subject: Re: Auto mounting usb media? MIME-Version: 1.0 X-Mailer: Realworks (551.2.89c726ce8c6) Importance: Normal X-Priority: 3 (Normal) X-Rspamd-Queue-Id: 4Dx3hH0ydkz4bD6 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=klop.ws header.s=rw2 header.b=wgnQbeFN; dmarc=pass (policy=none) header.from=klop.ws; spf=pass (mx1.freebsd.org: domain of ronald-lists@klop.ws designates 194.109.157.24 as permitted sender) smtp.mailfrom=ronald-lists@klop.ws X-Spamd-Result: default: False [-2.37 / 15.00]; ARC_NA(0.00)[]; RWL_MAILSPIKE_VERYGOOD(0.00)[194.109.157.24:from]; R_DKIM_ALLOW(-0.20)[klop.ws:s=rw2]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+ip4:194.109.157.0/24:c]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[klop.ws:+]; DMARC_POLICY_ALLOW(-0.50)[klop.ws,none]; HAS_X_PRIO_THREE(0.00)[3]; RCVD_IN_DNSWL_NONE(0.00)[194.109.157.24:from]; NEURAL_HAM_SHORT(-0.87)[-0.865]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:3265, ipnet:194.109.0.0/16, country:NL]; MID_RHS_NOT_FQDN(0.50)[]; MAILMAN_DEST(0.00)[freebsd-fs] Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 09:35:11 -0000 Van: Warner Losh Datum: donderdag, 11 maart 2021 05:05 Aan: joe mcguckin CC: FreeBSD FS Onderwerp: Re: Auto mounting usb media? > > On Wed, Mar 10, 2021, 8:35 PM joe mcguckin wrote: > > > Can freebsd automatically mount usb media with filesystems? Like the way > > OS X auto mounts flash keys, usb drives and > > various flash based media (CF cards, etc). > > > > Yes. The kernel generates GEOM events after geom is done tasting the > device. You can use this to drive a script that will mount things. > > I kinda think you need a fuse module to read exfat, speaking of other mail, > but it's been a while. There's a port/pkg for whatever you need: > > exfat-utils-1.3.0 Utilities to create, check, label and dump > exFAT filesystem > fusefs-exfat-1.3.0 Full-featured exFAT FS implementation as a > FUSE module > > Warner > > > > Thanks, > > > > Joe > > > > > > Joe McGuckin > > ViaNet Communications > > > > joe@via.net > > 650-207-0372 cell > > 650-213-1302 office > > 650-969-2124 fax > > > > > > > > _______________________________________________ > > freebsd-fs@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-fs > > To unsubscribe, send any mail to "freebsd-fs-unsubscribe@freebsd.org" > > > _______________________________________________ > freebsd-fs@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-fs > To unsubscribe, send any mail to "freebsd-fs-unsubscribe@freebsd.org" > > > Hi, This plus automountd should do the trick. Never used it myself so I can't help in the details. Regards, Ronald. From owner-freebsd-fs@freebsd.org Thu Mar 11 17:49:37 2021 Return-Path: Delivered-To: freebsd-fs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B2E0B57CE06 for ; Thu, 11 Mar 2021 17:49:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DxGfn4T9xz3Ph5 for ; Thu, 11 Mar 2021 17:49:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 9794757CB40; Thu, 11 Mar 2021 17:49:37 +0000 (UTC) Delivered-To: fs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9758B57CD41 for ; Thu, 11 Mar 2021 17:49:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DxGfn3rYCz3PYK for ; Thu, 11 Mar 2021 17:49:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 72FE71100 for ; Thu, 11 Mar 2021 17:49:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BHnbNm021048 for ; Thu, 11 Mar 2021 17:49:37 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 12BHnbXu021047 for fs@FreeBSD.org; Thu, 11 Mar 2021 17:49:37 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: fs@FreeBSD.org Subject: [Bug 254152] [zfs] can not boot with option rewind Date: Thu, 11 Mar 2021 17:49:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 13.0-STABLE X-Bugzilla-Keywords: loader, mountroot X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: oshogbo@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: oshogbo@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 17:49:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254152 Mariusz Zaborski changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|fs@FreeBSD.org |oshogbo@freebsd.org Status|New |In Progress --- Comment #1 from Mariusz Zaborski --- When I was up-streaming the change to OpenZFS somehow, I didn't upstream the whole FreeBSD part. When the merge between the OpenZFS and FreeBSD happened -the code responsible for the parsing rewind option was removed. This patch should fix your problem: https://github.com/openzfs/zfs/pull/117= 30 --=20 You are receiving this mail because: You are the assignee for the bug.=