Recovering from a corrupt /dev and /devices on Solaris 9 (and presumbily 8 as well) Notes: http://docs.sun.com/db/doc/802-5900/6i9kj7os7?a=view First boot up off of the install cdrom (Solaris 9 1 of 1). ok boot cdrom -s # fsck -y /dev/dsk/c0t0d0s0 # mount /dev/dsk/c0t0d0s0 /mnt # chroot /mnt /usr/sbin/drvconfig # chroot /mnt /usr/sbin/devlinks # chroot /mnt /usr/sbin/disks # chroot /mnt /usr/sbin/tapes # chroot /mnt /usr/sbin/ports # umount /mnt # halt Boot single user to investigate further damage ok boot -s