mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-24 02:35:21 +01:00
Qt/QML edition
This commit is contained in:
commit
d7b361ba44
2168 changed files with 721948 additions and 0 deletions
44
dependencies/drivelist/tests/data/lsblk/no-children-mountpoints.json
vendored
Normal file
44
dependencies/drivelist/tests/data/lsblk/no-children-mountpoints.json
vendored
Normal file
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"blockdevices": [{
|
||||
"name": "sda",
|
||||
"maj:min": "8:0",
|
||||
"rm": "1",
|
||||
"size": "14.3G",
|
||||
"ro": "0",
|
||||
"type": "disk",
|
||||
"mountpoint": "/media/jwentz/Temp"
|
||||
}, {
|
||||
"name": "nvme0n1",
|
||||
"maj:min": "259:0",
|
||||
"rm": "0",
|
||||
"size": "477G",
|
||||
"ro": "0",
|
||||
"type": "disk",
|
||||
"mountpoint": null,
|
||||
"children": [{
|
||||
"name": "nvme0n1p3",
|
||||
"maj:min": "259:3",
|
||||
"rm": "0",
|
||||
"size": "15.8G",
|
||||
"ro": "0",
|
||||
"type": "part",
|
||||
"mountpoint": "[SWAP]"
|
||||
}, {
|
||||
"name": "nvme0n1p1",
|
||||
"maj:min": "259:1",
|
||||
"rm": "0",
|
||||
"size": "512M",
|
||||
"ro": "0",
|
||||
"type": "part",
|
||||
"mountpoint": "/boot/efi"
|
||||
}, {
|
||||
"name": "nvme0n1p2",
|
||||
"maj:min": "259:2",
|
||||
"rm": "0",
|
||||
"size": "460.7G",
|
||||
"ro": "0",
|
||||
"type": "part",
|
||||
"mountpoint": "/"
|
||||
}]
|
||||
}]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue