Welcome, Guest. Please login or register.

Author Topic: Mounting a CF unit on a 4000 via Tandem IDE card  (Read 5451 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: Mounting a CF unit on a 4000 via Tandem IDE card
« on: April 29, 2008, 04:29:21 PM »
Quote
dvvrue95 wrote:
Your reply resulted in me checking out a few more details and I think my problem is that I don't have a device exec. file called "SoftSCSI_ATE9.device" in my SYS:DEVS drawer, or for that matter anywhere on my machine, although IDEFIX97 identified that file using "Find device" when scanning for the CF card. So how does IDEFIX97 "know" about this file and that it associated with the CF card?

It's either in the ROM of the controller, or the file in Expansion loads it directly in to RAM. In any case, it doesn't matter - if FindDevice can see it, then the device is working.


You mentioned "cfd" files. Is this compactflash.device? If so, this is not correct. Compactflash.device is for Compact Flash cards in card readers in the PCMCIA port.

You might want to check out GiggleDisk. It will create a mountlist for your device.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: Mounting a CF unit on a 4000 via Tandem IDE card
« Reply #1 on: April 30, 2008, 12:21:46 PM »
Copy GiggleDisk_AOS68K to the C: directory. Might be easier to rename it to "giggledisk" too. Then use it as follows:

c:giggledisk SoftSCSI_ATE9.device 0 TO ram:

This should create a mountlist for the device in RAM:. Mount it to check it works, and if it does move it to devs:dosdrivers or sys:storage/dosdrivers.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10