Date: Mon, 11 Feb 2008 14:46:16 +0100 (CET) From: "no@spam@mgEDV.net" <nospam@mgedv.net> To: freebsd-questions@freebsd.org Subject: re: strange panic: freebsd 6.3: ffs_alloccg: map corrupted [SOLVED] Message-ID: <7bb1a6effe580a0642ad575af01f0aaf95816333@standard.lan>
next in thread | raw e-mail | index | archive | help
> during copying ~350GB from one volume to another on > the local machine (separate disks, separate fs's) i > get the following panic: > start = 0, len = 23691, fs = /newdata > panic: ffs_alloccg: map corrupted > KDB: enter: panic > [ thread pid 835 tid 10070 ] > stopped at kdb_enter +0x2c: leave for those, who are interested in: this issue was not related to UFS but to GELI. we were trying to use a 8KB sector size on the geli provider, which caused the panic. using 4KB as sector size works. the command before: geli init -bP -e 3DES -K /my/test.key -s 8192 /dev/da0 and after: geli init -bP -e 3DES -K /my/test.key -s 4096 /dev/da0 cheers...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7bb1a6effe580a0642ad575af01f0aaf95816333>