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:
- Run
winecfg
- Select the Drives tab.
- Click Add...
- Choose a letter for the drive.
- Click the Browse... button next to where it says Path:
-
Use the
mount
command to find wherever your operating system has mounted the USB flash drive. Insert your USB device and run themount
command. Eject your USB device and run themount
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
Click OK and then click OK again. Now the USB flash drive has been mounted so that Wine can use it.
- Run Universal USB Installer.