I had a similar issue but it was caused by an update to the fuse package.  I re-added all users to the fuse group and then also made certain that dns was set to use host first  so that the thin clients were able to resolve their names.  
<br><br>check the size that is reported for the thumb drive.  In my case, it was reporting the size of the system's hard drive indicating that the drive was not actually mounted properly.  What was happening in that case is that the file was being copied to the $HOME/Drives/thumbdrive-directory-mount-point and not to the actual drive which would explain why you can't see the contents of the drive itself.
<br><br>You could also try use a dns reservation for a client just to determine if that results in the client 'knowing' its name.<br><br>Sincerely,<br>Dave Hopkins<br><br><br><div><span class="gmail_quote">On 3/14/07, 
<b class="gmail_sendername">k12ltsp</b> <<a href="mailto:k12ltsp@hermon.net">k12ltsp@hermon.net</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi everyone,<br><br>We are having a strange issue with USB files not displaying when students<br>bring in their Thumbdrives and connect it to the terminals. It stopped<br>working as of March, leaving me to suspect that an update caused the issue.
<br><br>The behavior is strange. When a student connects a thumbdrive into the<br>terminal, it actually mounts! However, they can't see any of the contents<br>that are presently on the drive.<br><br>Here's the strange part, they can actually write to the thumbdrive,
<br>meaning, create new files and save them. Files created when mounted to the<br>terminal will become visible again if the thumbdrive is unplugged and<br>plugged back in. HOWEVER, as explaned above, any files that have been
<br>written on the thumbdrive elsewhere are NOT visible.<br><br>This makes it hard for students to bring in their homework created on<br>their personal machines into the school.<br><br>I have gone through the troubleshooting steps using the USB wiki on the
<br>LTSP website, and couldn't pass Step 4. Perhaps our problem is here? How<br>can I get the workstation to know the hostname?<br><br>Step 1: Disable X.<br><br>N/A. Have shell loaded on second screen. Switched to second screen.
<br><br>Step 2: Determine Version Number.<br><br>Output is 4.2 Update 3.<br><br>Step 3:<br><br>On workstation, lbuscd confirmed running. /tmp/drives/ shows a folder<br>representing the thumbdrive inside.<br><br>Step 4:<br>
<br>hostname returns the output = (none). I suspect this may be our problem. I<br>have however followed the steps in the installation section by adding the<br>line "get-lease-hostnames         true;" to the dhcpd-k12ltsp.conf
 file,<br>but it made no difference after restarting dhcpd and rebooting the<br>terminal. The dhcpd-k12ltsp.conf file at the part where I entered this<br>line is below.<br><br>get-lease-hostnames         true;<br><br>shared-network WORKSTATIONS {
<br>  subnet <a href="http://192.168.0.0">192.168.0.0</a> netmask <a href="http://255.255.255.0">255.255.255.0</a> {<br>     range dynamic-bootp <a href="http://192.168.0.100">192.168.0.100</a> <a href="http://192.168.0.253">
192.168.0.253</a>;<br>     use-host-decl-names       on;<br>     option log-servers        <a href="http://192.168.0.254">192.168.0.254</a>;<br>     get-lease-hostnames         true;<br><br><br>_______________________________________________
<br>K12OSN mailing list<br><a href="mailto:K12OSN@redhat.com">K12OSN@redhat.com</a><br><a href="https://www.redhat.com/mailman/listinfo/k12osn">https://www.redhat.com/mailman/listinfo/k12osn</a><br>For more info see <<a href="http://www.k12os.org">
http://www.k12os.org</a>><br></blockquote></div><br>