We are trying to mount USB on QNX 4.25. The QNX4.25 system was booted via Virtual machine (Vmware). The steps we done for mounting USB Mass Storage were mentioned below.
1.Enable Removable Device → SanDisk Cruze Blade-> Connect on Vmware settings Tab.
[But a warning prompted like SanDisk Cruze Blade is of USB 2.0, but the available host controller with Vmware is USB 1.1]. We neglected the warning
2.Run the following commands mentioned in the forum openqnx.com/phpbbforum/viewtopic.php?t=11230
a.# io-usb &
b.# Fsys.umass fsys -l -n Direct-Access=usb; Then a new entry created on /dev as /dev/usb0
c.# usb-v ; It shows the connected USB details like Vendor, Product, Class etc. So we found that our device is successfully identified by QNX
3.Then execute the command
mount /dev/usb0 /home/mnt
But an error occured : mount() of /dev/usb0 failed :Corrupted File System
For an experiment, we try to run the following command
4.# mount –p Fatfsys /dev/usb0 /home/mnt
But again error occured : Open on Fatfsys Failed: No such file or directory. But Fatfsys is located at /bin folder.
We tried to mount USB as per the mentioned step… #mount_dos /dev/usb0 /dos/a
But an error prompted "mount_dos: Unable to find “Fatfsys” server.
But Fatfsys is available at /bin folder. [ Only usb and usb0 devices are listed in /dev. Also /dos/b , /dos/c … /dos/g options tried]
Please help