{% 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 %} {% if file["prop"] %} {% elif file["zip"] %} {% else %} {% endif %} {% endfor %}
File Size Actions
{{file["name"]}}
    {% for key in file["prop"] %}
  • {{key}}: {{file['prop'][key]}}
  • {% endfor %}
{{file["name"]}}
    {% for member in file["zip"] %}
  • {% endfor %}
{{file["name"]}}
{% if file["name"] in attached_images %}
Attached!
{% else %} {% if file["name"].lower().endswith(archive_file_suffix) %}
{% else %}
{% if file["detected_type"] != "UNDEFINED" %} {{file["detected_type"]}} {% else %} {% endif %}
{% endif %}

Available disk space on the Pi: {{free_disk}} MB


Attach Ethernet Adapter

Upload File

Download File to Images

Download File to AppleShare
{% if netatalk_configured %}
{% if netatalk_configured == 1 %}

The AppleShare server is running. No active connections

{% elif netatalk_configured == 2 %}

{{netatalk_configured - 1}} active AFP connection

{% elif netatalk_configured > 2 %}

{{netatalk_configured - 1}} active AFP connections

{% endif %} {% else %}

Install Netatalk to use the AppleTalk File Server. {% endif %}


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 %}