RaSCSI no longer working on latest Raspberry Pi OS Lite?

Started by Elrinth, December 11, 2020, 07:45:12 AM

Previous topic - Next topic

Elrinth

I already have one raspberry pi and now I wanted to create another one.

So I followed each step here: https://www.mushagaeshi.com/2018/02/24/howto-setup-rascsi-scsi-device-emulator/

but when I get to try to start rascsi, it simply won't recognize the "executables" as an executable... :(

I tried both 147.zip and latest and greatest and both don't work.

~/rascsi/bin/raspberrypi $
So I type in: sudo fullspec /rascsi -ID0 x68000scsi0.hds
It then prints: sudo: fullspec: command not found

so I try to do: cd fullspec
I run: ls
and it prints: rascsi rasctl rasdump sasidump
so I try to run each of those, but none work!
-bash: rascsi: command not found
-base: rasctl: command not found

It won't recognize the files are proper files for some reason... Why?!

EDIT:
I am so stupid. ofcourse the website is adding a space there...
it should be:
sudo fullspec/rascsi -ID0 x68000scsi0.hds

now it is working perfect!