Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RaSCSI doesn't allow CD images to be inserted #8

Closed
akuker opened this issue Jul 8, 2020 · 1 comment
Closed

RaSCSI doesn't allow CD images to be inserted #8

akuker opened this issue Jul 8, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@akuker
Copy link
Member

akuker commented Jul 8, 2020

There seems to be some odd behavior with RaSCSI trying to insert/eject removable media (it may exist with other types as well).

The following commands were flagged as "invalid", but they should have worked.
pi@rascsi:~ $ rasctl -i 0 -c insert /home/pi/Downloads/ubuntu-20.04-desktop-amd64.iso
Error : Invalid file path
pi@rascsi:~ $ rasctl -i 0 -c insert /home/pi/Downloads/SSW-71-Universal/Hd-100.iso
Error : Invalid file path

@akuker akuker added the bug Something isn't working label Jul 8, 2020
akuker pushed a commit that referenced this issue Jul 10, 2020
@akuker akuker changed the title RaSCSI / rasctl are too picky about ISO file names RaSCSI doesn't allow CD images to be inserted Jul 10, 2020
@akuker
Copy link
Member Author

akuker commented Jul 10, 2020

The code appears to have been reporting "fail" when it succeeded, and "success" when the open failed. Added the '!' to match the previous file open call.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant