growfs filesystem size limits ?

Arne Wörner arne_woerner at yahoo.com
Thu May 17 20:21:50 UTC 2007


--- Henry Vogt <hv at 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 


More information about the freebsd-fs mailing list