启动盘创建器出现未知错误

启动盘创建器出现未知错误

我不明白这个错误的原因如下Startup Disk Creator

org.freedesktop.DBus.Python.AttributeError: Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/dbus/service.py", line 707, in _message_cb
    retval = candidate_method(self, *args, **keywords)
  File "/usr/share/usb-creator/usb-creator-helper", line 218, in Format
    parent_dev = _get_parent_object(udisks, device)
  File "/usr/share/usb-creator/usb-creator-helper", line 49, in _get_parent_object
    parent = partition.get_cached_property('Table').get_string()
AttributeError: 'NoneType' object has no attribute 'get_cached_property'

这是什么意思?我只想删除 2GB MP3 播放器,以便将 iso 放在那里。磁盘创建器需要此步骤。

答案1

这是一个已知的错误:https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/1294877

有几种解决方法,但对我有用的是在文件资源管理器中右键单击 .iso 并选择“使用磁盘映像写入器打开”,然后将 ISO 映像“恢复”到选定的 USB 设备。

在此处输入图片描述

相关内容