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

rawwrite fails with "Error: LAYOUT: no sectors in sector definition!" #787

Open
errolt opened this issue Oct 25, 2024 · 3 comments
Open

Comments

@errolt
Copy link

errolt commented Oct 25, 2024

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:

Error: LAYOUT: no sectors in sector definition!

Running a self compiled version that is up to,date with the repo.

@davidgiven
Copy link
Owner

Yes, the docs are out of date. You need to specify a format so that it knows which tracks you want to copy.

@errolt
Copy link
Author

errolt commented Oct 25, 2024

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

@errolt errolt closed this as completed Oct 25, 2024
@davidgiven davidgiven reopened this Oct 25, 2024
@davidgiven
Copy link
Owner

Reopening as a reminder to fix the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants