{% extends "layout.html" %}
{% block body %}
{% for disk in blockdevs["blockdevices"] if disk["name"] != "zram0" and "loop" not in disk["name"] and disk["name"] != "sr0" %}
{{ disk['name'] }}: {{ disk['model'] }} - {{ disk['tran'] }} disk ({{(disk['size']/1024000000)|round(0)|int }} GB) - Serial: {{ disk['serial'] }}
| Partition | Type | Mount Point | Label | Size | Used | {% for child in disk['children'] %}
|---|---|---|---|---|
| {{ child['name'] }} | {{ child['fstype'] }} | {{ child['mountpoint'] }} | {{ child['label'] }} | {{ (child['size']/1024000000)|round(2) }} GiB |
Proposed partitioning:
New GPT Partition Table
{{ partition['device'] }} {{ partition['mountpoint'] }}
{{ partition['fstype'] }}