From nobody Fri Sep 27 15:47:25 2024 X-Original-To: freebsd-stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4XFZcc681Kz5Y8Kt for ; Fri, 27 Sep 2024 15:48:16 +0000 (UTC) (envelope-from jamie@catflap.org) Received: from donotpassgo.dyslexicfish.net (donotpassgo.dyslexicfish.net [IPv6:2001:19f0:7400:8808:123::1]) by mx1.freebsd.org (Postfix) with ESMTP id 4XFZcc3VPcz41yJ for ; Fri, 27 Sep 2024 15:48:16 +0000 (UTC) (envelope-from jamie@catflap.org) Authentication-Results: mx1.freebsd.org; none X-Catflap-Envelope-From: X-Catflap-Envelope-To: freebsd-stable@FreeBSD.org Received: from donotpassgo.dyslexicfish.net (donotpassgo.dyslexicfish.net [209.250.224.51]) by donotpassgo.dyslexicfish.net (8.14.5/8.14.5) with ESMTP id 48RFlPZx047969; Fri, 27 Sep 2024 16:47:25 +0100 (BST) (envelope-from jamie@donotpassgo.dyslexicfish.net) Received: (from jamie@localhost) by donotpassgo.dyslexicfish.net (8.14.5/8.14.5/Submit) id 48RFlPwi047968; Fri, 27 Sep 2024 16:47:25 +0100 (BST) (envelope-from jamie) From: Jamie Landeg-Jones Message-Id: <202409271547.48RFlPwi047968@donotpassgo.dyslexicfish.net> Date: Fri, 27 Sep 2024 16:47:25 +0100 Organization: Dyslexic Fish To: ronald-lists@klop.ws, david@catwhisker.org Cc: freebsd-stable@FreeBSD.org Subject: Re: how to find out where a umount is failing on -> vnodes: count 1 ? References: <2020716853.7639.1727440102154@localhost> In-Reply-To: User-Agent: Heirloom mailx 12.4 7/29/08 List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-stable@freebsd.org Sender: owner-freebsd-stable@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (donotpassgo.dyslexicfish.net [209.250.224.51]); Fri, 27 Sep 2024 16:47:26 +0100 (BST) X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:20473, ipnet:2001:19f0:7400::/38, country:US] X-Rspamd-Queue-Id: 4XFZcc3VPcz41yJ X-Spamd-Bar: ---- David Wolfskill wrote: > fstat -f /data/jails/jenkins/_root I had a stupid moment once. "fstat -f" / "fuser -c" didn't report anything... Turned out I had a hidden mount filesystem underneath the mountpoint, so, Ronald, if no processes show a filesystem, make sure to check with a "df -a" !