From owner-freebsd-questions Tue Oct 7 02:19:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA11547 for questions-outgoing; Tue, 7 Oct 1997 02:19:22 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA11540 for ; Tue, 7 Oct 1997 02:19:13 -0700 (PDT) (envelope-from nadav@barcode.co.il) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.8.5/8.6.12) id LAA22142; Tue, 7 Oct 1997 11:17:27 +0200 (IST) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma022133; Tue Oct 7 11:16:58 1997 Message-ID: <3439FE25.1A13@barcode.co.il> Date: Tue, 07 Oct 1997 11:17:25 +0200 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5.1 sun4u) MIME-Version: 1.0 To: "Jean Peindray-d'Ambelle" CC: questions@FreeBSD.ORG Subject: Re: How to extend a File System? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Jean Peindray-d'Ambelle wrote: > > Hi everybody, > can anyone tell me how to do to extend a File System without lost from > data? > I have FreeBSD.2.2.2. > Thanks in advance. > Regards. > Jean You can't :-(. What you can do is mount another filesystem below the one you wish to extend (so that if you filled up /usr, you can make for example a new filesystem for /usr/local). The other way would be to backup, relabel, and restore. Nadav