Page 2 of 2

Re: QL-SD (and in fact QubIDE cards) Filesystems

Posted: Sat Apr 26, 2014 12:36 am
by Dave
Would it help if we had a whip-round for you?

*passes the hat*

Re: QL-SD (and in fact QubIDE cards) Filesystems

Posted: Tue Apr 29, 2014 11:10 pm
by XorA
Hi Jose,

That image you send me was enlightening, it turns out the qubide hardware stores everything in LE format on the disk. So I have fixed this up in the disk reading routines.

I have created a github repo for the code.

https://github.com/slimlogic/qubide-tools

Code: Select all

./qubide -b ql.raw -d
          
7818/7840 blocks.

qterm                               E   21612 14/05/2097 19:47:35 v1     (8192)
qterm_bku                           E   21612 14/05/2097 19:49:26 v1     (8192)
chess_exe                           E   67360 06/02/2097 14:28:28 v1     (9216)
pqterm                              (dir) 0
Hopefully that is what you expect?

G

Re: QL-SD (and in fact QubIDE cards) Filesystems

Posted: Wed Apr 30, 2014 8:23 pm
by jose_leandro
Hi
XorA wrote:

Code: Select all

./qubide -b ql.raw -d
          
7818/7840 blocks.

qterm                               E   21612 14/05/2097 19:47:35 v1     (8192)
qterm_bku                           E   21612 14/05/2097 19:49:26 v1     (8192)
chess_exe                           E   67360 06/02/2097 14:28:28 v1     (9216)
pqterm                              (dir) 0
Hopefully that is what you expect?

G
Yes, that is more that I expect :-)

Image

In fact, I didn't remember that "PQTERM" is a directory. Your program shows it very well. This is what it is in that directory :

Image

I download the new software and compile it. It works well in my computer.

I hope you'll have time and make progress ( write program to raw file) :-)

Thanks

José Leandro

Re: QL-SD (and in fact QubIDE cards) Filesystems

Posted: Wed Apr 30, 2014 8:32 pm
by XorA
Thanks for that second piccy, that gives me some info to do directories.

G