On Sat, Dec 14, 2002 at 02:19:30PM -0500, Bob Hilliard wrote: > How can devfsd be removed safely? I have purged the package, > cleaned out /dev and reconstructed the device files with `MAKEDEV > generic', but the partition is then unbootable. On boot, fsck > reports: "fsck.ext3: No such file or directory while trying to open > /dev/hda6". > > To recover, I have booted another partition, mounted hda6 on > /mnt, chrooted into hda6 and re-installed devfsd. This is > reproducible - I have done it three times.
Are you still running the same kernel as before? If so, it's probably still mounting devfs at boot, and since devfsd isn't around to set up symlinks /dev/hda6 doesn't exist. Try passing "devfs=nomount" as a kernel argument when you reboot. If that solves the problem add this parameter to lilo.conf or GRUB's menu.list, or in your loadlin config. HTH, -- Nathan Norman - Incanus Networking mailto:[EMAIL PROTECTED] Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. -- Plato -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]