Ffs

From Hackepedia
Revision as of 12:39, 27 October 2005 by Frankk (talk | contribs) (I don't think we want to link to articles that cost money..)
Jump to navigationJump to search

A fast filesystem for UNIX.

You will want to check out soft-updates if you have ffs, and most likely install it on all partitions except /:

$ less -XF /usr/src/sys/contrib/softupdates/README

To see if you have soft-updates enabled:

$ mount 
/dev/ad0s1a on / (ufs, local)
devfs on /dev (devfs, local)
/dev/ad0s1g on /backup (ufs, local, soft-updates)
/dev/ad0s1e on /tmp (ufs, local, soft-updates)
/dev/ad0s1f on /usr (ufs, local, soft-updates)
/dev/ad0s1d on /var (ufs, local, soft-updates)