[K12OSN] anyone have usb/pen drives working?

Huck dhuckaby at paasda.org
Mon Apr 11 15:03:18 UTC 2005


[root at ltsp rc.d]# cat usbstart
#!/bin/bash

#
# First, since floppyd runs as nobody, make /tmp world accessible.
#

chmod 777 /tmp
mkdir /tmp/dev
chmod 777 /tmp/dev

#
# Second, probe for the floppy
#
#modprobe scsi_mod
#modprobe sg
modprobe usb-storage

#
# Third, make the floppy world accessible.
#
mknod /tmp/dev/sdb b 8 0
mknod /tmp/dev/sdb1 b 8 1
chmod 666 /tmp/dev/sd*

#
# Finally, start floppyd.
#

floppyd -d /tmp/dev/sdb1


that is the script from /opt/ltsp/i386/etc/rc.d directory file 'usbstart'...

--Huck

Barry R Cisna wrote:
> Hello List,
> 
>     Does anyone have a good /surefire fix,,for using usb/pen drives on
> K12LTSP 4.2.0?
>     Id like to use this ,along with floppy access ,as well, just to keep
> everyone,in the school happy.
> 
>     I did have usbdrives, working on 4.1.1 a few moons ago but updtaed all
> servers to 4.2.0 and now,I cant get usb /pen drives to see MtoolsFM,,utilty?
> Don't knwo why,,either:(..
> 
>     Any recipes,,for a fix to this?
> 
>     Thanks,,
> 
>     Barry CIsna
> RR1 Box 213
> Gladstone, IL 61437
> 
> brcisna at frontiernet.net
> 
> _______________________________________________
> K12OSN mailing list
> K12OSN at redhat.com
> https://www.redhat.com/mailman/listinfo/k12osn
> For more info see <http://www.k12os.org>
> 
> 




More information about the K12OSN mailing list