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

cbmcopy with 0 block files fails #104

Open
spiro-trikaliotis opened this issue Aug 16, 2023 · 1 comment
Open

cbmcopy with 0 block files fails #104

spiro-trikaliotis opened this issue Aug 16, 2023 · 1 comment
Labels

Comments

@spiro-trikaliotis
Copy link
Member

From F-64: https://www.forum64.de/index.php?thread/138834-opencbm-einzelne-dateien-von-disk-l%C3%B6schen-kopieren/&postID=2028618#post2028618

D:\Image>cbmctrl dir 8
0 ."speedtest       " 00 2a
8    "speed-test-fixed" prg
0    "release"          seq
0    "oct"              seq
656 blocks free.
00, ok,00,00

D:\Image>cbmcopy.exe -r 8 "release,s"
[Info] reading release -> release.seq
[Info] identified a 1571 drive
[Fatal] could not open file for reading: 62, FILE NOT FOUND,00,00
[Warning] error reading RELEASE,S

It seems that cbmcopy does not like to read 0 block files.

@thierer
Copy link
Contributor

thierer commented Aug 19, 2023

I don't consider this a bug. cbmcopy just reports the error from the disk drive and that's what you get when you try to open a file with track and sector == 0 in its directory entry.

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

No branches or pull requests

2 participants