Difficulty getting "Universal USB Installer" to work in WINE

Solution 1:

Wine supports USB flash drives. To mount a USB flash drive so that Wine can use it, follow these steps:

  1. Run winecfg
  2. Select the Drives tab.
  3. Click Add...
  4. Choose a letter for the drive.
  5. Click the Browse... button next to where it says Path:
  6. Use the mount command to find wherever your operating system has mounted the USB flash drive. Insert your USB device and run the mount command. Eject your USB device and run the mount command again. Compare the first and the second mount runs. Detect one additional line in the second run. The additional line should be something like:

    /dev/sdd on /media/your-username/USB2DISK type vfat (rw,nosuid,nodev,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf8=1,showexec,flush,uhelper=udisks2)  
    

    In this example the mount point of the USB drive is:

    /media/your-username/USB2DISK  
    
  7. Click OK and then click OK again. Now the USB flash drive has been mounted so that Wine can use it.

  8. Run Universal USB Installer.