Path: utzoo!mnetor!uunet!lll-winken!lll-tis!ames!ncar!gatech!udel!rochester!rutgers!topaz.rutgers.edu!ron From: ron@topaz.rutgers.edu (Ron Natalie) Newsgroups: comp.unix.wizards Subject: Re: 4.3 BSD VAX 11/750 does not seem to sync its disks. Message-ID: Date: 3 Apr 88 00:00:20 GMT References: <271@usfvax1.UUCP> Organization: The Office of Mismanagement and Bean Counting Lines: 7 Keywords: Sync, In core inodes, etc. Don't run fsck on mounted and busy file systems. You'll destroy things in progress. Generally, one should never run FSCK on a mounted filesystem at all (except for the root which you have no choice). There are several causes of unreferenced files that are still in use, pipes, and certain programs will create them. Blowing them away with an FSCK is a BAD idea. -Ron