Luke Iannini

Results 62 comments of Luke Iannini
trafficstars

Here is a similar log for attempting to load a Roland ISO image attached at SCSI 6 ``` pi@seascape-seastone:~ $ journalctl -u rascsi -f -- Logs begin at Wed 2021-12-01...

If I understand right 01 is "Read-Write Error Recovery" and 15 is "Completed" or "Extended", according to https://www.seagate.com/files/staticfiles/support/docs/manual/Interface%20manuals/100293068j.pdf (Page 59) and https://en.wikipedia.org/wiki/SCSI_mode_page — would it be enough to look at...

C++ isn't the issue, understanding SCSI is : ) (especially since I can't seem to access any of the documents on t10.org... will do my best though!) @rdmark suggested these...

Okay, I think I've found the first issue — according to [Oracle](https://docs.oracle.com/en/storage/tape-storage/storagetek-sl150-modular-tape-library/slorm/mode-sense-6-byte-1ah-and-mode-sense-10-byte-5ah.html#GUID-AD509871-D1C6-49A8-8B83-E45F0DCEB0EC) and [IBM](https://www.ibm.com/docs/en/ts4500-tape-library?topic=commands-mode-sense-6-x1a) we should be truncating responses to Mode Sense to the requested data length. Instead here https://github.com/akuker/RASCSI/blob/master/src/raspberrypi/devices/disk.cpp#L796...

Hi Uwe, I haven't had a time to do a second dive yet — I'm hoping to figure out the final issue on the ASR-10 (since what I've done so...

@uweseimet hello!! I had a chance to test the develop branch just now and while I can confirm that it provides the same progress my experimental patch did, the ASR...

yep, I'm running the trace right now : ) — will post as soon as it's done. (I don't think there's an option to just create the filesystem on the...

Sure thing — here's the beginning ``` [trace] virtual void SCSIDEV::Selection() Selection Phase ID=0 (with device) [trace] virtual void SASIDEV::Command() Command Phase [trace] virtual void SASIDEV::Command() CDB[0]=$03 [trace] virtual void...

A bit more information — testing with a 1 megabyte disk image, the format seems to complete successfully (DISK COMMAND COMPLETED) — great! But then fails with "FILE OPERATION ERROR"...

Thanks Uwe! I had it on my todo list, I'll get down to check it out on the ASR it in the next few days!