ฉันไม่เข้าใจข้อผิดพลาดนี้จาก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'
สิ่งนี้หมายความว่า? ฉันต้องการลบเครื่องเล่น MP3 2GB เท่านั้นเพื่อที่จะนำ iso ไปไว้ที่นั่น ผู้สร้างดิสก์ต้องการขั้นตอนนี้
1
unmounted และ remounted จัดรูปแบบเป็นไขมัน 16 แล้วไขมัน 32 ดูเหมือนว่าจะทำงาน ไม่แน่ใจว่าทำไมมันไม่ gparted เพื่อช่วยเหลือ
—
Thufir