From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1DudOg-0008UU-Ex for garchives@archives.gentoo.org; Mon, 18 Jul 2005 21:43:34 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j6ILebFP030785; Mon, 18 Jul 2005 21:40:37 GMT Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.196]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j6ILZPnO003008 for ; Mon, 18 Jul 2005 21:35:26 GMT Received: by zproxy.gmail.com with SMTP id z31so240710nzd for ; Mon, 18 Jul 2005 14:36:15 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=A792haJsHs+yPm3wNi0xGbFUgNTrOjpcZ7yatkt6+fjRfqJEj/7QcjT11mDcxUIVsQhyA4DZdkzofiVWHkzXeyAfOAHWgyShrOke9naV2S/Vh9KsMNmUWDLlgAAwRIwN/qIcPSyrvLmeRxckwrhhZcg9jl4MdQMeDsjXACIT39U= Received: by 10.36.5.19 with SMTP id 19mr4414569nze; Mon, 18 Jul 2005 14:35:49 -0700 (PDT) Received: by 10.36.9.13 with HTTP; Mon, 18 Jul 2005 14:35:47 -0700 (PDT) Message-ID: <5491fade05071814356486b6b0@mail.gmail.com> Date: Mon, 18 Jul 2005 17:35:47 -0400 From: James Hiscock To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Resizing ext3 In-Reply-To: <42DB7512.7000109@terra.com.br> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline References: <42DAC506.6090409@terra.com.br> <42DB09D1.2080508@gmail.com> <42DAE06D.70803@terra.com.br> <42DB0F3E.5060800@gmail.com> <42DB1727.9020401@terra.com.br> <42DB17BF.8080309@terra.com.br> <42DB7512.7000109@terra.com.br> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id j6ILZPnO003008 X-Archives-Salt: 3fb7e54d-ff87-4fd6-8853-78c3befd23c2 X-Archives-Hash: 7ca8ed804b6ad82a0bbb0837773e118d On 7/18/05, Bruno Gola wrote: > Error: File system has an incompatible feature enabled. 1) Remove the journal from the ext3 partition using tune2fs: tune2fs -C ^has_journal 2) Resize using parted 3) Add the journal back using tune2fs: tune2fs -j See 'man tune2fs' (as root) for important warnings & information (and I really hope I've got that right...) Qtparted might be an easier way to do the resize, as well... -- gentoo-user@gentoo.org mailing list