{% extends "base.html" %} {% block content %}
Current RaSCSI Configuration

{% if luns %} {% endif %} {% for device in devices %} {% if device["id"] not in reserved_scsi_ids %} {% if luns %} {% endif %} {% if device.vendor == "RaSCSI" %} {% else %} {% endif %} {% else %} {% if luns %} {% endif %} {% endif %} {% endfor %}
IDLUNType Status File Product Actions
{{device.id}}{{device.un}}{{device.device_type}} {{device.status}} {{device.file}}{{device.product}}{{device.vendor}} {{device.product}} {% if device.device_type != "-" %} {% if device.device_type in removable_device_types and "No Media" not in device.status %}
{% else %}
{% endif %} {% endif %}
{{device.id}} Reserved ID

Image File Management
{% for file in files %} {% endfor %}
File Size Actions
{{file["name"]}}
{% if file["name"] in attached_images %}
Attached!
{% else %}
{% if file["detected_type"] != "UNDEFINED" %} {{file["detected_type"]}} {% else %} {% endif %}
{% if file["prop"] %}
{% endif %} {% endif %}

Attach Ethernet Adapter

Upload File

Download File from Web

Download File from Web and Create HFS CD (Macintosh)

Create Empty Disk Image File

Create Named Drive

Create a named disk image that mimics real-life drives


Logging

Server Log Level

Raspberry Pi Operations
{% endblock %}