Wer mit woeusb(1) ein Windows-ISO auf einen USB-Stick kopieren möchte, scheitert eventuell mit dem Fehler dd: Schreiben in '/dev/sdX2': Auf dem Gerät ist kein Speicherplatz mehr verfügbar
Fehler ist eine veraltete woeusb-version.
Abhilfe:
aktuelle Version von Github laden: https://github.com/WoeUSB/WoeUSB/releases
wimtools nachinstallieren: sudo apt install wimtools
aktuelle Version ausführen:
sudo bash woeusb-5.2.4.bash --tgt-fs NTFS --device Win10_21H2_German_x64.iso /dev/sdX
Variable Namen sind eigenständig anzupassen.
1) woeusb ist ein Programm um unter Linux ISO-Dateien bootfähig auf einen USB-Stick zu kopieren.
If you want to copy a Windows ISO to a USB stick with woeusb(1), you may fail with the error dd: Write to ‚/dev/sdX2‘: There is no more space available on the device.
The error is due to an outdated woeusb version.
Workaround:
1. download current version from Github: https://github.com/WoeUSB/WoeUSB/releases
2. install wimtools: sudo apt install wimtools
3. run current version:
sudo bash woeusb-5.2.4.bash --tgt-fs NTFS --device Win10_21H2_German_x64.iso /dev/sdX
Variable names are to be adapted independently.
1) woeusb is a program to copy ISO files bootable to a USB stick under Linux.