web-dev-qa-db-ja.com

起動ディスククリエーターからの不明なエラー

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'

これは何を意味するのでしょうか?私はそこにisoを置くために2GBのMP3プレーヤーを消去したいだけです。ディスク作成者にはこの手順が必要です。

18
Thufir

これは既知のバグです。 https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/1294877

いくつかの回避策がありますが、私のために働いたのは、エクスプローラーで.isoを右クリックし、「ディスクイメージライターで開く」を選択して、選択したUSBデバイスにISOイメージを「復元」することでした。

enter image description here

34
Thomas Bratt