How to see the device list in qnx ?

Hi,

Is there any command to see the partition lists in qnx 6.x ?

In Linux fdisk -l will list the partion tables. Likewise , is there any command to see it in qnx 6.x

Jaqat,

the ‘fdisk’ command exists in 6.3 but there is no -l option to list partition information. So if you just want to see the information (not from a program) you can run fdisk.

There is also a command called ‘df’. This lists partition information as well. The -g and -n options may be what you are looking for.

Tim

Thanks Tim.

df -g works well.