From owner-freebsd-questions@FreeBSD.ORG Fri Jan 2 21:15:42 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72E9A16A4CE for ; Fri, 2 Jan 2004 21:15:42 -0800 (PST) Received: from smtp3.adl2.internode.on.net (smtp3.adl2.internode.on.net [203.16.214.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id B16D243D39 for ; Fri, 2 Jan 2004 21:15:40 -0800 (PST) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp109-47.lns1.adl1.internode.on.net [150.101.109.47])i035FJp5039194; Sat, 3 Jan 2004 15:45:20 +1030 (CST) Content-Type: text/plain; charset="iso-8859-1" From: Malcolm Kay Organization: At home To: Eric F Crist , Brian Astill , freebsd-questions@freebsd.org Date: Sat, 3 Jan 2004 15:45:18 +1030 User-Agent: KMail/1.4.3 References: <200401011800.23184.ecrist@adtechintegrated.com> <200401021616.01788.malcolm.kay@internode.on.net> <200401021117.52191.ecrist@adtechintegrated.com> In-Reply-To: <200401021117.52191.ecrist@adtechintegrated.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200401031545.18692.malcolm.kay@internode.on.net> Subject: Re: File system full? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2004 05:15:42 -0000 On Sat, 3 Jan 2004 03:47, Eric F Crist wrote: > On Thursday 01 January 2004 11:46 pm, Malcolm Kay wrote: [snip] [not Malcolm Kay] > > > > $ df -h > > > > Filesystem Size Used Avail Capacity Mounted on > > > > /dev/ad0s3a 1008M 92M 835M 10% / > > > > /dev/ad0s2 1020M 19M 1001M 2% /dos > > > > /dev/ad0s3g 4.8G 69M 4.3G 2% /home > > > > /dev/ad0s3e 3.9G 3.9G -260.5M 107% /usr > > > > /dev/ad0s3f 1008M 27M 900M 3% /var > > > > /dev/ad0s1 24G 22G 2.9G 88% /nt > > > > procfs 4.0K 4.0K 0B 100% /proc > > > > /dev/da0s1 61M 61M 632K 99% /umass [snip] [not Malcolm Kay] > > > The two partitions appear to be adjacent. If they are, Partition M= agic > > > (or similar) could merge those two partitions non-destructively, an= d > > > your problem would be solved. > > [The next is Malcolm Kay] > > This sounds like a disaster --- partition magic works with MS > > partitions or in FBSD terms slices -- to the best I my knowledge it d= oes > > not know about BSD style partitions. > [The next is Eric F Crist] > Partition Magic can recognize a type 165 (freebsd) partition, but it do= es > not support merging/resizing of these. It does support the linux parti= tion > scheme, however. Please read my words carefully: Yes, Partition Magic recognises partitions in the MS partitioning scheme, known as slices in FreeBSD, including those labeled as BSD (type 165). These have device names (under FBSD) of the form ad0s1, ad0s2, ads0s3 etc= =2E However, I do not believe it knows anything of BSD partitions which=20 subdivide such a slice. These have device name of the form ad0s3a, ad0s3b= , ad0s3e etc. Native Linux uses only slices (MS style partitioning). It knows something= of=20 BSD partitioning in order to mount (foreign) BSD file systems. Malcolm Kay