Subject: Re: SOFTDEP question
To: Kim Kyung-Hwan <redjade@atropos.snu.ac.kr>
From: Kevin P. Neal <kpneal@pobox.com>
List: netbsd-help
Date: 01/25/2001 09:20:27
On Thu, Jan 25, 2001 at 10:56:07PM +0900, Kim Kyung-Hwan wrote:
> I installed NetBSD 1.5 and enabled SOFTDEP option at kernel build.
> And mount file systems with ffs.
> But I can't find how to enable soft updates.

From the shell:
mount -o softdep /dev/sd0e /mnt

In your fstab:
/dev/sd0e	/mnt		ffs	rw,softdep	1 2

Modify to taste (ie, use the right block device and mount point).
-- 
Kevin P. Neal                                http://www.pobox.com/~kpn/
           On the community of supercomputer fans:
"But what we lack in size we make up for in eccentricity." 
  from Steve Gombosi, comp.sys.super, 31 Jul 2000 11:22:43 -0600