From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrey mirtchovski To: 9fans@cse.psu.edu Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [9fans] gave up on devfs Date: Wed, 16 Jul 2003 23:52:25 -0600 Topicbox-Message-UUID: f96947b8-eacb-11e9-9e20-41e7f4b1d025 Finally gave up on devfs -- will think of another way of making sure my file server survives a disk crash (I'm open to suggestions). I booted a kernel that doesn't use devfs and the problem with deleting files went away. Unfortunately not before it caused some general mayhem and corruption: plan9% pwd /usr/andrey/font/efont plan9% f | wc -l 851 plan9% ls b12_bi b16 b24_b plan9% cd b16 plan9% ls b16.81F7-8202 plan9% rm * rm: b16.81F7-8202: 'b16.81F7-8202' corrupted file entry plan9% I can't delete those, tried even 'remove' on the fossil console. can't copy anything over them ('file already exists') either. I don't think I've had a file system screwed that badly since I removed /usr on a FreeBSD system when I was a toddler. Good thing is, all those terrible crashes didn't corrupt any other data and the machine still stands (sans devfs :) andrey