You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Depends on the flash drive. Oftentimes, some support larger ones, some do not.
But anyways, the ScsiWrite and Read commands currently only support some smaller chunk sizes.
See here, https://github.com/magnusja/libaums/blob/develop/libaum
s/src/main/java/me/jahnen/libaums/core/driver/scsi/commands/ScsiRead10.kt
Problem
private fun transferOneCommand(command: CommandBlockWrapper, inBuffer: ByteBuffer): Int
I have a 16k data packet. Why is it divided into 5 reads? Can I read 16k data packets at once? Instead of subcontracting to read
Expected behavior
Actual behavior
Stacktrace of Excpetion
Code where problem occurs
The text was updated successfully, but these errors were encountered: