From owner-freebsd-fs@freebsd.org Fri Jun 26 22:00:51 2015 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2393998DFB2 for ; Fri, 26 Jun 2015 22:00:51 +0000 (UTC) (envelope-from javocado@gmail.com) Received: from mail-la0-x22a.google.com (mail-la0-x22a.google.com [IPv6:2a00:1450:4010:c03::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 972D01CEE for ; Fri, 26 Jun 2015 22:00:50 +0000 (UTC) (envelope-from javocado@gmail.com) Received: by lagx9 with SMTP id x9so71112847lag.1 for ; Fri, 26 Jun 2015 15:00:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=DIytguKNpnjWPJtJ9W9xr3nT4XGKh2ePybL33LvY0KU=; b=yNF42nYaypa8BTA/zISE9WpSN0TyjQWNDvPS4QEijTvNCo8xyHwOlaO23i3D6gkaf1 GElmolYDFLTIq3TLYExE6r04vh7WmgZwelJTf8TFTt4FwW/PlLt++B+iQO7p1i8EM62E bQprXAKeGfyXO7eR6F/7gBU5hMeVjEbi4+HgL7HX/guyoTGPhOqfMbUoxd63u6NsK7Ie a5PTI8jYY6hBCAk42suE4rucmxlQ5kb5Y7lJ7uvZfnvD+aExHEfoRzvU3S4hxk9saAYY 3lzLqrxJh8gXZhlXov71JQzyhW1RuUuE5jvgmLk3B/3lw+Z9VWubt0z7oOcPMUlyJ6aJ nFWg== MIME-Version: 1.0 X-Received: by 10.112.162.38 with SMTP id xx6mr3517498lbb.110.1435356048550; Fri, 26 Jun 2015 15:00:48 -0700 (PDT) Received: by 10.114.96.8 with HTTP; Fri, 26 Jun 2015 15:00:48 -0700 (PDT) In-Reply-To: <20150613094244.GC37870@brick.home> References: <20150613094244.GC37870@brick.home> Date: Fri, 26 Jun 2015 15:00:48 -0700 Message-ID: Subject: Re: growfs failure From: javocado To: javocado , FreeBSD Filesystems Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jun 2015 22:00:51 -0000 Thanks for the suggestion, the original system is 8.3 amd64. The growfs did work when I moved the image file over to a 10.1 amd64 system On Sat, Jun 13, 2015 at 2:42 AM, Edward Tomasz Napiera=C5=82a wrote: > On 0603T1619, javocado wrote: > > While trying to growfs a filesystem, I receive the following error: > > > > growfs: rdfs: read error: 5812093147771869908: Input/output error > > > > Here were the steps taken leading up to this point: > > > > (original file is 300 GB, growing to 500 GB) > > > > (the filesystem is clean with fsck_ufs /dev/md1) > > > > geli detach /dev/md1.eli > > > > mdconfig -d -u 1 > > > > truncate -s +200G geli.img > > > > mdconfig -f geli.img -u 1 > > > > geli resize -s 300G /dev/md1 > > > > geli attach /dev/md1 > > > > growfs /dev/md1.eli > > > > new file systemsize is: 262143999 frags > > Warning: 326780 sector(s) cannot be allocated. > > growfs: 511840.4MB (1048249216 sectors) block size 16384, fragment size > 2048 > > using 2786 cylinder groups of 183.72MB, 11758 blks, 23552 inode= s. > > super-block backups (for fsck -b #) at: > > 629476448, 629852704, 630228960, 630605216, 630981472, 631357728, > > 631733984, 632110240, > > .... > > growfs: rdfs: read error: 5812093147771869908: Input/output error > > I can't reproduce it. What's the FreeBSD version? The output messages > above don't match current versions of growfs(8); could you try to upgrade > and see if the problem is fixed? > >