Page 1 of 1
QUBIDE with CF Card
Posted: Mon Feb 11, 2013 3:53 pm
by genetika
Dear All,
I'm going to install a QUBIDE interface on my original QL with SuperGold Card, Minerva and SuperHermes installed.
I would like to know if is possible to use a CF Card instead of an EIDE HD. I bought a 40 pin IDE to CF Adapter... Before starting I would like to know if I need to power the CF board itself, or if the QL power is enough (obviously without the 68008 processor)..
Thanks in advance for your kindly support !
Kind regards,
Massimino
Re: QUBIDE with CF Card
Posted: Tue Feb 12, 2013 8:34 pm
by Dave
I have done this so I do know it works. I did not have to provide separate power to the CF board. There is 5V supplied by the interface. Your interface board may be different, but usually they're passive since CF cards talk IDE ATA-6.
Re: QUBIDE with CF Card
Posted: Wed Feb 13, 2013 11:07 am
by genetika
Thanks!
I will try as soon as I receive the CF adpter.
Kind regards,
Massimino
Re: QUBIDE with CF Card
Posted: Sun Feb 17, 2013 7:15 am
by genetika
Work in progress...
It was needed to provide separate power for the IDE to CF adapter ..
https://www.facebook.com/media/set/?set ... effb5351cf
Massimino
Re: QUBIDE with CF Card
Posted: Sun Feb 17, 2013 12:20 pm
by Derek_Stewart
Hi,
I like the CF Adapter, can you tell where to get one.
Derek
Re: QUBIDE with CF Card
Posted: Sun Feb 17, 2013 8:09 pm
by genetika
Re: QUBIDE with CF Card
Posted: Sun Feb 17, 2013 9:41 pm
by dilwyn
I didn't know you could still buy these. My MinisQL has a Qubide but its hard disk died some time ago and I never bothered to replace it. I will need to test if there is room in the MinisQL case to install one of these devices, it will be an interesting and different way to replace the hard disk if I can get a device with a right angle connection, or perhaps a short extension cable from the qubide.
minisqlboard2.jpg
Re: QUBIDE with CF Card
Posted: Mon Feb 18, 2013 6:13 am
by genetika
Hi.
CF to IDE (ANGLED with direct connection on the board)
http://www.titanwirelessonline.com/CF-t ... f-ider.htm
Also 2 inch IDE 40 PIN cables are available ( to use with a normal CF to IDE adapter ):
http://www.ebay.com/itm/2-inch-40-Pin-M ... 0666596825
You can also change the FLOPPY DRIVE with a Floppy Emulator :
http://lotharek.pl/product.php?pid=42
Otherwise, if you want to sell your "broken"

MiniQL ... I'm here!
ps.. I don't understand well the use of the directories ..
For example ..
If I have a floppy with some files on the root directory, to move these files to an HD directory I need to use the following command :
WCOPY FLP1_ TO WIN1_DIRECTORY_
Is it correct?
How is possible to remove a directory or remove its contents?
Thanks in advance!!!
Massimino
Re: QUBIDE with CF Card
Posted: Mon Feb 18, 2013 9:09 am
by RWAP
genetika wrote:
ps.. I don't understand well the use of the directories ..
For example ..
If I have a floppy with some files on the root directory, to move these files to an HD directory I need to use the following command :
WCOPY FLP1_ TO WIN1_DIRECTORY_
Is it correct?
How is possible to remove a directory or remove its contents?
Thanks in advance!!!
Massimino
Yes the WCOPY command is correct - however, it does not create a directory as such (ie, DIR win1_ will show every file, including those in directories),
eg.
WIN1_boot
WIN1_test_bas
WIN1_DIRECTORY_test_bas
WIN1_DIRECTORY_test_cde
WIN1_DIRECTORY_test_asm
What you need to do is then use MAKE_DIR win1_DIRECTORY
Now DIR win1_ reports:
WIN1_boot
WIN1_test_bas
WIN1_DIRECTORY ->
DIR win1_DIRECTORY_ gives
WIN1_DIRECTORY_test_bas
WIN1_DIRECTORY_test_cde
WIN1_DIRECTORY_test_asm
To delete files from the directory, use:
WDEL win1_DIRECTORY_
Once the directory is empty, you can then delete the directory itself with:
DELETE win1_DIRECTORY