*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->FreeBSD man pages -> syncer (4)              
Title
Content
Arch
Section
 

SYNCER(4)

Contents


NAME    [Toc]    [Back]

     syncer -- file system synchronizer kernel process

SYNOPSIS    [Toc]    [Back]

     syncer

DESCRIPTION    [Toc]    [Back]

     The syncer kernel process helps protect the integrity of disk volumes by
     flushing volatile cached file system data to disk.

     The kernel places all vnode(9)'s in a number of queues.  The syncer
     process works through the queues in a round-robin fashion, usually processing
 one queue per second.  For each vnode(9) on that queue, the
     syncer process forces a write out to disk of its dirty buffers.

     The usual delay between the time buffers are dirtied and the time they
     are synced is controlled by the following sysctl(8) tunable variables:

     Variable	      Default	   Description
     kern.filedelay   30	   time to delay syncing files
     kern.dirdelay    29	   time to delay syncing directories
     kern.metadelay   28	   time to delay syncing metadata

SEE ALSO    [Toc]    [Back]

      
      
     sync(2), fsck(8), sync(8), sysctl(8)

HISTORY    [Toc]    [Back]

     The syncer process is a descendant of the `update' command, which
     appeared in Version 6 AT&T UNIX, and was usually started by /etc/rc when
     the system went multi-user.  A kernel initiated `update' process first
     appeared in FreeBSD 2.0.

BUGS    [Toc]    [Back]

     It is possible on some systems that a sync(2) occurring simultaneously
     with a crash may cause file system damage.  See fsck(8).


FreeBSD 5.2.1			 July 14, 2000			 FreeBSD 5.2.1
[ Back ]
 Similar pages
Name OS Title
sizer Tru64 Displays information about the system or kernel, or creates a system configuration file
procfs FreeBSD process file system
mount_procfs OpenBSD mount the process file system
linprocfs FreeBSD Linux process file system
VFS_CHECKEXP NetBSD kernel file system interface
vfs_rootmountalloc NetBSD kernel file system interface
vfsops NetBSD kernel file system interface
VFS_FHTOVP NetBSD kernel file system interface
VFS_VGET NetBSD kernel file system interface
VFS_VPTOFH NetBSD kernel file system interface
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service