Growing GPT UFS partition

Hello,

I'am trying to expand my 3TB volume to 4TB using growfs,
but I get the error: growfs: we are not growing (732421623->439691255)

What I do/did:

Code:
I expanded the volume on the raid-controller

# gpart show da1
  (showed that it was corrupt)
# gpart recover da1
# gpart resize -i 1 da1
# gpart show da1
=>        34  7812497341  da1  GPT  (3.7T)
          34  7812497341    1  freebsd-ufs  (3.7T)
# growfs /dev/da1p1
growfs: we are not growing (732421623->439691255)

Thought that was it, but apparently not :\

Does somebody know what I am doing wrong?
I'am using FreeBSD 9.0-RELEASE
 
Is there any other way that I can expand my filesystem? without the need to reformat?
 
Back
Top