3.5" FD
    Aryeh M. Weiss 
    aryeh at eddie.mit.edu
       
    Wed Feb 27 01:33:32 AEST 1991
    
    
  
In article <9ooXX3w161w at nstar.rn.com> tbissett at nstar.rn.com (Travis Bissett) writes:
>But I seem to be missing something such as /dev/fd1135ds9 and 
>/dev/fd1135ds18. I'm trying to beat the tar :-) out of my distribution 
Please see fd(HW), mknod(C), and mkdev(ADM).  Essentially the commands
to create the device nodes are:
	mknod /dev/fd1135ds9 b 2 37
	mknod /dev/fd1135ds18 b 2 61
	mknod /dev/rfd1135ds9 c 2 37
	mknod /dev/rfd1135ds18 c 2 61
The meaning of the minor device numbers is explained in fd(HW).
    
    
More information about the Comp.unix.xenix.sco
mailing list