From nobody Tue Mar 26 13:23:01 2024 X-Original-To: freebsd-hackers@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 4V3r8b157Jz5FbD8 for ; Tue, 26 Mar 2024 13:23:11 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) (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 4V3r8Z2lBjz4ZwZ; Tue, 26 Mar 2024 13:23:10 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Authentication-Results: mx1.freebsd.org; none Received: from critter.freebsd.dk (unknown [192.168.55.3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by phk.freebsd.dk (Postfix) with ESMTPS id 6F9C589293; Tue, 26 Mar 2024 13:23:02 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.18.1/8.16.1) with ESMTPS id 42QDN16U099058 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Tue, 26 Mar 2024 13:23:02 GMT (envelope-from phk@critter.freebsd.dk) Received: (from phk@localhost) by critter.freebsd.dk (8.18.1/8.16.1/Submit) id 42QDN1Kh099057; Tue, 26 Mar 2024 13:23:01 GMT (envelope-from phk) Message-Id: <202403261323.42QDN1Kh099057@critter.freebsd.dk> To: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= cc: Warner Losh , Mark Saad , FreeBSD Hackers Subject: Re: TarFS In-reply-to: <8634sdfb33.fsf@ltc.des.dev> From: "Poul-Henning Kamp" References: <86edbyh0od.fsf@ltc.des.dev> <867chpg2d2.fsf@ltc.des.dev> <8634sdfb33.fsf@ltc.des.dev> List-Id: Technical discussions relating to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-hackers List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-ID: <99055.1711459381.1@critter.freebsd.dk> Content-Transfer-Encoding: 8bit Date: Tue, 26 Mar 2024 13:23:01 +0000 X-Spamd-Bar: ---- 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:1835, ipnet:130.225.0.0/16, country:EU] X-Rspamd-Queue-Id: 4V3r8Z2lBjz4ZwZ -------- Dag-Erling Smørgrav writes: > > Side question: how hard is it to add and offset of tarball mount > > option? > > It shouldn't be hard, since all I/O goes through tarfs_io_read(), but > why would you want to? To skip headers TarFS does not grok ? And a big thanks for TarFS from me too! -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.