Cannot read a file from disk that is listed in
Brought to you by:
strik
If i list disk files using the command "cbmctrl dir 8" i obtain a file with the following name:
"a1.@@@@@@@@@@@@." and type prg.
If i try to read this file using following command:
cbmcopy -r -t original 8 'a1.@@@@@@@@@@@@.' -o TEST
i obtain this output:
[Info] reading a1.@@@@@@@@@@@@. -> TEST
[Info] identified a 1571 drive
[Fatal] could not open file for reading: 62, FILE NOT FOUND,00,00
[Warning] error reading A1.@@@@@@@@@@@@.
Anonymous
I'm using "opencbm-git" version "r1480.05c04338-1" on Arch Linux
First: Please note that this bug tracker is not used anymore.
I made a copy of your issue on github (https://github.com/OpenCBM/OpenCBM/issues/93)
This happens because the cbmctrl command and cbmcopy do different mappings for tfie characters. This is a known limitation at the moment.
Is the file really named with at-signs (@)?
To make sure, can you create a copy of the disk as an image (d64 file)?
Taken over to github