Subject: Re: osetre{uid,gid} called by root return EPERM?
To: Jonathan Stone <jonathan@DSG.Stanford.EDU>
From: Chris G. Demetriou <cgd@alpha.bostic.com>
List: port-pmax
Date: 08/23/1994 10:56:33
> Chri writes:
> >the problem is not with mounting the FS read-write.  if fsck
> >makes this modification to the superblock, and the modification
> >gets written out, then a future _fsck_ might fail...
> 
> Um. But if NetBSD isn't  meant to be mounting 4.2 ffs filesystems
> with "fixed" read-write, then its fsck shouldn't be writing back
> modified superblocks to unconverted to 4.2 ffs filesystems.
> Should it?

fsck should be doing whatever it normally does.  If you don't
want fsck mucking with your file systems:
	(1) don't run fsck,
	(2) run fsck -n
	(3) run it, and be very selective with your answers to its
		questions.

If you're not mounting the file system read-write, then you probably
don't need to fsck it at all!


cgd

------------------------------------------------------------------------------