Automounting PPA module

From: Borax Man (dlj_at_onepeoplesproject.com)
Date: 11/06/04


Date: Sat, 06 Nov 2004 11:34:33 +0000

I've purchased a USB and configured my kernel to use the device.

My Iomega Zip drive used to be /dev/sda and the ppa module would mount
automatically with the following line in /etc/modules.com
alias block-major-8 ppa
Now, my USB key is /dev/sda and my Zip Drive is /dev/sdb

Problem is, the ppa modules doesn't automatically load.

I changed the line to read
alias block-major-16 ppa
but alas, it still doesn't work..

Am I missing something?

Any help appreciated.