我刚开始使用Ubuntu。我尝试用WoeUSB创建一个Windows10USB引导介质。我已经配置了一个带有NTFS分区的USB驱动器,但是WoeUSB给出了以下错误消息:
Installation failed!
Exit code: 256
Log:
WoeUSB v@@WOEUSB_VERSION@@
==============================
Mounting source filesystem...
Wiping all existing partition table and filesystem signatures in /dev/sdc... wipefs:
error: /dev/sdc: probing initialization failed The command "wipefs --all
"${target_device}"" failed with exit status "1", program is prematurely aborted
Unmounting and removing "/medi/woeusb_source_1530017199_18199"...
You may now safely detach the target device我该怎么做?
发布于 2018-12-07 07:13:34
错误信息:error: /dev/sdc: probing initialization failed The command "wipefs --all "${target_device}"" failed with exit status "1"说存在一些小问题(退出状态1),但这不是一个严重的问题。在这种情况下,问题可能是被选中的/dev/sdc要么不存在,要么无法从中读取或写入,或者它没有被格式化为WoeUSB支持的文件系统,例如NTFS。NTFS文件系统支持已经添加到WoeUSB 3.0.0及更高版本中。您可以通过运行以下命令来检查磁盘应用程序中是否存在/dev/sdc:
ls /dev/sdc*发布于 2019-02-03 02:38:43
我也面临同样的错误,在找到修复之前我尝试了太多的修复。下面是我的解决办法(我希望它也适用于您):
unmount U盘。.iso窗口文件,然后选择USBS即插即用。一切都很顺利!如果您需要直观地看到修复,我制作了关于修复的YouTube视频。
https://askubuntu.com/questions/1098965
复制相似问题