Original question:
Dear SMs,
How do I rebuild the tape device files (/dev/*st*) on our SUNOS 4.1.4 
box?
What would be the equivalent of /usr/sbin/tapes on this release?  I've 
tried 'boot -r', 'reboot -- -r', and also 'touch /reconfigure' but to 
no avail.
Of course I rm'd /dev/*st* in the hope the system would rebuild the 
drivers automagicaly :).
Thanks
Answer:
Use the /dev/MAKEDEV script like:
        # cd /dev
        # ./MAKEDEV st
        or
        # ./MAKEDEV st0	(or st1,...)
Thanks to *
This archive was generated by hypermail 2.1.2 : Fri Sep 28 2001 - 23:11:42 CDT