Disk 100% busy

Wilko Bulte wb at freebie.xs4all.nl
Mon Oct 17 14:32:56 PDT 2005


On Mon, Oct 17, 2005 at 05:21:10PM -0400, Mike Jakubik wrote..
> On Sun, October 16, 2005 1:53 pm, Will Saxon wrote:
> 
> > I completely forgot that I had the partition mounted 'sync'. That might
> > explain things a bit, huh.
> 
> Do NOT mount the partition async, you are asking for filesystem corruption.

async is the other extreme end of the spectrum from sync..

async   All I/O to the file system should be done asynchronously.
                     This is a dangerous flag to set, and should not be used
                     unless you are prepared to recreate the file system
                     should your system crash.

noasync
                     Metadata I/O should be done synchronously, while data I/O
                     should be done asynchronously.  This is the default.

sync    	     All I/O to the file system should be done synchronously.



-- 
Wilko Bulte				wilko at FreeBSD.org


More information about the freebsd-stable mailing list