Thank you Matt,

On my mandrake system it was actually sd_mod.o.  For some reason, all the 
other modules load automagically.  But the sd_mod does not when I plug it in. 
 My next project is to figure out how to have it load as well.

for reference on Mandrake 8.1 with Castlweood Orb USB drive:
modprobe usb-storage        # if not loaded
modprobe sd_mod               # This was the key
mount /dev/sda5                  # << This was actually created at install
                                              # and could be different on 
                                              # other dists/installs

# Remove and insert new disk:
umount /dev/sda5            
# Remove and put in new disk
mount /dev/sda5

Works like a charm

On Friday 26 October 2001 02:10 am, Matthew Dharm wrote:
> Load sd.o
>
> Matt
>
> On Fri, Oct 26, 2001 at 12:15:07AM -0400, Chris Kratz wrote:
> >...

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to