Mount USB memory stick

Is it possible for QNX Neutrino to auto mount a USB memory stick?

The following command is successful:

mount -t dos /dev/hd1t6 /mnt/usb

But if /etc/fstab has the following line:
/dev/hd1t6 /mnt/usb dos rw

then mount fails:

mount -vvv /dev/hd1t6

Parsed: mount from [/dev/hd1t6] mount on [NULL] type [NULL]
Guessing type [qnx4], use -[t|T] if incorrect
exec: mount_qnx4 /dev/hd1t6 /mnt/usb
Using internal mount (mount_qnx4 not found)
Type [qnx4] Flags 0x00000000
Device [/dev/hd1t6] Directory [/mnt/usb]
Options []

Regards,

Francois

On 2007-02-12, Francois Joubert <sommerfj@webmail.co.za> wrote:

Is it possible for QNX Neutrino to auto mount a USB memory stick?

QNX 6.3 SP3 do it by default now …


Martin