<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>Message</TITLE>

<META content="MSHTML 6.00.2800.1400" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=580392323-21062004><FONT face="Comic Sans MS">Gideon from 
Symbio Technologies (<A 
href="http://www.symbio-technologies.com">www.symbio-technologies.com</A>) 
kindly sent me this solution for the USB jump drive support on 
clients!</FONT></SPAN></DIV>
<DIV><SPAN class=580392323-21062004><FONT 
face="Comic Sans MS"></FONT></SPAN> </DIV>
<DIV><SPAN class=580392323-21062004><FONT size=2>
<P><FONT face="Comic Sans MS">Huck-</FONT></P>
<P><FONT face="Comic Sans MS">Saw your post about flash drives. If you put the 
attached file in: /opt/ltsp/i386/etc/rc.d/ Then specify "RCFILE_02=usbdrived" in 
your lts.conf </FONT></P>
<P><FONT face="Comic Sans MS">(along with "RCFILE_01=usb"), you should have 
working flash drives through the MToolsFM application the next time you reboot 
the thin client.</FONT></P>
<P><SPAN class=580392323-21062004><FONT face="Comic Sans MS" size=3>Script from 
attached file is as follows:</FONT></SPAN></P>
<P><SPAN class=580392323-21062004><FONT face="Comic Sans MS" 
size=3>#------------------------------------------------------------------------------------------</FONT></SPAN></P></FONT></SPAN></DIV>
<DIV><SPAN class=580392323-21062004><FONT 
face="Clarendon Lt BT">#!/bin/bash</FONT></SPAN></DIV>
<DIV> </DIV>
<DIV><SPAN class=580392323-21062004><FONT face="Clarendon Lt BT">#<BR># First, 
since floppyd runs as nobody, make /tmp world 
accessible.<BR>#</FONT></SPAN></DIV>
<DIV><FONT face="Clarendon Lt BT"></FONT> </DIV>
<DIV><SPAN class=580392323-21062004><FONT face="Clarendon Lt BT">chmod 777 
/tmp<BR>mkdir /tmp/dev<BR>chmod 777 /tmp/dev</FONT></SPAN></DIV>
<DIV> </DIV>
<DIV><SPAN class=580392323-21062004><FONT face="Clarendon Lt BT">#<BR># Second, 
probe for the floppy<BR>#<BR>#modprobe scsi_mod<BR>#modprobe sg<BR>modprobe 
usb-storage</FONT></SPAN></DIV>
<DIV> </DIV>
<DIV><SPAN class=580392323-21062004><FONT face="Clarendon Lt BT">#<BR># Third, 
make the floppy world accessible.<BR>#<BR>mknod /tmp/dev/sda b 8 0<BR>mknod 
/tmp/dev/sda1 b 8 1<BR>chmod 666 /tmp/dev/sd*</FONT></SPAN></DIV>
<DIV> </DIV>
<DIV><SPAN class=580392323-21062004><FONT face="Clarendon Lt BT">#<BR># Finally, 
start floppyd.<BR>#</FONT></SPAN></DIV>
<DIV> </DIV>
<DIV><SPAN class=580392323-21062004><FONT face="Clarendon Lt BT">floppyd -d 
/tmp/dev/sda1</FONT></SPAN></DIV>
<DIV><SPAN class=580392323-21062004><FONT 
face="Clarendon Lt BT"></FONT></SPAN> </DIV>
<DIV><SPAN class=580392323-21062004><FONT 
face="Comic Sans MS">#-------------------------------------------------------------------------------------------</FONT></SPAN></DIV>
<DIV><SPAN class=580392323-21062004><FONT 
face="Comic Sans MS"></FONT></SPAN> </DIV>
<DIV><SPAN class=580392323-21062004><FONT face="Comic Sans MS">the only change I 
had to make was changing 'sda & sda1' to 'sdb and sdb1' 
respectively, as my server runs scsi and 'sda1' was already occupied 
=)</FONT></SPAN></DIV>
<DIV><SPAN class=580392323-21062004><FONT 
face="Comic Sans MS"></FONT></SPAN> </DIV>
<DIV><SPAN class=580392323-21062004><FONT face="Comic Sans MS">I've not fiddled 
with Wiki enough to add/submit this to the USB technical doc already there, 
but Gideon gave permission if someone would like.</FONT></SPAN></DIV>
<DIV><SPAN class=580392323-21062004><FONT face="Comic Sans MS">This will 
save thousands of floppies world-wide I'm 
sure!</FONT> </SPAN></DIV>
<DIV><SPAN class=580392323-21062004><FONT 
face="Comic Sans MS"></FONT></SPAN> </DIV>
<DIV><SPAN class=580392323-21062004><FONT face="Comic Sans MS">Free from the 
bondage of floppies!!!</FONT></SPAN></DIV>
<DIV><SPAN class=580392323-21062004><FONT 
face="Comic Sans MS"></FONT></SPAN> </DIV>
<DIV><SPAN class=580392323-21062004><FONT 
face="Comic Sans MS">--Huck</FONT></SPAN></DIV></BODY></HTML>