Date: Thu, 17 May 2007 09:46:36 -0700 (PDT) From: Arne "Wörner" <arne_woerner@yahoo.com> To: Henry Vogt <hv@tuebingen.mpg.de>, freebsd-fs@freebsd.org Subject: Re: growfs filesystem size limits ? Message-ID: <560126.97982.qm@web30301.mail.mud.yahoo.com> In-Reply-To: <7DE7C08F-8491-4503-AB77-E5D6A99308DE@tuebingen.mpg.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Henry!
--- Henry Vogt <hv@tuebingen.mpg.de> wrote:
> What are the limits, are they bound to the largest possible bsdlabel
> (i.e unsupported beyond 2^31-1 Sectors) ?
> Is it possible to grow such a filesystem ?
> What am i doing wrong ? Hints appreciated.
>
Yup... In line 1981 of the version 1.5 of
src/sbin/growfs/growfs.c
i c
u_int32_t p_size;
U might want to change it into
u_int64_t p_size;
or
off_t p_size;
and then compile it
(maybe that helps)... :-))
*whoop*whoop*
Use it on a test file system... :-))
I dont guarantee, that it will work... :-))
Do a fsck before and after...
:-)
Bye
Arne
____________________________________________________________________________________Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games.
http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?560126.97982.qm>
