Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!yale!think.com!snorkelwacker.mit.edu!mit-eddie!aryeh From: aryeh@eddie.mit.edu (Aryeh M. Weiss) Newsgroups: comp.unix.xenix.sco Subject: Re: Setup - recognize 3 1/2 drive Keywords: floppy setup Message-ID: <1990Nov15.230440.5391@eddie.mit.edu> Date: 15 Nov 90 23:04:40 GMT References: <1990Nov12.234521.3394@csvax.cs.ukans.edu> Reply-To: aryeh@eddie.MIT.EDU (Aryeh M. Weiss) Organization: MIT EE/CS Computer Facilities, Cambridge, MA Lines: 30 In article <1990Nov12.234521.3394@csvax.cs.ukans.edu> mckinley@csvax.cs.ukans.edu writes: >I have installed SCO Xenix 2.3.2 on a i386 before and had it >recognize the alternate floppy (1) as being a 3 1/2 high >density drive, but cannot repeat what I did. Can anybody clue >me in on how to tell the OS about the other drive's type? >-- >---------------------------------------------------------------- >Chuck McKinley mckinley@csvax.cs.ukans.edu There are two things: (1) you must enter the info into your cmos and reboot. This can be done via the cmos(HW) command. CMOS byte location 0x10 is the floppy disk setup the high-order 4-bits (nybble) is the first (A:) drive and the low-order is the second (B:). Say cmos 0x10 to view the floppy byte. You can change the value via cmos 0x10 0x24 which would set the floppy configuration for the A: drive to 5.25 high density and B: to 3.5 high density. The nybble values are: 0=no drive, 1=5.25 low density, 2=5.25 high, 3=3.5 low, 4=3.5 high. Then reboot the system. (2) you must use the /dev/fd1135ds18 device. Check /etc/default/tar and /etc/default/msdos for the default drives used for tar and dos commands. You can link (via ln) various names to these devices. --