RE: [Linux-usb-users] Another dumb question

2005-12-16 Thread Stephen Beaver
x-usb-users@lists.sourceforge.net Subject: Re: [Linux-usb-users] Another dumb question On Fri, 16 Dec 2005, Stephen Beaver wrote: > Please indulge me and tell me what I am doing wrong here: > > Kernel v 2.4.21 (I can't upgrade it, I have 6500 devices in the field and > that would b

Re: [Linux-usb-users] Another dumb question

2005-12-16 Thread Alan Stern
On Fri, 16 Dec 2005, Stephen Beaver wrote: > Please indulge me and tell me what I am doing wrong here: > > Kernel v 2.4.21 (I can't upgrade it, I have 6500 devices in the field and > that would be prohibitive) > > In rc.sysinit, I do > > mknod /dev/sda1 b 8 1 > > When I plug in a usb memory st

[Linux-usb-users] Another dumb question

2005-12-16 Thread Stephen Beaver
Please indulge me and tell me what I am doing wrong here: Kernel v 2.4.21 (I can't upgrade it, I have 6500 devices in the field and that would be prohibitive) In rc.sysinit, I do mknod /dev/sda1 b 8 1 When I plug in a usb memory stick, I can mount it by doing Mount -t vfat /dev/sda1 /mnt/memst