Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Apr 1996 12:09:02 -0500 (EST)
From:      Rashid  Karimov <rashid@rk.ios.com>
To:        jeff@stat.uconn.edu (Jeffrey M. Metcalf)
Cc:        questions@FreeBSD.org
Subject:   Re: Need serious help with filesystem
Message-ID:  <199604011709.MAA20146@rk.ios.com>
In-Reply-To: <9603312208.AA09616@ruddles.stat.uconn.edu> from "Jeffrey M. Metcalf" at Mar 31, 96 05:08:10 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> Hello,
> 
> The was an accident and I had to remake all my devices using
> 
> sh MAKEDEV all
> 
> When I went to reboot,the partitions
> 
> /dev/wd0s2e
> 
> and 
> 
> /dev/wd0s2f
> 
> could not be found.  The nodes were apparently not made when I did
> the sh MAKEDEV all.  When I try to remake them after entering single
> user mode ( the / filesystem is mounted OK), I get 
> 
> read-only filesystem.

	Go into single user, do "mount -uw /" to remount root 
	in read-write , then "cd /dev", "./MAKEDEV wd0s2e" - this
	one will rebuild partition entries block/raw devices for
	second slice on wd0 .

	Then I would recommend fsck on those two (e and f) partitions.

> 
> I have hours of work logged on building this system.  I hope I can fix it
> without reinstalling everything.  
> 
> Thank You,
> 
> JM
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604011709.MAA20146>