Creating a Windows 10 Bootable USB Drive on Linux
Create a Bootable Windows 10 USB in Linux with CLI apps only Create a ntfs partition Find out the usb device name using the lsblk command or lsusb command or dmesg command: lsblk lsusb dmesg | more ## or use the grep command as follows ## dmesg | sort| uniq | grep -A 6 usb-storage[…]