Hi!
Recently I have a new migrated system with FreeBSD-10.3. I have three HDD (1x250 GB and 2x320 GB), the first disk content the OS and formatting with SUJ option for bsdinstall.
But, the others disks is formatting manually with this option:
and
My very newbie questions here is:
This activated the SUJ (soft updates + journaling) for UFS or only activated J (journaling)?
Is there a danger of data loss with just apply that option (newfs -j)?
Recommend to format both hard disk again with the correct options (newfs -U -j)?
Reading newfs(8) I found this:
But I don't have a clear idea if I performed the format properly.
Recently I have a new migrated system with FreeBSD-10.3. I have three HDD (1x250 GB and 2x320 GB), the first disk content the OS and formatting with SUJ option for bsdinstall.
But, the others disks is formatting manually with this option:
Code:
newfs -j -L DATOS /dev/ada1p1
and
Code:
newfs -j -L DATOS /dev/ada2p2
My very newbie questions here is:
This activated the SUJ (soft updates + journaling) for UFS or only activated J (journaling)?
Is there a danger of data loss with just apply that option (newfs -j)?
Recommend to format both hard disk again with the correct options (newfs -U -j)?
Reading newfs(8) I found this:
Code:
-j Enable soft updates journaling on the new file system. This flag
is implemented by running the tunefs(8) utility found in the
user's $PATH.
But I don't have a clear idea if I performed the format properly.