On Wed, 27 Jan 1999, David C. Hoos, Sr. wrote:
david.> When I tried to mount the drive (containing a Windoze ZIP disk)
david.> with the command
david.> mount -t vfat /dev/sda4 /zip
david.> I received the response:
david.>
david.> mount: the kernel does not recognize /dev/sda4 as a block device
david.> (maybe `insmod driver'?)
You need to load the SCSI Disk driver, sd.o:
/sbin/modprobe sd
I believe you can put this in /etc/conf.modules:
alias scsi_hostadapter aic7xxx
and the drivers will load automatically when you access /dev/sda4,
but I haven't tested this in a while.
Charles R. Anderson
http://angus.ind.wpi.edu/~cra/
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]