DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Managing the VxFS filesystem

Enhanced data integrity on a VxFS filesystem

To improve performance, most filesystems do not synchronously update data and inode changes to disk. If the system crashes, files that have been updated within the past minute are in danger of losing data.

In addition to the standard mount mode, the VxFS filesystem provides the mincache option. With the mincache=closesync mode, if the system crashes or is switched off, only files that are currently being written can lose data. A mincache=closesync mode filesystem is somewhat slower than a standard mode VxFS filesystem, depending on the workload.

The mincache=closesync mode is useful in desktop environments where users are likely to shut off the power on the machine without halting it first. In this mode, any unlogged changes to the file are flushed to disk when the file is closed.


Next topic: VxFS disk space allocation
Previous topic: Extent-based allocation on a VxFS filesystem

© 2007 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 05 June 2007