Logo OpenGnsys

Bienvenido {{ ip }}

Particiones del sistema

{% if partitions|length > 0 %}
{% for partition in partitions %} {% endfor %}
Disco Partición Tamaño Tipo SO Acciones
{{ partition.diskNumber }} {{ partition.partitionNumber }} {{ (partition.size / 1024)|number_format(2) }} MB {{ partition.filesystem }} {{ partition.operativeSystem ? partition.operativeSystem.name : '-' }} {% if partition.operativeSystem %} Arrancar {{ partition.operativeSystem.name }} {% endif %}
{% else %}

No hay particiones disponibles.

{% endif %}