Hey all! 
I discovered that my root filesystem is not journaling. Can I convert a root UFS filesystem adding journal support? Or is there a "hack" to do this? Another thing: creating a new filesystem (to anotherfreebsd FreeBSD machine) what options do I do?
How does UFS support a power crash?
Thanks!
Pol

I discovered that my root filesystem is not journaling. Can I convert a root UFS filesystem adding journal support? Or is there a "hack" to do this? Another thing: creating a new filesystem (to another
# newfs -J -U -L data /dev/ada1p0
How does UFS support a power crash?
Thanks!
Pol