[592254c] | 1 | { |
---|
| 2 | "variables": [ |
---|
| 3 | { |
---|
| 4 | "description": "applying engine configuration (boolean)", |
---|
| 5 | "name": "OGENGINECONFIGURATE", |
---|
| 6 | "value": true |
---|
| 7 | }, |
---|
| 8 | { |
---|
| 9 | "description": "session log file (path)", |
---|
| 10 | "name": "OGLOGSESSION", |
---|
| 11 | "value": "/tmp/session.log" |
---|
| 12 | }, |
---|
| 13 | { |
---|
| 14 | "description": "command log file (path)", |
---|
| 15 | "name": "OGLOGCOMMAND", |
---|
| 16 | "value": "/tmp/command.log" |
---|
| 17 | }, |
---|
| 18 | { |
---|
| 19 | "description": "image clonation program (string)", |
---|
| 20 | "name": "IMGPROG", |
---|
| 21 | "value": "partclone" |
---|
| 22 | }, |
---|
| 23 | { |
---|
| 24 | "description": "image compresson (string)", |
---|
| 25 | "name": "IMGCOMP", |
---|
| 26 | "value": "lzop" |
---|
| 27 | }, |
---|
| 28 | { |
---|
| 29 | "description": "filesystem image extension (string)", |
---|
| 30 | "name": "IMGEXT", |
---|
| 31 | "value": "img" |
---|
| 32 | }, |
---|
| 33 | { |
---|
| 34 | "description": "disk image extension (string)", |
---|
| 35 | "name": "DISKIMGEXT", |
---|
| 36 | "value": "dsk" |
---|
| 37 | }, |
---|
| 38 | { |
---|
| 39 | "description": "trying to reduce image (boolean)", |
---|
| 40 | "name": "IMGREDUCE", |
---|
| 41 | "value": true |
---|
| 42 | }, |
---|
| 43 | { |
---|
| 44 | "description": "trying to reduce Windows filesystem before creating image (boolean)", |
---|
| 45 | "name": "OGWINREDUCE", |
---|
| 46 | "value": true |
---|
| 47 | }, |
---|
| 48 | { |
---|
| 49 | "description": "time to sleep before reboot (seconds)", |
---|
| 50 | "name": "OGSLEEP", |
---|
| 51 | "value": 20 |
---|
| 52 | }, |
---|
| 53 | { |
---|
| 54 | "description": "do not show warnings in this functions (list of functions)", |
---|
| 55 | "name": "NODEBUGFUNCTIONS", |
---|
| 56 | "value": "ogCreateImageSyntax ogGetHivePath ogGetOsType ogRestoreImageSyntax ogUnmountAll ogUnmountCache" |
---|
| 57 | }, |
---|
| 58 | { |
---|
| 59 | "description": "action to take if cache is full (NONE; FORMAT)", |
---|
| 60 | "name": "ACTIONCACHEFULL", |
---|
| 61 | "value": "NONE" |
---|
| 62 | }, |
---|
| 63 | { |
---|
| 64 | "description": "restoration protocol if cache is full or it does not exists (NONE, returns error; UNICAST; MULTICAST)", |
---|
| 65 | "name": "RESTOREPROTOCOLNOTCACHE", |
---|
| 66 | "value": "UNICAST" |
---|
| 67 | }, |
---|
[7e759ed] | 68 | { |
---|
| 69 | "description": "timout if Multicast transfer does not begins (seconds)", |
---|
| 70 | "name": "MCASTERRORSESSION", |
---|
| 71 | "value": 120 |
---|
| 72 | }, |
---|
[592254c] | 73 | { |
---|
[7e759ed] | 74 | "description": "timout if Multicast transfer does it's interrupted (seconds)", |
---|
[592254c] | 75 | "name": "MCASTWAIT", |
---|
| 76 | "value": 30 |
---|
| 77 | }, |
---|
| 78 | { |
---|
| 79 | "description": "run CHKDSK after Windows depolying (boolean)", |
---|
| 80 | "name": "OGWINCHKDISK", |
---|
| 81 | "value": true |
---|
| 82 | }, |
---|
| 83 | { |
---|
| 84 | "description": "timeout factor creating synchronized image (integer, 100000k => 4s)", |
---|
| 85 | "name": "CREATESPEED", |
---|
| 86 | "value": 400000 |
---|
| 87 | }, |
---|
| 88 | { |
---|
| 89 | "description": "compression factor creating synchronized image (integer)", |
---|
| 90 | "name": "FACTORSYNC", |
---|
| 91 | "value": 120 |
---|
| 92 | }, |
---|
| 93 | { |
---|
| 94 | "description": "make backup before creating synchronized image (boolean)", |
---|
| 95 | "name": "BACKUP", |
---|
| 96 | "value": false |
---|
| 97 | }, |
---|
| 98 | { |
---|
| 99 | "description": "filesystem type creating synchronized image (string)", |
---|
| 100 | "name": "IMGFS", |
---|
| 101 | "value": "EXT4" |
---|
| 102 | }, |
---|
| 103 | { |
---|
| 104 | "description": "default communication speed (blank, do not use; 100Mb/s; 1000Mb/s)", |
---|
| 105 | "name": "DEFAULTSPEED", |
---|
| 106 | "value": "" |
---|
| 107 | } |
---|
| 108 | ], |
---|
| 109 | "errors": [ |
---|
| 110 | { |
---|
| 111 | "id": 1, |
---|
| 112 | "description": "format error", |
---|
| 113 | "name": "OG_ERR_FORMAT" |
---|
| 114 | }, |
---|
| 115 | { |
---|
| 116 | "id": 2, |
---|
| 117 | "description": "resource not found", |
---|
| 118 | "name": "OG_ERR_NOTFOUND" |
---|
| 119 | }, |
---|
| 120 | { |
---|
| 121 | "id": 3, |
---|
| 122 | "description": "partition error", |
---|
| 123 | "name": "OG_ERR_PARTITION" |
---|
| 124 | }, |
---|
| 125 | { |
---|
| 126 | "id": 4, |
---|
| 127 | "description": "resource locked", |
---|
| 128 | "name": "OG_ERR_LOCKED" |
---|
| 129 | }, |
---|
| 130 | { |
---|
| 131 | "id": 5, |
---|
| 132 | "description": "image error", |
---|
| 133 | "name": "OG_ERR_IMAGE" |
---|
| 134 | }, |
---|
| 135 | { |
---|
| 136 | "id": 6, |
---|
| 137 | "description": "operating system not detected", |
---|
| 138 | "name": "OG_ERR_NOTOS" |
---|
| 139 | }, |
---|
| 140 | { |
---|
| 141 | "id": 7, |
---|
| 142 | "description": "program or function not executable", |
---|
| 143 | "name": "OG_ERR_NOTEXEC" |
---|
| 144 | }, |
---|
| 145 | { |
---|
| 146 | "id": 14, |
---|
| 147 | "description": "cannot write", |
---|
| 148 | "name": "OG_ERR_NOTWRITE" |
---|
| 149 | }, |
---|
| 150 | { |
---|
| 151 | "id": 15, |
---|
| 152 | "description": "cache filesystem does not exists", |
---|
| 153 | "name": "OG_ERR_NOTCACHE" |
---|
| 154 | }, |
---|
| 155 | { |
---|
| 156 | "id": 16, |
---|
| 157 | "description": "cache filesystem is full", |
---|
| 158 | "name": "OG_ERR_CACHESIZE" |
---|
| 159 | }, |
---|
| 160 | { |
---|
| 161 | "id": 17, |
---|
| 162 | "description": "error reducing filesystem", |
---|
| 163 | "name": "OG_ERR_REDUCEFS" |
---|
| 164 | }, |
---|
| 165 | { |
---|
| 166 | "id": 18, |
---|
| 167 | "description": "error extending filesystem", |
---|
| 168 | "name": "OG_ERR_EXTENDFS" |
---|
| 169 | }, |
---|
| 170 | { |
---|
| 171 | "id": 19, |
---|
| 172 | "description": "value out of limit", |
---|
| 173 | "name": "OG_ERR_OUTOFLIMIT" |
---|
| 174 | }, |
---|
| 175 | { |
---|
| 176 | "id": 20, |
---|
| 177 | "description": "filesystem error", |
---|
| 178 | "name": "OG_ERR_FILESYS" |
---|
| 179 | }, |
---|
| 180 | { |
---|
| 181 | "id": 21, |
---|
| 182 | "description": "cache error", |
---|
| 183 | "name": "OG_ERR_CACHE" |
---|
| 184 | }, |
---|
| 185 | { |
---|
| 186 | "id": 22, |
---|
| 187 | "description": "no GPT partition table", |
---|
| 188 | "name": "OG_ERR_NOGPT" |
---|
| 189 | }, |
---|
| 190 | { |
---|
| 191 | "id": 23, |
---|
| 192 | "description": "cannot mount repository", |
---|
| 193 | "name": "OG_ERR_REPO" |
---|
| 194 | }, |
---|
| 195 | { |
---|
| 196 | "id": 30, |
---|
| 197 | "description": "trying to restore an image into an smaller partition", |
---|
| 198 | "name": "OG_ERR_IMGSIZEPARTITION" |
---|
| 199 | }, |
---|
| 200 | { |
---|
| 201 | "id": 31, |
---|
| 202 | "description": "error updating cache", |
---|
| 203 | "name": "OG_ERR_UPDATECACHE" |
---|
| 204 | }, |
---|
| 205 | { |
---|
| 206 | "id": 32, |
---|
| 207 | "description": "formatting error", |
---|
| 208 | "name": "OG_ERR_DONTFORMAT" |
---|
| 209 | }, |
---|
| 210 | { |
---|
| 211 | "id": 40, |
---|
| 212 | "description": "unknown error", |
---|
| 213 | "name": "OG_ERR_GENERIC" |
---|
| 214 | }, |
---|
| 215 | { |
---|
| 216 | "id": 50, |
---|
| 217 | "description": "error preparing Unicast syntax", |
---|
| 218 | "name": "OG_ERR_UCASTSYNTAXT" |
---|
| 219 | }, |
---|
| 220 | { |
---|
| 221 | "id": 51, |
---|
| 222 | "description": "error sending partition using Unicast protocol", |
---|
| 223 | "name": "OG_ERR_UCASTSENDPARTITION" |
---|
| 224 | }, |
---|
| 225 | { |
---|
| 226 | "id": 52, |
---|
| 227 | "description": "error sending file using Unicast protocol", |
---|
| 228 | "name": "OG_ERR_UCASTSENDFILE" |
---|
| 229 | }, |
---|
| 230 | { |
---|
| 231 | "id": 52, |
---|
| 232 | "description": "error receiving partition using Unicast protocol", |
---|
| 233 | "name": "OG_ERR_UCASTRECEIVERPARTITION" |
---|
| 234 | }, |
---|
| 235 | { |
---|
| 236 | "id": 53, |
---|
| 237 | "description": "error receiving file using Unicast protocol", |
---|
| 238 | "name": "OG_ERR_UCASTRECEIVERFILE" |
---|
| 239 | }, |
---|
| 240 | { |
---|
| 241 | "id": 55, |
---|
| 242 | "description": "error preparing Multicast syntax", |
---|
| 243 | "name": "OG_ERR_MCASTSYNTAXT" |
---|
| 244 | }, |
---|
| 245 | { |
---|
| 246 | "id": 56, |
---|
| 247 | "description": "error sending file using Multicast protocol", |
---|
| 248 | "name": "OG_ERR_MCASTSENDFILE" |
---|
| 249 | }, |
---|
| 250 | { |
---|
| 251 | "id": 57, |
---|
| 252 | "description": "error receiving file using Multicast protocol", |
---|
| 253 | "name": "OG_ERR_MCASTRECEIVERFILE" |
---|
| 254 | }, |
---|
| 255 | { |
---|
| 256 | "id": 58, |
---|
| 257 | "description": "error sending partition using Multicast protocol", |
---|
| 258 | "name": "OG_ERR_MCASTSENDPARTITION" |
---|
| 259 | }, |
---|
| 260 | { |
---|
| 261 | "id": 59, |
---|
| 262 | "description": "error receiving partition using Multicast protocol", |
---|
| 263 | "name": "OG_ERR_MCASTRECEIVERPARTITION" |
---|
| 264 | }, |
---|
| 265 | { |
---|
| 266 | "id": 60, |
---|
| 267 | "description": "error connecting master node", |
---|
| 268 | "name": "OG_ERR_PROTOCOLJOINMASTER" |
---|
| 269 | }, |
---|
| 270 | { |
---|
| 271 | "id": 70, |
---|
| 272 | "description": "cannot mount a syncrhronized image", |
---|
| 273 | "name": "OG_ERR_DONTMOUNT_IMAGE" |
---|
| 274 | }, |
---|
| 275 | { |
---|
| 276 | "id": 71, |
---|
| 277 | "description": "it's not a syncrhronized image", |
---|
| 278 | "name": "OG_ERR_DONTSYNC_IMAGE" |
---|
| 279 | }, |
---|
| 280 | { |
---|
| 281 | "id": 72, |
---|
| 282 | "description": "cannot unmount a syncrhronized image", |
---|
| 283 | "name": "OG_ERR_DONTUNMOUNT_IMAGE" |
---|
| 284 | }, |
---|
| 285 | { |
---|
| 286 | "id": 73, |
---|
| 287 | "description": "there are no differences between basic image and filesystem", |
---|
| 288 | "name": "OG_ERR_NOTDIFFERENT" |
---|
| 289 | }, |
---|
| 290 | { |
---|
| 291 | "id": 74, |
---|
| 292 | "description": "synchronization error", |
---|
| 293 | "name": "OG_ERR_SYNCHRONIZING" |
---|
| 294 | } |
---|
| 295 | ], |
---|
| 296 | "disks": [ |
---|
| 297 | { |
---|
| 298 | "type": "DISK" |
---|
| 299 | }, |
---|
| 300 | { |
---|
| 301 | "type": "USB" |
---|
| 302 | }, |
---|
| 303 | { |
---|
| 304 | "type": "CDROM" |
---|
| 305 | }, |
---|
| 306 | { |
---|
| 307 | "type": "RAID" |
---|
| 308 | }, |
---|
| 309 | { |
---|
| 310 | "type": "MAPPER" |
---|
| 311 | } |
---|
| 312 | ], |
---|
| 313 | "partitiontables": [ |
---|
| 314 | { |
---|
| 315 | "id": 1, |
---|
| 316 | "type": "MSDOS", |
---|
| 317 | "partitions": [ |
---|
| 318 | { |
---|
| 319 | "id": "0", |
---|
| 320 | "type": "EMPTY", |
---|
| 321 | "clonable": false |
---|
| 322 | }, |
---|
| 323 | { |
---|
| 324 | "id": "1", |
---|
| 325 | "type": "FAT12", |
---|
| 326 | "clonable": true |
---|
| 327 | }, |
---|
| 328 | { |
---|
| 329 | "id": "5", |
---|
| 330 | "type": "EXTENDED", |
---|
| 331 | "clonable": false |
---|
| 332 | }, |
---|
| 333 | { |
---|
| 334 | "id": "6", |
---|
| 335 | "type": "FAT16", |
---|
| 336 | "clonable": true |
---|
| 337 | }, |
---|
| 338 | { |
---|
| 339 | "id": "7", |
---|
| 340 | "type": "NTFS", |
---|
| 341 | "clonable": true |
---|
| 342 | }, |
---|
| 343 | { |
---|
| 344 | "id": "b", |
---|
| 345 | "type": "FAT32", |
---|
| 346 | "clonable": true |
---|
| 347 | }, |
---|
| 348 | { |
---|
| 349 | "id": "11", |
---|
| 350 | "type": "HFAT12", |
---|
| 351 | "clonable": true |
---|
| 352 | }, |
---|
| 353 | { |
---|
| 354 | "id": "16", |
---|
| 355 | "type": "HFAT16", |
---|
| 356 | "clonable": true |
---|
| 357 | }, |
---|
| 358 | { |
---|
| 359 | "id": "17", |
---|
| 360 | "type": "HNTFS", |
---|
| 361 | "clonable": true |
---|
| 362 | }, |
---|
| 363 | { |
---|
| 364 | "id": "1b", |
---|
| 365 | "type": "HFAT32", |
---|
| 366 | "clonable": true |
---|
| 367 | }, |
---|
| 368 | { |
---|
| 369 | "id": "82", |
---|
| 370 | "type": "LINUX-SWAP", |
---|
| 371 | "clonable": false |
---|
| 372 | }, |
---|
| 373 | { |
---|
| 374 | "id": "83", |
---|
| 375 | "type": "LINUX", |
---|
| 376 | "clonable": true |
---|
| 377 | }, |
---|
| 378 | { |
---|
| 379 | "id": "8e", |
---|
| 380 | "type": "LINUX-LVM", |
---|
| 381 | "clonable": true |
---|
| 382 | }, |
---|
| 383 | { |
---|
| 384 | "id": "a5", |
---|
| 385 | "type": "FREEBSD", |
---|
| 386 | "clonable": true |
---|
| 387 | }, |
---|
| 388 | { |
---|
| 389 | "id": "a6", |
---|
| 390 | "type": "OPENBSD", |
---|
| 391 | "clonable": true |
---|
| 392 | }, |
---|
| 393 | { |
---|
| 394 | "id": "a9", |
---|
| 395 | "type": "NETBSD", |
---|
| 396 | "clonable": true |
---|
| 397 | }, |
---|
| 398 | { |
---|
| 399 | "id": "af", |
---|
| 400 | "type": "HFS", |
---|
| 401 | "clonable": true |
---|
| 402 | }, |
---|
| 403 | { |
---|
| 404 | "id": "be", |
---|
| 405 | "type": "SOLARIS-BOOT", |
---|
| 406 | "clonable": true |
---|
| 407 | }, |
---|
| 408 | { |
---|
| 409 | "id": "bf", |
---|
| 410 | "type": "SOLARIS", |
---|
| 411 | "clonable": true |
---|
| 412 | }, |
---|
| 413 | { |
---|
| 414 | "id": "ca", |
---|
| 415 | "type": "CACHE", |
---|
| 416 | "clonable": false |
---|
| 417 | }, |
---|
| 418 | { |
---|
| 419 | "id": "da", |
---|
| 420 | "type": "DATA", |
---|
| 421 | "clonable": true |
---|
| 422 | }, |
---|
| 423 | { |
---|
| 424 | "id": "ee", |
---|
| 425 | "type": "GPT", |
---|
| 426 | "clonable": false |
---|
| 427 | }, |
---|
| 428 | { |
---|
| 429 | "id": "ef", |
---|
| 430 | "type": "EFI", |
---|
| 431 | "clonable": true |
---|
| 432 | }, |
---|
| 433 | { |
---|
| 434 | "id": "fb", |
---|
| 435 | "type": "VMFS", |
---|
| 436 | "clonable": true |
---|
| 437 | }, |
---|
| 438 | { |
---|
| 439 | "id": "fd", |
---|
| 440 | "type": "LINUX-RAID", |
---|
| 441 | "clonable": true |
---|
| 442 | } |
---|
| 443 | ] |
---|
| 444 | }, |
---|
| 445 | { |
---|
| 446 | "id": 2, |
---|
| 447 | "type": "GPT", |
---|
| 448 | "partitions": [ |
---|
| 449 | { |
---|
| 450 | "id": "700", |
---|
| 451 | "type": "WINDOWS", |
---|
| 452 | "clonable": true |
---|
| 453 | }, |
---|
| 454 | { |
---|
| 455 | "id": "c01", |
---|
| 456 | "type": "WIN-RESERV", |
---|
| 457 | "clonable": true |
---|
| 458 | }, |
---|
| 459 | { |
---|
| 460 | "id": "2700", |
---|
| 461 | "type": "WIN-RECOV", |
---|
| 462 | "clonable": true |
---|
| 463 | }, |
---|
| 464 | { |
---|
| 465 | "id": "7f00", |
---|
| 466 | "type": "CHROMEOS-KRN", |
---|
| 467 | "clonable": true |
---|
| 468 | }, |
---|
| 469 | { |
---|
| 470 | "id": "7f01", |
---|
| 471 | "type": "CHROMEOS", |
---|
| 472 | "clonable": true |
---|
| 473 | }, |
---|
| 474 | { |
---|
| 475 | "id": "7f02", |
---|
| 476 | "type": "CHROMEOS-RESERV", |
---|
| 477 | "clonable": true |
---|
| 478 | }, |
---|
| 479 | { |
---|
| 480 | "id": "8200", |
---|
| 481 | "type": "LINUX-SWAP", |
---|
| 482 | "clonable": false |
---|
| 483 | }, |
---|
| 484 | { |
---|
| 485 | "id": "8300", |
---|
| 486 | "type": "LINUX", |
---|
| 487 | "clonable": true |
---|
| 488 | }, |
---|
| 489 | { |
---|
| 490 | "id": "8301", |
---|
| 491 | "type": "LINUX-RESERV", |
---|
| 492 | "clonable": true |
---|
| 493 | }, |
---|
| 494 | { |
---|
| 495 | "id": "8302", |
---|
| 496 | "type": "LINUX", |
---|
| 497 | "clonable": true |
---|
| 498 | }, |
---|
| 499 | { |
---|
| 500 | "id": "8e00", |
---|
| 501 | "type": "LINUX-LVM", |
---|
| 502 | "clonable": true |
---|
| 503 | }, |
---|
| 504 | { |
---|
| 505 | "id": "a500", |
---|
| 506 | "type": "FREEBSD-DISK", |
---|
| 507 | "clonable": false |
---|
| 508 | }, |
---|
| 509 | { |
---|
| 510 | "id": "a501", |
---|
| 511 | "type": "FREEBSD-BOOT", |
---|
| 512 | "clonable": true |
---|
| 513 | }, |
---|
| 514 | { |
---|
| 515 | "id": "a502", |
---|
| 516 | "type": "FREEBSD-SWAP", |
---|
| 517 | "clonable": false |
---|
| 518 | }, |
---|
| 519 | { |
---|
| 520 | "id": "a503", |
---|
| 521 | "type": "FREEBSD", |
---|
| 522 | "clonable": true |
---|
| 523 | }, |
---|
| 524 | { |
---|
| 525 | "id": "a504", |
---|
| 526 | "type": "FREEBSD", |
---|
| 527 | "clonable": true |
---|
| 528 | }, |
---|
| 529 | { |
---|
| 530 | "id": "a901", |
---|
| 531 | "type": "NETBSD-SWAP", |
---|
| 532 | "clonable": false |
---|
| 533 | }, |
---|
| 534 | { |
---|
| 535 | "id": "a902", |
---|
| 536 | "type": "NETBSD", |
---|
| 537 | "clonable": true |
---|
| 538 | }, |
---|
| 539 | { |
---|
| 540 | "id": "a903", |
---|
| 541 | "type": "NETBSD", |
---|
| 542 | "clonable": true |
---|
| 543 | }, |
---|
| 544 | { |
---|
| 545 | "id": "a904", |
---|
| 546 | "type": "NETBSD", |
---|
| 547 | "clonable": true |
---|
| 548 | }, |
---|
| 549 | { |
---|
| 550 | "id": "a905", |
---|
| 551 | "type": "NETBSD", |
---|
| 552 | "clonable": true |
---|
| 553 | }, |
---|
| 554 | { |
---|
| 555 | "id": "a906", |
---|
| 556 | "type": "NETBSD-RAID", |
---|
| 557 | "clonable": true |
---|
| 558 | }, |
---|
| 559 | { |
---|
| 560 | "id": "ab00", |
---|
| 561 | "type": "HFS-BOOT", |
---|
| 562 | "clonable": true |
---|
| 563 | }, |
---|
| 564 | { |
---|
| 565 | "id": "af00", |
---|
| 566 | "type": "HFS", |
---|
| 567 | "clonable": true |
---|
| 568 | }, |
---|
| 569 | { |
---|
| 570 | "id": "af01", |
---|
| 571 | "type": "HFS-RAID", |
---|
| 572 | "clonable": true |
---|
| 573 | }, |
---|
| 574 | { |
---|
| 575 | "id": "af02", |
---|
| 576 | "type": "HFS-RAID", |
---|
| 577 | "clonable": true |
---|
| 578 | }, |
---|
| 579 | { |
---|
| 580 | "id": "be00", |
---|
| 581 | "type": "SOLARIS-BOOT", |
---|
| 582 | "clonable": true |
---|
| 583 | }, |
---|
| 584 | { |
---|
| 585 | "id": "bf00", |
---|
| 586 | "type": "SOLARIS", |
---|
| 587 | "clonable": true |
---|
| 588 | }, |
---|
| 589 | { |
---|
| 590 | "id": "bf01", |
---|
| 591 | "type": "SOLARIS", |
---|
| 592 | "clonable": true |
---|
| 593 | }, |
---|
| 594 | { |
---|
| 595 | "id": "bf02", |
---|
| 596 | "type": "SOLARIS-SWAP", |
---|
| 597 | "clonable": false |
---|
| 598 | }, |
---|
| 599 | { |
---|
| 600 | "id": "bf03", |
---|
| 601 | "type": "SOLARIS-DISK", |
---|
| 602 | "clonable": true |
---|
| 603 | }, |
---|
| 604 | { |
---|
| 605 | "id": "bf04", |
---|
| 606 | "type": "SOLARIS", |
---|
| 607 | "clonable": true |
---|
| 608 | }, |
---|
| 609 | { |
---|
| 610 | "id": "bf05", |
---|
| 611 | "type": "SOLARIS", |
---|
| 612 | "clonable": true |
---|
| 613 | }, |
---|
| 614 | { |
---|
| 615 | "id": "ca00", |
---|
| 616 | "type": "CACHE", |
---|
| 617 | "clonable": false |
---|
| 618 | }, |
---|
| 619 | { |
---|
| 620 | "id": "ef00", |
---|
| 621 | "type": "EFI", |
---|
| 622 | "clonable": true |
---|
| 623 | }, |
---|
| 624 | { |
---|
| 625 | "id": "ef01", |
---|
| 626 | "type": "MBR", |
---|
| 627 | "clonable": false |
---|
| 628 | }, |
---|
| 629 | { |
---|
| 630 | "id": "ef02", |
---|
| 631 | "type": "BIOS-BOOT", |
---|
| 632 | "clonable": false |
---|
| 633 | }, |
---|
| 634 | { |
---|
| 635 | "id": "fb00", |
---|
| 636 | "type": "VMFS", |
---|
| 637 | "clonable": true |
---|
| 638 | }, |
---|
| 639 | { |
---|
| 640 | "id": "fb01", |
---|
| 641 | "type": "VMFS-RESERV", |
---|
| 642 | "clonable": true |
---|
| 643 | }, |
---|
| 644 | { |
---|
| 645 | "id": "fb02", |
---|
| 646 | "type": "VMFS-KRN", |
---|
| 647 | "clonable": true |
---|
| 648 | }, |
---|
| 649 | { |
---|
| 650 | "id": "fd00", |
---|
| 651 | "type": "LINUX-RAID", |
---|
| 652 | "clonable": true |
---|
| 653 | }, |
---|
| 654 | { |
---|
| 655 | "id": "ffff", |
---|
| 656 | "type": "UNKNOWN", |
---|
| 657 | "clonable": true |
---|
| 658 | } |
---|
| 659 | ] |
---|
| 660 | }, |
---|
| 661 | { |
---|
| 662 | "id": 3, |
---|
| 663 | "type": "LVM", |
---|
| 664 | "partitions": [ |
---|
| 665 | { |
---|
| 666 | "id": "10000", |
---|
| 667 | "type": "LVM-LV", |
---|
| 668 | "clonable": true |
---|
| 669 | } |
---|
| 670 | ] |
---|
| 671 | }, |
---|
| 672 | { |
---|
| 673 | "id": 4, |
---|
| 674 | "type": "ZPOOL", |
---|
| 675 | "partitions": [ |
---|
| 676 | { |
---|
| 677 | "id": "10010", |
---|
| 678 | "type": "ZFS-VOL", |
---|
| 679 | "clonable": true |
---|
| 680 | } |
---|
| 681 | ] |
---|
| 682 | } |
---|
| 683 | ], |
---|
| 684 | "filesystems": [ |
---|
| 685 | { |
---|
| 686 | "id": 1, |
---|
| 687 | "type": "EMPTY" |
---|
| 688 | }, |
---|
| 689 | { |
---|
| 690 | "id": 2, |
---|
| 691 | "type": "CACHE" |
---|
| 692 | }, |
---|
| 693 | { |
---|
| 694 | "id": 3, |
---|
| 695 | "type": "BTRFS" |
---|
| 696 | }, |
---|
[8425bb1] | 697 | { |
---|
[592254c] | 698 | "id": 4, |
---|
| 699 | "type": "EXT2" |
---|
| 700 | }, |
---|
| 701 | { |
---|
| 702 | "id": 5, |
---|
| 703 | "type": "EXT3" |
---|
| 704 | }, |
---|
| 705 | { |
---|
| 706 | "id": 6, |
---|
| 707 | "type": "EXT4" |
---|
| 708 | }, |
---|
| 709 | { |
---|
| 710 | "id": 7, |
---|
| 711 | "type": "FAT12" |
---|
| 712 | }, |
---|
| 713 | { |
---|
| 714 | "id": 8, |
---|
| 715 | "type": "FAT16" |
---|
| 716 | }, |
---|
| 717 | { |
---|
| 718 | "id": 9, |
---|
| 719 | "type": "FAT32" |
---|
| 720 | }, |
---|
| 721 | { |
---|
| 722 | "id": 10, |
---|
| 723 | "type": "HFS" |
---|
| 724 | }, |
---|
| 725 | { |
---|
| 726 | "id": 11, |
---|
| 727 | "type": "HFSPLUS" |
---|
| 728 | }, |
---|
| 729 | { |
---|
| 730 | "id": 12, |
---|
| 731 | "type": "JFS" |
---|
| 732 | }, |
---|
| 733 | { |
---|
| 734 | "id": 13, |
---|
| 735 | "type": "NTFS" |
---|
| 736 | }, |
---|
| 737 | { |
---|
| 738 | "id": 14, |
---|
| 739 | "type": "REISERFS" |
---|
| 740 | }, |
---|
| 741 | { |
---|
| 742 | "id": 15, |
---|
| 743 | "type": "REISER4" |
---|
| 744 | }, |
---|
| 745 | { |
---|
| 746 | "id": 16, |
---|
| 747 | "type": "UFS" |
---|
| 748 | }, |
---|
| 749 | { |
---|
| 750 | "id": 17, |
---|
| 751 | "type": "XFS" |
---|
| 752 | }, |
---|
| 753 | { |
---|
| 754 | "id": 18, |
---|
| 755 | "type": "LINUX-SWAP" |
---|
| 756 | }, |
---|
| 757 | { |
---|
| 758 | "id": 19, |
---|
| 759 | "type": "EXFAT" |
---|
| 760 | }, |
---|
| 761 | { |
---|
| 762 | "id": 20, |
---|
| 763 | "type": "F2FS" |
---|
| 764 | }, |
---|
| 765 | { |
---|
| 766 | "id": 21, |
---|
| 767 | "type": "NILFS2" |
---|
| 768 | } |
---|
| 769 | ], |
---|
| 770 | "operatingsystems": [ |
---|
| 771 | { |
---|
| 772 | "type": "Android" |
---|
| 773 | }, |
---|
| 774 | { |
---|
| 775 | "type": "BSD" |
---|
| 776 | }, |
---|
| 777 | { |
---|
| 778 | "type": "GrubLoader" |
---|
| 779 | }, |
---|
| 780 | { |
---|
| 781 | "type": "Hurd" |
---|
| 782 | }, |
---|
| 783 | { |
---|
| 784 | "type": "Linux" |
---|
| 785 | }, |
---|
| 786 | { |
---|
| 787 | "type": "MacOS" |
---|
| 788 | }, |
---|
| 789 | { |
---|
| 790 | "type": "Solaris" |
---|
| 791 | }, |
---|
| 792 | { |
---|
| 793 | "type": "Windows" |
---|
| 794 | }, |
---|
| 795 | { |
---|
| 796 | "type": "WinLoader" |
---|
| 797 | } |
---|
| 798 | ] |
---|
| 799 | } |
---|