https://bugs.kde.org/show_bug.cgi?id=400652

--- Comment #5 from Andrey E. <pseudo-acco...@yandex.ru> ---
I tried to get information about device as advised
(https://bugs.kde.org/show_bug.cgi?id=407713#c1).

$ lsblk /dev/sdb
NAME MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
sdb    8:16   1 29,1G  0 disk /media/andrey/5ACC5001CC4FD5C3
$ sudo sfdisk /dev/sdb --json
{
   "partitiontable": {
      "label": "dos",
      "id": "0x6e697373",
      "device": "/dev/sdb",
      "unit": "sectors",
      "partitions": [
         {"node": "/dev/sdb1", "start": 1936269394, "size": 1836016416, "type":
"4f"},
         {"node": "/dev/sdb2", "start": 1917848077, "size": 544437093, "type":
"73"},
         {"node": "/dev/sdb3", "start": 1818575915, "size": 544175136, "type":
"2b"},
         {"node": "/dev/sdb4", "start": 2844524554, "size": 54974, "type":
"61"}
      ]
   }
}

Compare it with info from previous starts of GUI programs (/dev/sdc earlier and
/dev/sdb now are the same device):
https://bugsfiles.kde.org/attachment.cgi?id=120180

It means that some programs can ignore incorrect partition table.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to