来自启动磁盘创建程序的未知错误

Thu*_*fir 18 format usb mp3 startup-disk-creator system-installation

我不明白这个错误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'
Run Code Online (Sandbox Code Playgroud)

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

Tho*_*att 34

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

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

在此处输入图片说明

  • 我也没有,直到我通过尝试修复我的 Ubuntu 安装的失误找到它:) (2认同)