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
According to the usage.md page this should be acceptable parameters:
fluxengine rawwrite -s <flux source> -d <flux destination>
But ./fluxengine rawwrite -s test.flux -d test2.flux results in:
./fluxengine rawwrite -s test.flux -d test2.flux
Error: LAYOUT: no sectors in sector definition!
Running a self compiled version that is up to,date with the repo.
The text was updated successfully, but these errors were encountered:
Yes, the docs are out of date. You need to specify a format so that it knows which tracks you want to copy.
Sorry, something went wrong.
Ok, this works:
./fluxengine rawwrite ibm --720_135 -s test.flux -d test2.flux
To find the --720_135 I ran: ./fluxengine rawwrite ibm -C
./fluxengine rawwrite ibm -C
Reopening as a reminder to fix the documentation.
No branches or pull requests
According to the usage.md page this should be acceptable parameters:
fluxengine rawwrite -s <flux source> -d <flux destination>
But
./fluxengine rawwrite -s test.flux -d test2.flux
results in:Running a self compiled version that is up to,date with the repo.
The text was updated successfully, but these errors were encountered: