Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jun 2015 11:42:44 +0200
From:      Edward Tomasz =?utf-8?Q?Napiera=C5=82a?= <trasz@FreeBSD.org>
To:        javocado <javocado@gmail.com>
Cc:        FreeBSD Filesystems <freebsd-fs@freebsd.org>
Subject:   Re: growfs failure
Message-ID:  <20150613094244.GC37870@brick.home>
In-Reply-To: <CAP1HOmTTPhN24-XXy6Vq3dD261xeUTyUvncgXKh=mE6jPACChA@mail.gmail.com>
References:  <CAP1HOmTTPhN24-XXy6Vq3dD261xeUTyUvncgXKh=mE6jPACChA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 inodes.
> 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?




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150613094244.GC37870>