summaryrefslogtreecommitdiffstats
path: root/tests/expected/sfdisk/dos-write-json
blob: 7a8ec4e4e61309f360c652401e0c19291c38c128 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
   "partitiontable": {
      "label": "dos",
      "id": "0x1ddc8a79",
      "device": "<removed>",
      "unit": "sectors",
      "sectorsize": 512,
      "partitions": [
         {
            "node": "<removed>1",
            "start": 2048,
            "size": 6144,
            "type": "83",
            "bootable": true
         },{
            "node": "<removed>2",
            "start": 8192,
            "size": 6144,
            "type": "82"
         },{
            "node": "<removed>3",
            "start": 14336,
            "size": 6144,
            "type": "83"
         },{
            "node": "<removed>4",
            "start": 20480,
            "size": 81920,
            "type": "5"
         },{
            "node": "<removed>5",
            "start": 20481,
            "size": 6144,
            "type": "83"
         },{
            "node": "<removed>6",
            "start": 26626,
            "size": 75774,
            "type": "83"
         }
      ]
   }
}