Messages in this thread |  | | From | Keith Owens <> | Subject | Re: autoload scsi1 on access of /dev/sdc1 | Date | Sun, 20 Aug 2000 19:29:12 -0700 |
| |
On Sun, 20 Aug 2000 19:07:52 -0700, Stephen Williams <steve@icarus.com> wrote: >Nope, not quite. As you see, sda and sdb are already mounted. If I try to >mount /dev/sdc1 (which is connected to the second scsi host adapter) I >get no joy. If I load the aic7xxx module, sdc appears and I can mount it. >[root@icarus steve]# mount /dev/sdc1 /mnt/pd >mount: /dev/sdc1 is not a valid block device
At the risk of stating the obvious, this is one of the problems that devfs was designed to solve. man devfsd, see LOOKUP. This will probably do the job.
/etc/devfsd.conf LOOKUP sdc1 MODPROBE
/etc/modules.conf alias /dev/sdc1 aic7xxx
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |