From owner-freebsd-questions@FreeBSD.ORG Wed Dec 4 10:54:23 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ACBAD381 for ; Wed, 4 Dec 2013 10:54:23 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 81399169E for ; Wed, 4 Dec 2013 10:54:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=ozzFgEXiWSEKjARQA79ntfiuLpGCDzypbGU1MJ7+U40=; b=C3uMiQk1swnoPKPngEkKINAzvIErWklbbLdqKGw90ou6A28+CzFvCZ+zeA1bjRJbTebQlo6RPgdYUgYDSqfghT+ZxKJaYKATMKB+f96hJocceQ1Xk8lGwrI8OrV0O5ddAWbfSuVbKTX+oIsJneN5oVWPbzC2sIw3tb7nr2EBlc8=; Received: from [182.5.194.195] (port=38012 helo=X220.ovitrap.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1VoA5y-002MGz-MF; Wed, 04 Dec 2013 03:54:22 -0700 Date: Wed, 4 Dec 2013 18:53:43 +0800 From: Erich Dollansky To: Polytropon Subject: Re: Minimum size of a UFS partition Message-ID: <20131204185343.232cb68e@X220.ovitrap.com> In-Reply-To: <20131204111541.97550134.freebsd@edvax.de> References: <20131204155907.38ab9f72@X220.ovitrap.com> <20131204111541.97550134.freebsd@edvax.de> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Dec 2013 10:54:23 -0000 Hi, On Wed, 4 Dec 2013 11:15:41 +0100 Polytropon wrote: > On Wed, 4 Dec 2013 15:59:07 +0800, Erich Dollansky wrote: > > Hi, > > > > does anybody know how small a partition for UFS can get? > > > > I would need a very small partition of even below 1.44 MB. > > That should be possible by applying specific options to newfs with the other tip, I came to a size of 1MB for the given application. Erich