Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jan 2004 14:58:26 -0800 (PST)
From:      Nate Lawson <nate@root.org>
To:        Mathieu Arnold <mat@FreeBSD.org>
Cc:        current@freebsd.org
Subject:   Re: growfs problem [was Re: Adding a drive in vinum]
Message-ID:  <20040106145612.K27817@root.org>

next in thread | raw e-mail | index | archive | help
> |# growfs /dev/vinum/data
> | We strongly recommend you to make a backup before growing the Filesystem
> |=20
> |  Did you backup your data (Yes/No) ? Yes
> | new file systemsize is: 78997019 frags
> | growfs: wtfs: write error: 631976157: Inappropriate ioctl for device
> |=20
> | And well, it does not work that good...
> | Any hints ?
>
> Ok, no matter what I do, I can't grow this filesystem. I'm wondering if
> there's a bug somewhere in growfs or if it's because of vinum or...

growfs(8) was never fully updated for UFS2 and probably still uses old
disklabel(8) ioctls.  This is almost certainly a growfs bug.  You should
compile it with -g and do a breakpoint to find what operation produces
that error message.

-Nate



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