From owner-freebsd-questions Sun Mar 23 14:55:35 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA04668 for questions-outgoing; Sun, 23 Mar 1997 14:55:35 -0800 (PST) Received: from train.tgci.com ([205.185.169.3]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id OAA04660 for ; Sun, 23 Mar 1997 14:55:31 -0800 (PST) Received: from emilyd ([206.250.85.68]) by train.tgci.com (8.6.12/8.6.9) with SMTP id PAA23405; Sun, 23 Mar 1997 15:07:02 -0800 Message-Id: <199703232307.PAA23405@train.tgci.com> Comments: Authenticated sender is From: "Riley J. McIntire" To: dmaddox@scsn.net Date: Sun, 23 Mar 1997 14:54:43 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Bad file descriptor in security check output Reply-to: chaos@tgci.com CC: questions@freebsd.org Priority: normal X-mailer: Pegasus Mail for Win32 (v2.42a) Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk That did it! umount -a I forgot to mention that I tried to umount /dev/wd0 and got a device busy error. Why was that? Anyway thanks again everyone for the help! Cheers, Riley > From: "Donald J. Maddox" > Subject: Re: Bad file descriptor in security check output > To: chaos@tgci.com > Date: Sun, 23 Mar 1997 17:25:15 -0500 (EST) > Reply-to: dmaddox@scsn.net > > > You need to do this in single-user mode... The 'schg' flag cannot > > > be overridden even by root in multi-user mode. > > > > > > > > > Donald J. Maddox > > > (dmaddox@scsn.net) > > > > > > Ok, went to single user (I've done most of the above in this mode, > > but just to double check) and did the following: > > > > in /usr/lost+found > > > > chflags noschg * > > > > then did a fsck and rebooted--regained a couple files that had disappear earlier. > > > > Tried rm -i '#'* which got rid of the resurrected files and left the > > problem files > > > > Did ls -i, got inodes and clri /dev/wd0s2f nnnnn > > > > Got device busy error. > ^^^^^^^^^^^^^^^^^^^^^ > You need to unmount the drive --- `umount -a` > > Looks like you're on the right track... I would just > suggest that you repeat *all* of this in single-user mode > with the drives unmounted. > > I know how frustrating this kind of thing can be, and it's > not easy to trouble-shoot via email either. Good luck :-) > > > > > clri /dev/wd0 nnnnn got this error: > > > > /dev/wd0 superblock magic number 0xce0039, not 0x11954 > > > > I do appreciate the help--this isn't (apparently) really critical, > > but I'd really like to resolve it one way or another. > > > > Cheers, > > > > Riley > > > > -- > > > Donald J. Maddox > (dmaddox@scsn.net) > > >