We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On my SD card, I have these files:
HD60_imaged.hda HD61_imaged.hda HD62_imaged.hda HD63_imaged.hda HD64_imaged.hda HD65_imaged.hda HD66_imaged.hda HD67_imaged.hda HD68_imaged.hda HD69_imaged.hda bluescsi.ini log.txt
When I begin a subsequent transfer, I get these lines in the log:
[22595ms] Using filename: HD6:_imaged.hda to avoid overwriting existing file. [22595ms] Failed to open file for writing: HD6:_imaged.hda
Perhaps the increment sets a : (colon) as the value after 9.
:
9
I can work around this by removing the existing files.
The text was updated successfully, but these errors were encountered:
Thanks for reporting! Yes it's due to me just simply incrementing the lun, which when it gets to 9 in ascii the next value is :. A simple printf or something would be better instead of modifying that one byte. https://github.com/BlueSCSI/BlueSCSI-v2/blob/main/src/BlueSCSI_initiator.cpp#L271
A good first issue for someone who might want to contribute.
Sorry, something went wrong.
7f1a100
thank you! :D
erichelgeson
No branches or pull requests
On my SD card, I have these files:
When I begin a subsequent transfer, I get these lines in the log:
Perhaps the increment sets a
:
(colon) as the value after9
.I can work around this by removing the existing files.
The text was updated successfully, but these errors were encountered: