我不理解来自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放在那里。磁盘创建者需要此步骤。
发布于 2014-07-10 18:58:24
这是一个已知的bug:https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/1294877
有几个解决办法,但对我有用的是右键单击文件资源管理器中的.iso,然后选择‘’,然后‘恢复’到所选的USB设备上。

https://askubuntu.com/questions/485357
复制相似问题