在一臺電腦安裝了manjaro, 需要在另一臺電腦安裝windows10. 嘗試了很多方法桩卵。最后終于找個(gè)一個(gè)辦法。
使用軟件: woeusb
系統(tǒng):cn_windows_10_consumer_editions_version_1809_updated_dec_2018_x64_dvd_51713eef.iso
命令行下使用命令:
->sudo woeusb --target-filesystem NTFS --device ~/Download/cn_windows_10_consumer_editions_version_1809_updated_dec_2018_x64_dvd_51713eef.iso /dev/sdx
避免了出現(xiàn) fat32 不支持超過 4GB 單個(gè)文件的限制打掘。錯誤代碼如下:Error: File "/media/woeusb_source_1550504709_10880/sources/install.wim" in source image has exceed the FAT32 Filesystem 4GiB Single File Size Limitation and cannot be installed. You must specify a different --target-filesystem.
Refer: https://github.com/slacka/WoeUSB/wiki/Limitations#fat32-filesystem-4gib-single-file-size-limitation for more info.