每当我尝试时它都会说:
Installation failed!
Exit code: 256
Log:
WoeUSB v@@WOEUSB_VERSION@@
==============================
Error: Target device is currently busy, unmount all mounted partitions in target device then try again
/usr/bin/woeusb: line 512: 31020 Terminated
while true; do
sleep 0.05; echo 'pulse';
done
Target device is busy, please make sure you unmount all filesystems on target device before detaching it.
我该如何修复它?
答案1
答案2
我刚刚遇到了这个错误,对于喜欢 CLI 的人来说还有另一种选择:
sudo fdisk -l
找到合适的磁盘和设备(分区)。在我的例子中,磁盘是/dev/sdb
,设备(分区)是/dev/sdb1
。
sudo umount /dev/sdb1
然后重新尝试从 WoeUSB 安装。
答案3
对于那些无法摆脱这个问题或其他问题的人来说,这里是 的使用方法unetbootin
。