PiSCSI / piscsi

PiSCSI allows a Raspberry Pi to function as emulated SCSI devices (hard disk, CD-ROM, and others) for vintage SCSI-based computers and devices. This is a fork of the RaSCSI project by GIMONS.
https://piscsi.org
BSD 3-Clause "New" or "Revised" License
545 stars 82 forks source link

WebUI issues when mounting an external drive #1170

Closed antoniograzioli closed 1 year ago

antoniograzioli commented 1 year ago

I have changed the "standard" /images folder and I am using another folder as mount point for an USB stick.

My piscsi.service has this: ExecStart=/usr/local/bin/piscsi -r 7 -F /home/pi/akai

(I am using it on AKAI Samplers) It is working perfectly, but here's a small bug in the WebUI. Doesn't matter which folder you are using for the .iso files, the WebUI always shows the "images" folder, the available space is always the same (probably looking for the available space on the SD card), and shows some available space even if the pendrive is 100% full (see pic)

immagine
rdmark commented 1 year ago

Thanks for the report! This should address both bugs: https://github.com/PiSCSI/piscsi/pull/1171