From nobody Wed Sep 13 15:01:36 2023 X-Original-To: questions@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 4Rm3ZD5102z4sd0h for ; Wed, 13 Sep 2023 15:01:40 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.netfence.it (mailserver.netfence.it [78.134.96.152]) (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 (2048 bits) client-digest SHA256) (Client CN "mailserver.netfence.it", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Rm3ZC42kdz3FcP for ; Wed, 13 Sep 2023 15:01:39 +0000 (UTC) (envelope-from ml@netfence.it) Authentication-Results: mx1.freebsd.org; dkim=fail ("headers rsa verify failed") header.d=netfence.it header.s=202304 header.b=XQ9Qxpix; spf=pass (mx1.freebsd.org: domain of ml@netfence.it designates 78.134.96.152 as permitted sender) smtp.mailfrom=ml@netfence.it; dmarc=pass (policy=none) header.from=netfence.it Received: from [10.1.2.18] (alamar.local.netfence.it [10.1.2.18]) (authenticated bits=0) by soth.netfence.it (8.17.2/8.17.1) with ESMTPSA id 38DF1af5029207 (version=TLSv1.3 cipher=TLS_AES_128_GCM_SHA256 bits=128 verify=NO) for ; Wed, 13 Sep 2023 17:01:36 +0200 (CEST) (envelope-from ml@netfence.it) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netfence.it; s=202304; t=1694617296; bh=AL6/62tW1PYnLEzh+Fk0NhD4nWdOeo+gwf2hCn+54Nw=; h=Date:Subject:To:References:From:In-Reply-To; b=XQ9QxpixoUbaoHrC/TJsiaIZ96INIC2IaUuLdMrLe9UrYaTccO2Ak9aWVif0X9rYy Rv8Px/3V4593koaciLlB4uWHhJN8hmswO/50mpKAxzrjVOg0dDGwBGAi53+/JaBi9M qqtXFzXl7M7gnX9fUDNBsnq1/m9hljzBKdty0jnc= X-Authentication-Warning: soth.netfence.it: Host alamar.local.netfence.it [10.1.2.18] claimed to be [10.1.2.18] Message-ID: <5f5b50e2-5f0e-3e86-973c-269e7cc8726d@netfence.it> Date: Wed, 13 Sep 2023 17:01:36 +0200 List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.15.0 Subject: Re: Mount bzip2 disk image Content-Language: en-US To: questions@freebsd.org References: <96ce2d8b-f310-96bc-394c-007541401c57@fjl.co.uk> <78bc91f8-665d-5ecc-4867-ba53f6291603@fjl.co.uk> From: Andrea Venturoli In-Reply-To: <78bc91f8-665d-5ecc-4867-ba53f6291603@fjl.co.uk> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.80 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; DMARC_POLICY_ALLOW_WITH_FAILURES(-0.50)[]; R_SPF_ALLOW(-0.20)[+ip4:78.134.96.152]; MIME_GOOD(-0.10)[text/plain]; MLMMJ_DEST(0.00)[questions@freebsd.org]; RCVD_COUNT_ONE(0.00)[1]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; DMARC_POLICY_ALLOW(0.00)[netfence.it,none]; ASN(0.00)[asn:35612, ipnet:78.134.0.0/17, country:IT]; MIME_TRACE(0.00)[0:+]; DKIM_TRACE(0.00)[netfence.it:-]; RCPT_COUNT_ONE(0.00)[1]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; ARC_NA(0.00)[]; R_DKIM_REJECT(0.00)[netfence.it:s=202304]; TO_MATCH_ENVRCPT_ALL(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[questions@freebsd.org]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4Rm3ZC42kdz3FcP On 9/13/23 15:28, Frank Leonhardt wrote: > The rest of the paragraph explains this would be decompressing the bzip2 > image from tape (or other offline stream), so the actual disk space > would be about the same as having the bzip2 file on DASD. I'm not sure I understand what you mean... I have no tape. I only have internal HD storage, where the bzip2 image is and where I could decompress it (provided enough space would be free). bye & Thanks av.