mounting a Flashdisc to QNX 2.21

I have got a new Advantech PCA-6751 with 16 MB Flashdisc connected to
Secondary IDE.
I cannot correctly mount my Flashdisk to QNX 2,21.

My commands:

mount disk 3 /drivers/disk.ata t=15 h=32 n=63 +v
Code is located at segment 01B0 (23ADh bytes)
Data is located at segment 01B8 (0979h bytes)
Define driver 1 returns 00
Init driver 3 returns 00

mount
Drive 1: Floppy, 1,4M, p=1
Drive 3: Hard , 15,1M, partition=non-Qnx

fdisk 3
Unable to access disk.


Should I use another driver for my Flashdisk ??
Have anybody the driver or some experience ?

Notices:
Booting of MS-DOS 6,22 goes well.

No matter the BIOS is set up (Secondary IDE: LBA or NORMAL, Primary IDE:
Disabled or Enabled).

\

Petr Brunner
brunner@apel.cz

What kind of Flashdisk? Something like a
SanDisk? For disk.ata to work, it would
have to have an ide or eide interface.
You could also try disk.atc and disk.at.




Petr Brunner <brunner@apel.cz> wrote:

I have got a new Advantech PCA-6751 with 16 MB Flashdisc connected to
Secondary IDE.
I cannot correctly mount my Flashdisk to QNX 2,21.

My commands:

mount disk 3 /drivers/disk.ata t=15 h=32 n=63 +v
Code is located at segment 01B0 (23ADh bytes)
Data is located at segment 01B8 (0979h bytes)
Define driver 1 returns 00
Init driver 3 returns 00

mount
Drive 1: Floppy, 1,4M, p=1
Drive 3: Hard , 15,1M, partition=non-Qnx

fdisk 3
Unable to access disk.


Should I use another driver for my Flashdisk ??
Have anybody the driver or some experience ?

Notices:
Booting of MS-DOS 6,22 goes well.

No matter the BIOS is set up (Secondary IDE: LBA or NORMAL, Primary IDE:
Disabled or Enabled).


Petr Brunner
brunner@apel.cz


Mitchell Schoenbrun --------- maschoen@pobox.com

We have bought an IDE driver, configured it as PRIMARY MASTER, now it works
OK.
The problem was in original Advantech IDE driver for Compact Flash Disk 16
MB (I think it has some cache, which I cannot disable in CMOS SETUP, or the
driver is not 100 % compatible). :frowning:

P.Brunner