From owner-freebsd-fs@FreeBSD.ORG Wed Jun 3 23:19:24 2015 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 87AC946D for ; Wed, 3 Jun 2015 23:19:24 +0000 (UTC) (envelope-from javocado@gmail.com) Received: from mail-la0-x22f.google.com (mail-la0-x22f.google.com [IPv6:2a00:1450:4010:c03::22f]) (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 10BB819E1 for ; Wed, 3 Jun 2015 23:19:24 +0000 (UTC) (envelope-from javocado@gmail.com) Received: by labpy14 with SMTP id py14so19726365lab.0 for ; Wed, 03 Jun 2015 16:19:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=RaUER9rbRWL5y9MqajcF90375N1wnqbDGehxNRj8f1Y=; b=pBUI+UrEo5S4eJHAdhT4NI73JXpdTk4G0HE5FHyHx7ZyL6U12jfI8SaOREDJZu26O2 rFd0liw47VxAb6Z4trpfNE0m7EI0apdHDOsBn0AOSqSlafmouB9LPgAj3ZI2OhNzfuPh jJAHThlL53kXBnYb5meOljpUoKyxy+VRSiS9/KtTUkzW39CTjp1gFmSxy+QPOTAJP5oY U4jYQcKso+gyuFC4Zk1GqHvfzTKe30J5VhfPS9FfGX+q0IBnrsHXfj36dfTEc4cu35mM oq4vi5x92Jwz89muokHo3LEHfFYiT0Smk5ZnH/Kz4xgfOnven+AbMcyM2bzxJpwJDCXi PhQA== MIME-Version: 1.0 X-Received: by 10.152.43.37 with SMTP id t5mr33626192lal.96.1433373562127; Wed, 03 Jun 2015 16:19:22 -0700 (PDT) Received: by 10.114.96.8 with HTTP; Wed, 3 Jun 2015 16:19:22 -0700 (PDT) Date: Wed, 3 Jun 2015 16:19:22 -0700 Message-ID: Subject: growfs failure From: javocado To: FreeBSD Filesystems Content-Type: text/plain; charset=UTF-8 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: Wed, 03 Jun 2015 23:19:24 -0000 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 inodes. super-block backups (for fsck -b #) at: 629476448, 629852704, 630228960, 630605216, 630981472, 631357728, 631733984, 632110240, .... growfs: rdfs: read error: 5812093147771869908: Input/output error