user_disk_layout.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "/dev/sda": {
  3. "partitions": [
  4. {
  5. "boot": true,
  6. "encrypted": false,
  7. "filesystem": {
  8. "format": "fat32"
  9. },
  10. "mountpoint": "/boot",
  11. "size": "512MiB",
  12. "start": "1MiB",
  13. "type": "primary",
  14. "wipe": true
  15. },
  16. {
  17. "btrfs": {
  18. "subvolumes": [
  19. {
  20. "compress": false,
  21. "mountpoint": "/",
  22. "name": "@",
  23. "nodatacow": false
  24. },
  25. {
  26. "compress": false,
  27. "mountpoint": "/home",
  28. "name": "@home",
  29. "nodatacow": false
  30. },
  31. {
  32. "compress": false,
  33. "mountpoint": "/var/log",
  34. "name": "@log",
  35. "nodatacow": false
  36. },
  37. {
  38. "compress": false,
  39. "mountpoint": "/var/cache/pacman/pkg",
  40. "name": "@pkg",
  41. "nodatacow": false
  42. },
  43. {
  44. "compress": false,
  45. "mountpoint": "/.snapshots",
  46. "name": "@.snapshots",
  47. "nodatacow": false
  48. }
  49. ]
  50. },
  51. "encrypted": false,
  52. "filesystem": {
  53. "format": "btrfs",
  54. "mount_options": [
  55. "compress=zstd"
  56. ]
  57. },
  58. "mountpoint": null,
  59. "size": "100%",
  60. "start": "513MiB",
  61. "type": "primary",
  62. "wipe": true
  63. }
  64. ],
  65. "wipe": true
  66. }
  67. }