mirror of
https://github.com/nix-community/disko.git
synced 2026-01-15 18:58:35 +01:00
82 lines
No EOL
2.2 KiB
JSON
82 lines
No EOL
2.2 KiB
JSON
{
|
|
"disk": {
|
|
"main": {
|
|
"content": {
|
|
"device": "/dev/disk/by-id/ata-Samsung_SSD_850_EVO_250GB_S21PNXAGB12345",
|
|
"efiGptPartitionFirst": true,
|
|
"partitions": {
|
|
"ESP": {
|
|
"_index": 2,
|
|
"alignment": 0,
|
|
"content": {
|
|
"device": "/dev/disk/by-partlabel/disk-main-ESP",
|
|
"extraArgs": [],
|
|
"format": "vfat",
|
|
"mountOptions": [
|
|
"umask=0077"
|
|
],
|
|
"mountpoint": "/boot",
|
|
"type": "filesystem"
|
|
},
|
|
"device": "/dev/disk/by-partlabel/disk-main-ESP",
|
|
"end": "+512M",
|
|
"hybrid": null,
|
|
"label": "disk-main-ESP",
|
|
"name": "ESP",
|
|
"priority": 1000,
|
|
"size": "512M",
|
|
"start": "0",
|
|
"type": "EF00"
|
|
},
|
|
"boot": {
|
|
"_index": 1,
|
|
"alignment": 0,
|
|
"content": null,
|
|
"device": "/dev/disk/by-partlabel/disk-main-boot",
|
|
"end": "+1M",
|
|
"hybrid": null,
|
|
"label": "disk-main-boot",
|
|
"name": "boot",
|
|
"priority": 100,
|
|
"size": "1M",
|
|
"start": "0",
|
|
"type": "EF02"
|
|
},
|
|
"root": {
|
|
"_index": 3,
|
|
"alignment": 0,
|
|
"content": {
|
|
"device": "/dev/disk/by-partlabel/disk-main-root",
|
|
"extraArgs": [],
|
|
"format": "ext4",
|
|
"mountOptions": [
|
|
"defaults"
|
|
],
|
|
"mountpoint": "/",
|
|
"type": "filesystem"
|
|
},
|
|
"device": "/dev/disk/by-partlabel/disk-main-root",
|
|
"end": "-0",
|
|
"hybrid": null,
|
|
"label": "disk-main-root",
|
|
"name": "root",
|
|
"priority": 9001,
|
|
"size": "100%",
|
|
"start": "0",
|
|
"type": "8300"
|
|
}
|
|
},
|
|
"type": "gpt"
|
|
},
|
|
"device": "/dev/disk/by-id/ata-Samsung_SSD_850_EVO_250GB_S21PNXAGB12345",
|
|
"imageName": "main",
|
|
"imageSize": "2G",
|
|
"name": "main",
|
|
"type": "disk"
|
|
}
|
|
},
|
|
"lvm_vg": {},
|
|
"mdadm": {},
|
|
"nodev": {},
|
|
"zpool": {}
|
|
} |