Subject: Re: /dev/sd0h: file system not clean (fs_flags=1); please fsck(8)
To: Erik E. Fair <fair@clock.org>
From: Frederick Bruckman <fredb@fb.sa.enteract.com>
List: tech-kern
Date: 07/23/1998 09:32:06
On Wed, 22 Jul 1998, Erik E. Fair wrote:

> sd0h on my Sun 3/60 (24 MB RAM, running -current) is /usr/src
> 
> In an effort to make sure that BSDOBJDIR is working correctly, after I sup,
> I update the mount options to make /usr/src "read only"; when I do that, I
> get the diagnostic in the subject line. This diagnostic apparently comes
> from line 286 of /usr/src/sys/ufs/ffs/ffs_vfsops.c

How do you do that? I just did a 

	sync
	mount -ur /mnt/1

and then
	
	fsck -n /mnt/1
says

	** /dev/rsd1a (NO WRITE)
	** File system is clean; not checking

and then remounted it read/write. No errors displayed.