**erlangen:/home/karl/Downloads #** woeusb --target-filesystem NTFS --device Win11_German_x64v1.iso /dev/sda
WoeUSB v5.2.4
==============================
Info: Mounting source filesystem...
Info: Wiping all existing partition table and filesystem signatures in /dev/sda...
/dev/sda: 2 bytes were erased at offset 0x000001fe (dos): 55 aa
/dev/sda: calling ioctl to re-read partition table: Success
Info: Ensure that /dev/sda is really wiped...
Info: Creating new partition table on /dev/sda...
Info: Creating target partition...
Info: Making system realize that partition table has changed...
Info: Wait 3 seconds for block device nodes to populate...
Cluster size has been automatically set to 4096 bytes.
Creating NTFS volume structures.
mkntfs completed successfully. Have a nice day.
--2022-08-28 22:47:26-- https://cdn.jsdelivr.net/gh/pbatard/rufus@b30e3b387a3ca7a5e2fddebcc2c8f9538a89b868/res/uefi/uefi-ntfs.img
Resolving cdn.jsdelivr.net (cdn.jsdelivr.net)... 2606:4700::6810:5714, 2606:4700::6810:5814, 2606:4700::6810:5914, ...
Connecting to cdn.jsdelivr.net (cdn.jsdelivr.net)|2606:4700::6810:5714|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1048576 (1.0M) [application/octet-stream]
Saving to: ‘/tmp/WoeUSB.tempdir.iaEKif/uefi-ntfs.img’
uefi-ntfs.img 100%=========================================================================================================================================>] 1.00M 3.00MB/s in 0.3s
2022-08-28 22:47:26 (3.00 MB/s) - ‘/tmp/WoeUSB.tempdir.iaEKif/uefi-ntfs.img’ saved [1048576/1048576]
2048+0 records in
2048+0 records out
1048576 bytes (1.0 MB, 1.0 MiB) copied, 2.53769 s, 413 kB/s
Info: Mounting target filesystem...
mount: /tmp/woeusb-target-20220828-224713-Sunday.hkzK4B: unknown filesystem type 'ntfs-3g'.
ERROR: Unable to mount target filesystem in /dev/sda1
Info: Unmounting and removing "/tmp/woeusb-source-20220828-224713-Sunday.gmSVQL"...
Info: Unmounting and removing "/tmp/woeusb-target-20220828-224713-Sunday.hkzK4B"...
umount: /tmp/woeusb-target-20220828-224713-Sunday.hkzK4B: not mounted.
Warning: Unable to unmount "/tmp/woeusb-target-20220828-224713-Sunday.hkzK4B".
Warning: Some mountpoints are not unmount/cleaned successfully and must be done manually
Info: You may now safely detach the target device
**erlangen:/home/karl/Downloads #**
zypper se -si ntfs
S | Name | Type | Version | Arch | Repository
--+--------------+---------+---------------+--------+----------------------
i | libntfs-3g89 | package | 2022.5.17-1.2 | x86_64 | Main Repository (OSS)
i | ntfs-3g | package | 2022.5.17-1.2 | x86_64 | Main Repository (OSS)
i | ntfsprogs | package | 2022.5.17-1.2 | x86_64 | Main Repository (OSS)
On host erlangen ntfs-3g was a recommended and auto-installed package. When I switched solver defaults to “solver.onlyRequires = true” “zypper packages --unneeded” would list ntfs-3g.
After reinstalling ntfs-3g is flagged as user installed:
[FONT=monospace][FONT=monospace][FONT=monospace]**erlangen:~ #** zypper se -is ntfs
Loading repository data...
Reading installed packages...
S | Name | Type | Version | Arch | Repository
---+--------------+---------+---------------+--------+-----------------------
i | libntfs-3g89 | package | 2022.5.17-1.2 | x86_64 | Haupt-Repository (OSS)
i+ | ntfs-3g | package | 2022.5.17-1.2 | x86_64 | Haupt-Repository (OSS)
i | ntfsprogs | package | 2022.5.17-1.2 | x86_64 | Haupt-Repository (OSS)
**erlangen:~ #**[/FONT][/FONT][/FONT]