Untitled Document
|
Turning On Soft Updates
|
FreeBSD 4.6-RELEASE
The Digitalpimp Collection
Ben Pfountz
November 4, 2002
|
Note: the / partition should not use softupdates, because softupdates can delay
the deletion of files in temp directories, such as /tmp or /var/tmp, which could
cause problems with filesystems filling up temporarily. The notes below enable
softupdates on the root partition.
- shutdown now
- umount -a
- mount -ur /
- tunefs -n enable
/
- tunefs -n enable
/tmp
- tunefs -n enable
/var
- tunefs -n enable
/usr
- tunefs -n enable
/mnt/data
- ^D
|