{% extends "base.html" %} {% block header %} {% if active %} Service Running {% else %} Service Stopped {% endif %}

RaSCSI - 68kmla Edition

{% endblock %} {% block content %}

Current RaSCSI Configuration

{% for device in devices %} {% if device.id != "7" %} {% else %} {% endif %} {% endfor %}
ID Type File Action
{{device.id}} {{device.type}} {{device.file}} {% if device.type == "SCCD" and device.file != "NO MEDIA" %}
{% else %}
{% endif %}
{{device.id}} - Host Machine -

Image File Management

{% for file in files %} {% endfor %}
File Size Actions
{{file[0].replace(base_dir, '')}}
{% if file[0].endswith('.zip') or file[0].endswith('.ZIP') %}
{% endif %}

Attach Ethernet Adapter

Emulates a SCSI DaynaPORT Ethernet Adapter. Host drivers required.

{% if bridge_configured %} Bridge is currently configured! {% else %}
{% endif %}

Upload File

Uploads file to {{base_dir}}. Max file size is set to {{max_file_size / 1024 /1024 }}MB


Download File from Web

Given a URL, download that file to the {{base_dir}}


Download File from web and create HFS CD

Given a URL this will download a file, create a HFS iso, and mount it on the device id given.


Create Empty Disk Image File


Raspberry Pi Operations

{% endblock %} {% block footer %}
{{version}}
Logs
{% endblock %}