WoeUSB를 사용하여 Windows 10 USB 부팅 매체를 만들려고했습니다. NTFS 파티션으로 USB 드라이브를 포맷했지만 WoeUSB는 다음과 같이 불평합니다.
Installation failed!
Exit code: 256
Log:
WoeUSB v@@WOEUSB_VERSION@@
==============================
Mounting source filesystem...
Error: File "/media/woeusb_source_1543626298_6098/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.
Unmounting and removing "/media/woeusb_source_1543626298_6098"...
You may now safely detach the target device
또한 명령 줄을 통해 WoeUSB를 시작하려고했지만 작동하지 않았습니다.
sudo woeusb --partition Win10_1809Oct_English_x64.iso /dev/sdb
내 iso는 다음 위치에 있습니다 : home / sawyer / Downloads / Win10_1809Oct_English_x64.iso
미리 감사드립니다! 나는 3 박 동안 창문을 설치하려고 노력했기 때문에 그 목표에 대한 도움을 주시면 감사하겠습니다.
lsblk
USB 장치의 위치를 확인하는 데 사용하십시오 . 제 경우에는sdd1
그랬습니다sudo umount /dev/sdd1
. 그런 다음 위 명령을 사용하여 USB를 만들었습니다.1
드라이브에서 를 제거해야 했으므로woeusb
명령의 마지막 부분 에서을 사용했습니다/dev/sdd
.