Hi Jim,<br>For my usb setup, I just put in the below two line into fstab:<br><br><div class="gmail_quote"># update-manager cannot see any space in /tmp when ramfs used<br>tmpfs /tmp tmpfs size=256M,mode=1777 0 0<br>
ramfs /var/log ramfs mode=755 0 0<br><br>Then any program using /tmp gets the benefit of fast ram-based access.<br>I can then add specific links to /tmp, like /var/cache/apt/archives, so my package<br>
downloads for updates don't need to write to the usb flash memory.<br>Ken<br><br></div><br>