130Gb limit

I’m trying to configure an ide raid in QNX4.25. It has 3x120Gb disks configured as Raid 5 (240Gb of usable capacity). Other OS’s can detect it OK (Linux, windows), but QNX only detect 130Gb (fdisk says 131069 Mbytes).
The system is upgraded with latest patchs, BIOS is configured as LBA and I’ve tested Fsys.atapi and Fsys.eide with same results.
Any ideas are welcome!

QNX4 doesn’t support raid. If you hardware setup is transparent, then try using:

Fsys -Hdisk240
Fsys.atapi atapi master=lba48

lba48 did the trick! Now it’s working OK with 240Gb
Thank you!