Martin Husemann wrote:
On Fri, Aug 01, 2008 at 03:24:20PM +0200, Marcin M. Jessa wrote:How can I enable journaling on an existing FFS partition besides having options WAPBL compiled in my kernel?Be sure to have updated userland. Edit /etc/fstab and replace softdep with log (or add "log"), like: /dev/raid0a / ffs rw,log 0 1 After rebooting "mount" will tell you that log is active: /dev/raid0a on / type ffs (log, local) Martin P.S.: wapbl(8) has more details.
Thanks Martin. Would WAPBL be also available in 4.1 ? Marcin.