Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Problem using mount with io-pkt: (6 Items)
   
Problem using mount with io-pkt  
Hi,

I am having a problem using mount with io-pkt-v4.

if I use:

io-pkt-v4 -d pq2fads-ppc8260 channel=1,mac=xxxxxxxxxxxx,speed=100 -p tcpip prefix=$SOCK

everything is find (Where $SOCK is set in the environment.)

However if I do this:

io-pkt-v4 -p tcpip prefix=$SOCK
mount -T io-pkt-v4 -o channel=1,mac=xxxxxxxxxxxx,speed=100 /lib/dll/devn-pq2fads-ppc8260.so

I get the following error:

mount: Can't mount / (type io-pkt-v4) 
mount: Possible reason: Invalid argument 

What am I doing wrong?

Thanks,
Santosh
RE: Problem using mount with io-pkt  
Hmmm...  How about: 

mount -T io-pkt -o "channel=1,mac=xxxxxxxxxxxx,speed=100" /lib/dll/devn-
pq2fads-ppc8260.so



-----Original Message-----
From: Santosh Kumar [mailto:community-noreply@qnx.com] 
Sent: Thursday, July 31, 2008 10:47 PM
To: drivers-networking
Subject: Problem using mount with io-pkt

Hi,

I am having a problem using mount with io-pkt-v4.

if I use:

io-pkt-v4 -d pq2fads-ppc8260 channel=1,mac=xxxxxxxxxxxx,speed=100 -p
tcpip prefix=$SOCK

everything is find (Where $SOCK is set in the environment.)

However if I do this:

io-pkt-v4 -p tcpip prefix=$SOCK
mount -T io-pkt-v4 -o channel=1,mac=xxxxxxxxxxxx,speed=100
/lib/dll/devn-pq2fads-ppc8260.so

I get the following error:

mount: Can't mount / (type io-pkt-v4) 
mount: Possible reason: Invalid argument 

What am I doing wrong?

Thanks,
Santosh

_______________________________________________
Networking Drivers
http://community.qnx.com/sf/go/post11307
Re: RE: Problem using mount with io-pkt  
Same result....

 mount -T io-pkt-v4 -o "channel=1,mac=001faaffffe0,speed=100" /lib/dll/devn-pq2fads-ppc8260.so 
mount: Can't mount / (type io-pkt-v4) 
mount: Possible reason: Invalid argument 

-Santosh
> Hmmm...  How about: 
> 
> mount -T io-pkt -o "channel=1,mac=xxxxxxxxxxxx,speed=100" /lib/dll/devn-
> pq2fads-ppc8260.so
> 
> 
> 
> -----Original Message-----
> From: Santosh Kumar [mailto:community-noreply@qnx.com] 
> Sent: Thursday, July 31, 2008 10:47 PM
> To: drivers-networking
> Subject: Problem using mount with io-pkt
> 
> Hi,
> 
> I am having a problem using mount with io-pkt-v4.
> 
> if I use:
> 
> io-pkt-v4 -d pq2fads-ppc8260 channel=1,mac=xxxxxxxxxxxx,speed=100 -p
> tcpip prefix=$SOCK
> 
> everything is find (Where $SOCK is set in the environment.)
> 
> However if I do this:
> 
> io-pkt-v4 -p tcpip prefix=$SOCK
> mount -T io-pkt-v4 -o channel=1,mac=xxxxxxxxxxxx,speed=100
> /lib/dll/devn-pq2fads-ppc8260.so
> 
> I get the following error:
> 
> mount: Can't mount / (type io-pkt-v4) 
> mount: Possible reason: Invalid argument 
> 
> What am I doing wrong?
> 
> Thanks,
> Santosh
> 
> _______________________________________________
> Networking Drivers
> http://community.qnx.com/sf/go/post11307


RE: RE: Problem using mount with io-pkt  
Make sure after -T that is "io-pkt", not "io-pkt-v4".

-xtang

> -----Original Message-----
> From: Santosh Kumar [mailto:community-noreply@qnx.com]
> Sent: July 31, 2008 11:02 PM
> To: drivers-networking
> Subject: Re: RE: Problem using mount with io-pkt
> 
> Same result....
> 
>  mount -T io-pkt-v4 -o "channel=1,mac=001faaffffe0,speed=100"
> /lib/dll/devn-pq2fads-ppc8260.so
> mount: Can't mount / (type io-pkt-v4)
> mount: Possible reason: Invalid argument
> 
> -Santosh
> > Hmmm...  How about:
> >
> > mount -T io-pkt -o "channel=1,mac=xxxxxxxxxxxx,speed=100"
/lib/dll/devn-
> > pq2fads-ppc8260.so
> >
> >
> >
> > -----Original Message-----
> > From: Santosh Kumar [mailto:community-noreply@qnx.com]
> > Sent: Thursday, July 31, 2008 10:47 PM
> > To: drivers-networking
> > Subject: Problem using mount with io-pkt
> >
> > Hi,
> >
> > I am having a problem using mount with io-pkt-v4.
> >
> > if I use:
> >
> > io-pkt-v4 -d pq2fads-ppc8260 channel=1,mac=xxxxxxxxxxxx,speed=100 -p
> > tcpip prefix=$SOCK
> >
> > everything is find (Where $SOCK is set in the environment.)
> >
> > However if I do this:
> >
> > io-pkt-v4 -p tcpip prefix=$SOCK
> > mount -T io-pkt-v4 -o channel=1,mac=xxxxxxxxxxxx,speed=100
> > /lib/dll/devn-pq2fads-ppc8260.so
> >
> > I get the following error:
> >
> > mount: Can't mount / (type io-pkt-v4)
> > mount: Possible reason: Invalid argument
> >
> > What am I doing wrong?
> >
> > Thanks,
> > Santosh
> >
> > _______________________________________________
> > Networking Drivers
> > http://community.qnx.com/sf/go/post11307
> 
> 
> 
> 
> _______________________________________________
> Networking Drivers
> http://community.qnx.com/sf/go/post11309
Re: RE: RE: Problem using mount with io-pkt  
Hi There,

That fixed it! Thanks. Actually on a hunch I had tried that before without the quotation but that doesnt work.

Thanks,
Santosh
> Make sure after -T that is "io-pkt", not "io-pkt-v4".
> 
> -xtang
> 
> > -----Original Message-----
> > From: Santosh Kumar [mailto:community-noreply@qnx.com]
> > Sent: July 31, 2008 11:02 PM
> > To: drivers-networking
> > Subject: Re: RE: Problem using mount with io-pkt
> > 
> > Same result....
> > 
> >  mount -T io-pkt-v4 -o "channel=1,mac=001faaffffe0,speed=100"
> > /lib/dll/devn-pq2fads-ppc8260.so
> > mount: Can't mount / (type io-pkt-v4)
> > mount: Possible reason: Invalid argument
> > 
> > -Santosh
> > > Hmmm...  How about:
> > >
> > > mount -T io-pkt -o "channel=1,mac=xxxxxxxxxxxx,speed=100"
> /lib/dll/devn-
> > > pq2fads-ppc8260.so
> > >
> > >
> > >
> > > -----Original Message-----
> > > From: Santosh Kumar [mailto:community-noreply@qnx.com]
> > > Sent: Thursday, July 31, 2008 10:47 PM
> > > To: drivers-networking
> > > Subject: Problem using mount with io-pkt
> > >
> > > Hi,
> > >
> > > I am having a problem using mount with io-pkt-v4.
> > >
> > > if I use:
> > >
> > > io-pkt-v4 -d pq2fads-ppc8260 channel=1,mac=xxxxxxxxxxxx,speed=100 -p
> > > tcpip prefix=$SOCK
> > >
> > > everything is find (Where $SOCK is set in the environment.)
> > >
> > > However if I do this:
> > >
> > > io-pkt-v4 -p tcpip prefix=$SOCK
> > > mount -T io-pkt-v4 -o channel=1,mac=xxxxxxxxxxxx,speed=100
> > > /lib/dll/devn-pq2fads-ppc8260.so
> > >
> > > I get the following error:
> > >
> > > mount: Can't mount / (type io-pkt-v4)
> > > mount: Possible reason: Invalid argument
> > >
> > > What am I doing wrong?
> > >
> > > Thanks,
> > > Santosh
> > >
> > > _______________________________________________
> > > Networking Drivers
> > > http://community.qnx.com/sf/go/post11307
> > 
> > 
> > 
> > 
> > _______________________________________________
> > Networking Drivers
> > http://community.qnx.com/sf/go/post11309


RE: RE: Problem using mount with io-pkt  
That sounds like a good thing to emphasize in the documentation. I'll
add a note to the docs for mount.

Steve Reid (stever@qnx.com)
Technical Editor
QNX Software Systems 
 

> -----Original Message-----
> From: Xiaodan Tang [mailto:community-noreply@qnx.com] 
> Sent: Thursday, July 31, 2008 11:03 PM
> To: drivers-networking
> Subject: RE: RE: Problem using mount with io-pkt
> 
> Make sure after -T that is "io-pkt", not "io-pkt-v4".
> 
> -xtang