Date: Thu, 17 May 2007 13:21:49 -0700 (PDT) From: Arne "Wörner" <arne_woerner@yahoo.com> To: Henry Vogt <hv@tuebingen.mpg.de> Cc: freebsd-fs@freebsd.org Subject: Re: growfs filesystem size limits ? Message-ID: <188842.96824.qm@web30312.mail.mud.yahoo.com> In-Reply-To: <5A599F41-5F08-49BF-9902-1365629D717C@tuebingen.mpg.de>
next in thread | previous in thread | raw e-mail | index | archive | help
--- Henry Vogt <hv@tuebingen.mpg.de> wrote: > Thanks for the tip. I've changed the appropriate lines (including > where referenced as u_int64_t) and compiled. > What do u mean with "referenced as u_int64_t"? There was just one line to change, I think... > growfs da1p1 > ... > new file systemsize is: 3662108143 frags > Warning: 60028 sector(s) cannot be allocated. > growfs: not enough new space > > Any further ideas ? > 1. backup & newfs & restore :-) 2. Change line 2231 from errx(1, "not enough new space"); to errx(1, "not enough new space (II) (%jd->%jd)", (intmax_t)osblock.fs_size, (intmax_t)sblock.fs_size); -Arne ____________________________________________________________________________________Got a little couch potato? Check out fun summer activities for kids. http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?188842.96824.qm>