Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Reg: How to mount USB in qnx4.5?: (12 Items)
   
Reg: How to mount USB in qnx4.5?  
I have tried the following commands

io-usb -dehci pindex=0, verbose=4, pindex=2 &
io-usb -dohci pindex=0, verbose=4, pindex=2 &
io-usb -duhci pindex=0, verbose=4, pindex=2 &

---->It create file in /dev/usb. 

Fsys.umass fsys -l -n Direct-Access=usb
mount -p /dev/usb

But it dispay,
mount -p: read() of BIOS signature on /dev/usb failed: Block device required

I had note that the usb is when ever I type the command 

mount -p /dev/usb


Kindly help in this regard..
 
 
RE: How to mount USB in qnx4.5?  
Please post the output from 'show_pci -v'.


-----Original Message-----
From: kanda samy [mailto:community-noreply@qnx.com] 
Sent: Tuesday, August 18, 2009 7:08 AM
To: qnx4-community
Subject: Reg: How to mount USB in qnx4.5?

I have tried the following commands

io-usb -dehci pindex=0, verbose=4, pindex=2 &
io-usb -dohci pindex=0, verbose=4, pindex=2 &
io-usb -duhci pindex=0, verbose=4, pindex=2 &

---->It create file in /dev/usb. 

Fsys.umass fsys -l -n Direct-Access=usb
mount -p /dev/usb

But it dispay,
mount -p: read() of BIOS signature on /dev/usb failed: Block device
required

I had note that the usb is when ever I type the command 

mount -p /dev/usb


Kindly help in this regard..
 
 




_______________________________________________

QNX4 Community Support
http://community.qnx.com/sf/go/post36143
Re: RE: How to mount USB in qnx4.5?  
Hello Hugh!!

today i had a problem with my QNX harddisk. I will post the out of show_pci  tomorrow.

Is the usb device also list under the pci device? but every time I had to issue the command then only my usb device got 
detected.

I found that usb is read while i give the mount command.



Regards,
K.Kandasamy.
RE: RE: How to mount USB in qnx4.5?  
The 'show_pci -v' command should show all of your PCI devices including
the USB and Ethernet.


-----Original Message-----
From: kanda samy [mailto:community-noreply@qnx.com] 
Sent: Wednesday, August 19, 2009 8:13 AM
To: qnx4-community
Subject: Re: RE: How to mount USB in qnx4.5?

Hello Hugh!!

today i had a problem with my QNX harddisk. I will post the out of
show_pci  tomorrow.

Is the usb device also list under the pci device? but every time I had
to issue the command then only my usb device got detected.

I found that usb is read while i give the mount command.



Regards,
K.Kandasamy.



_______________________________________________

QNX4 Community Support
http://community.qnx.com/sf/go/post36248
Re: RE: RE: How to mount USB in qnx4.5?  
the output of show_pci -v for usb. four device has been detected.

vendor ID = 8086h Intel corp
Device ID = 2658h
PCI index = oh
class code C0300h serial bus(universal serial bus) ProgIF = 0
.....
....
......
....

vendor ID = 8086h Intel corp
Device ID = 2659h
PCI index = oh
class code C0300h serial bus(universal serial bus) ProgIF = 0
.....
....
......
....

I had check using using fdisk /dev/usb0 it shows 2 partition in one is non qnx partition and the other is dos. but while
 i try to mount it shows,

for dos partition:
insufficient memory unable to mount error

for non-qnx partition it shows BIOS signature fail for this device error.

I had delete all the partition and check with the qnx partition with the same mount option. It also display the 
insufficient memory unable to mount error


kindly help in this regard.
RE: RE: RE: How to mount USB in qnx4.5?  
Did you perform a 'mount -p /dev/hdx' before trying a 'mount /dev/hdx'?

-----Original Message-----
From: kanda samy [mailto:community-noreply@qnx.com] 
Sent: Thursday, August 20, 2009 8:45 AM
To: qnx4-community
Subject: Re: RE: RE: How to mount USB in qnx4.5?

the output of show_pci -v for usb. four device has been detected.

vendor ID = 8086h Intel corp
Device ID = 2658h
PCI index = oh
class code C0300h serial bus(universal serial bus) ProgIF = 0
.....
....
......
....

vendor ID = 8086h Intel corp
Device ID = 2659h
PCI index = oh
class code C0300h serial bus(universal serial bus) ProgIF = 0
.....
....
......
....

I had check using using fdisk /dev/usb0 it shows 2 partition in one is
non qnx partition and the other is dos. but while i try to mount it
shows,

for dos partition:
insufficient memory unable to mount error

for non-qnx partition it shows BIOS signature fail for this device
error.

I had delete all the partition and check with the qnx partition with the
same mount option. It also display the insufficient memory unable to
mount error


kindly help in this regard.



_______________________________________________

QNX4 Community Support
http://community.qnx.com/sf/go/post36363
Re: RE: RE: RE: How to mount USB in qnx4.5?  
yes! I mount using the following command.

mount -p /dev/usb0

it create two file in /dev dir - 1. /dev/usb0t6 2. /dev/usb0t77


but I not able mount both the partition.


Regards,
K.Kandasamy.
Re: RE: RE: RE: How to mount USB in qnx4.5?  
sorry.

i had tried the mount option like this
mount -t /dev/usb0 /tmp/usb

now its mount when not used with -t option
mount /dev/usb0 /tmp/usb

I have another problem:
when I open the usb in linux it shows the content but when i open the same in windows its not displaying (even the 
partition type is FAT). also I checked the usb partion in windows with FAT and try to mount in qnx it shows corrupted 
file system error.


Kindly tell I to data from qnx to windows and vice versa.



Regards,
K.kandasamy
RE: RE: RE: RE: How to mount USB in qnx4.5?  
You will have to run Dosfsys to be able to copy files to/from a DOS file
system.


-----Original Message-----
From: kanda samy [mailto:community-noreply@qnx.com] 
Sent: Friday, August 21, 2009 6:04 AM
To: qnx4-community
Subject: Re: RE: RE: RE: How to mount USB in qnx4.5?

sorry.

i had tried the mount option like this
mount -t /dev/usb0 /tmp/usb

now its mount when not used with -t option
mount /dev/usb0 /tmp/usb

I have another problem:
when I open the usb in linux it shows the content but when i open the
same in windows its not displaying (even the partition type is FAT).
also I checked the usb partion in windows with FAT and try to mount in
qnx it shows corrupted file system error.


Kindly tell I to data from qnx to windows and vice versa.



Regards,
K.kandasamy



_______________________________________________

QNX4 Community Support
http://community.qnx.com/sf/go/post36404
Re: RE: RE: RE: RE: How to mount USB in qnx4.5?  
I had run the Dosfsys after Fsys.umass , but i got No drives found message.

when to run the Dosfsys command.
RE: RE: RE: RE: RE: How to mount USB in qnx4.5?  
Did you do the 'mount -p' after running Fsys.umass and before running
Dosfsys? You can also try running 'Dosfsys c=/dev/usb0t6'.


-----Original Message-----
From: kanda samy [mailto:community-noreply@qnx.com] 
Sent: Friday, August 21, 2009 7:56 AM
To: qnx4-community
Subject: Re: RE: RE: RE: RE: How to mount USB in qnx4.5?

I had run the Dosfsys after Fsys.umass , but i got No drives found
message.

when to run the Dosfsys command.



_______________________________________________

QNX4 Community Support
http://community.qnx.com/sf/go/post36408
Re: RE: RE: RE: RE: RE: How to mount USB in qnx4.5?  
Thanks!!!!

Now I got my usb device mount on /doc/c with the Dosfsys c=/dev/usb0t6 option u said.


Reagrds,
K.kandasamy.