From: Uli Allgeier (uli@izfm.uni-stuttgart.de)
Date: 08/09/93


From: uli@izfm.uni-stuttgart.de (Uli Allgeier)
Subject: Summary: Installation on 3rd SCSI-Drive
Date: Mon, 9 Aug 1993 15:27:54 GMT

Hi!

Thanks to all for responding.

I asked:
>>I am using an Adaptec 1542 SCSI-Controller and a Syquest SQ310 removable
>>disk (105MB) configured as third drive. The first and second drives are
>>harddisks. I can't change this order because it is required under DOS.
>>How can I install LINUX (SLS-package) on the third drive (removable disk) ?
>>/dev/sdc is not available during installation. Only sda and sdb are
>>available during installation.

Solution:

mknod /dev/sdc b 8 32
mknod /dev/sdc1 b 8 33
mknod /dev/sdc2 b 8 34

Now it works.

Viele Gruesse

Uli