<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>USB on Michael’s Domain</title><link>https://jeltsch.org/en/tags/usb/</link><description>Recent content in USB on Michael’s Domain</description><generator>Hugo</generator><language>en-us</language><copyright>Copyright © 2002 - 2026 Michael Jeltsch.</copyright><lastBuildDate>Fri, 24 Jul 2026 00:18:18 +0300</lastBuildDate><atom:link href="https://jeltsch.org/en/tags/usb/index.xml" rel="self" type="application/rss+xml"/><item><title>Booting my Lenovo ThinkPad X390 from USB</title><link>https://jeltsch.org/en/usb/</link><pubDate>Sat, 12 Jul 2025 00:00:00 +0000</pubDate><guid>https://jeltsch.org/en/usb/</guid><description>&lt;p&gt;It&amp;rsquo;s sometimes harder than you think to boot a computer from a USB stick. It takes two non-trivial skills to pull it off:&lt;/p&gt;</description></item><item><title>Old Macs and USB support</title><link>https://jeltsch.org/en/old_macs_and_usb_support/</link><pubDate>Tue, 17 Mar 2009 00:00:00 +0000</pubDate><guid>https://jeltsch.org/en/old_macs_and_usb_support/</guid><description>&lt;p&gt;We have a few legacy Macintosh computers at work which are still running different flavours of 
 &lt;a href="http://en.wikipedia.org/wiki/Mac_OS_9" target="_blank" rel="noopener noreferrer nofollow"&gt;MacOS 9&amp;nbsp;






 
 
 
 &lt;svg class="svg-inline--fa fas fa-up-right-from-square fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 512 512" overflow="visible"&gt;&lt;use href="#fas-up-right-from-square"&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/a&gt;
. Although these machines have USB ports, they are mostly non-functional. I think MacOS 9.0 was the first version that supported USB mass storage devices, but apparently support has been shaky until and including version 9.2.2. Apparently the various updates to MacOS 9 mainly addressed the problems with USB (and firewire) support. At least for one of these machines (running MAcOS 9.2.2) I managed to fix the USB support. I removed all non-Apple USB- and firewire-related extensions from the system folder (e.g. some from Lacie). Then I downloaded the 
 &lt;a href="http://docs.info.apple.com/article.html?artnum=75103" target="_blank" rel="noopener noreferrer nofollow"&gt;MacOS 9.1 upgrade&amp;nbsp;






 
 
 
 &lt;svg class="svg-inline--fa fas fa-up-right-from-square fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 512 512" overflow="visible"&gt;&lt;use href="#fas-up-right-from-square"&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/a&gt;
 from Apple and extracted all USB-related extensions using 
 &lt;a href="http://www.versiontracker.com/dyn/moreinfo/macos/4561" target="_blank" rel="noopener noreferrer nofollow"&gt;TomeViewer&amp;nbsp;






 
 
 
 &lt;svg class="svg-inline--fa fas fa-up-right-from-square fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 512 512" overflow="visible"&gt;&lt;use href="#fas-up-right-from-square"&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/a&gt;
 and replaced the existing (9.2.2) extensions by these (9.1) counterparts. After a reboot my (PC-formatted) USB stick was recognized immediately. Here is the list of extensions that I replaced:&lt;/p&gt;</description></item><item><title>Connecting the external hard drive to my computer (Maxtor One Touch 200GB, FireWire &amp; USB 2.0/1.1)</title><link>https://jeltsch.org/en/connecting_the_external_hard_drive_to_my_computer_maxtor_one_touch_200gb_firewire_usb_2_0_1_1/</link><pubDate>Fri, 25 May 2007 00:00:00 +0000</pubDate><guid>https://jeltsch.org/en/connecting_the_external_hard_drive_to_my_computer_maxtor_one_touch_200gb_firewire_usb_2_0_1_1/</guid><description>&lt;p&gt;The hard drive was connected to Redhat9 Linux via firewire and the hard drive had a reiserfs filesystem. It was supposed to be used for backups, but suddenly stopped working (it was not anymore recognized during system startup). Probably that had something to do with the external USB zip drive. Both are apparently visible to the system as SCSI devices and the zip drive might have (via automount) occupied the sda number that was manually added to /etc/fstab to enable the Maxtor hard drive. To check whether everything is OK with the drive itself, I connected it to my work computer. My work computer, however doesn&amp;rsquo;t have a fire wire card, so I had to use the USB port. This shouldn&amp;rsquo;t make any difference as both USB and firewire are somehow treated as SCSI devices.I only edited /etc/fstab adding the following line:&lt;code&gt;/dev/sda1 /mnt/usbhd1 reiserfs defaults 1 2&lt;/code&gt;I first forgot to create the directory /mnt/usbhd1. Thus after restarting the drive was not mounted. I checked with /sbin/fdisk -l and there was the following entry&lt;code&gt;/dev/sda1 Windows 95 (or something like that)&lt;/code&gt;Funnily the resiserfs file system shows as a fat filesystem. I changed the &amp;ldquo;reiserfs&amp;rdquo; entry in /etc/fstab to &amp;ldquo;vfat&amp;rdquo; and created the directory /mnt/usbhd1. During startup there was an error (something like &amp;ldquo;no fat filesystem could be found on the partition&amp;rdquo;). So I changed it back to reiserfs, rebooted and the external drive was mounted during startup without problems.&lt;/p&gt;</description></item><item><title>Rio500 drivers for W98 and W2K under VMware</title><link>https://jeltsch.org/en/rio500_drivers_for_w98_and_w2k_under_vmware/</link><pubDate>Mon, 21 May 2007 00:00:00 +0000</pubDate><guid>https://jeltsch.org/en/rio500_drivers_for_w98_and_w2k_under_vmware/</guid><description>&lt;p&gt;VMware W2K and W98 do not recognize my Rio500. As I run not from a physical disk, I cannot reboot into W2K or W98 and install the driver from there. I checked, however where the drivers go during the install under W98: the driver consists of two files: riousb.inf and RioUSB.sys. The riousb.inf goes to two places: to C:\windows\INF and (under the new name of RioPort.Comriousb.inf) to C:\windows\INF\OTHER. The RioUSB.sys goes to C:\windows\system32\drivers. I couldn&amp;rsquo;t check where W2K puts the drivers, becasue when I tried to start up W2K I got the following error: Cannot find file system32\ntoskrnl.exe. Please reinstall.&lt;/p&gt;</description></item></channel></rss>