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 7257 invoked from network); 11 Feb 2022 10:07:50 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 11 Feb 2022 10:07:50 -0000 Received: from balrog.mythic-beasts.com ([46.235.227.24]) by 4ess; Thu Feb 10 14:34:57 -0500 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=UUbgAvGDwuuiXyYfieRkFJiEQo3gkdgUaUqtSm2twyc=; b=YHU7Vbjd2ioAO7zyepzVchpJkg 6nkY0UgnGH3ZiHBdP+wczUxynT3b++fdVAbezs1tHzhlpF1xop1Q66jE1sNn4Ne1LQlSq0X2xnX6A P9SGr2QR7j/sdpK/jkgWq64aZlKJP547r5o067IxViTNVONTj3ZmYGVqqbAPxhLKhIlAY1W2DSxOS siQzhqsTMjkQXm1lPO+InwDStCKLhD0Fgkfgjh7X38OlNZNHWhp6FX3st1wFTxiXF3Yy5Ez4EzJIH aoAVxbo2f64hWtZKbXW7L1hrBP03rgLUfyFBmKs2ws0+12IU8AouurvEyIkg4RHojezqokHS4MThx 2UAvdZPg==; Received: from [81.187.198.132] (port=51031 helo=smtpclient.apple) by balrog.mythic-beasts.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1nIEmX-0005uC-FA for 9front@9front.org; Thu, 10 Feb 2022 19:07:09 +0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: Steve Simon Mime-Version: 1.0 (1.0) Date: Thu, 10 Feb 2022 19:07:03 +0000 Message-Id: <2B66F3F0-47FA-4FC4-B6CD-ECDDC16A514D@quintile.net> References: <875ypmd3er.fsf@turtle-trading.net> In-Reply-To: <875ypmd3er.fsf@turtle-trading.net> To: 9front@9front.org X-Mailer: iPhone Mail (19C63) X-BlackCat-Spam-Score: 4 List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: optimized generic GPU-scale standard Subject: Re: [9front] Invers of partfs Reply-To: 9front@9front.org Precedence: bulk unmount? probably the easiest would be to put your tests in a script with =E2=80=9Crf= ork ne=E2=80=9D at the top. this will ensure that when your script ends the namespace and environment wi= ll evaporate. partfs will also close as its input is closed as part of the n= amspace going. -Steve On 10 Feb 2022, at 6:40 pm, Benjamin Riefenstahl wrote: =EF=BB=BFHi all, I would like to use partfs and disksim for testing. As most of you probably know, these services create devices similar to /dev/sdXXX from memory or files. One thing that I can't figure out is how to close/unmount/unbind these, for cleanup and so that I can re-use the names. How do I do that? Thanks, benny