USB Mount File System

Hello,

Does QNX support to mount the USB device to QNX file system irrespective of the file system in the USB?

For instance: USB MSB is formatted with NTFS file system and it contains some files there. Will be able to access the NTFS file system in USB from QNX and moun the same to qnx4 file system using mount -t qnx4 /dev/hd1t77 /mnt/usb

Please clarify.

Regards,
~Subu

mount -t qnx4 /dev/hd1t77 /mnt/usb - this will mount qnx4 fs in to /mnt/usb, but not NTFS!(if i right undersand you)
if you want to mount NTFS fs, that already in /dev/ (hd1t66(on my mind)) you must write: mount -t ntfs /dev/hd1t66 /mnt/usb, but QNX not contain library for ntfs(/lib/dll/fs-ntfs.so). In internet I see this lib, but now it inaccessible. Maybe someone have it…