Page 1 of 1
device list
Posted: Mon Jun 13, 2005 4:21 pm
by radad
Is there a way to find out which filesystem devices are available?
Posted: Mon Jun 13, 2005 6:38 pm
by radad
I have found iopmgr.irx which seems to be able to do what I want but how do you use from the ee, there doesn't appear to be a supporting header and library to call it from the ee?
Posted: Mon Jun 13, 2005 8:04 pm
by pixel
Isn't there something in fileXio ... ? Otherwise, you'd need to write your own RPC server and stuff.
Posted: Mon Jun 13, 2005 11:04 pm
by radad
It seems iopmgr has what I need for the moment. You can pass it some command line options to list various things.
This gives the list of devices:
ps2client -h ps2 execiop devices
Seems as though it can do a few others too like: modlist, ioman, iomanx and libs
It looks like iopmgr exports the function I wanted, there just isn't the corresponfing library to call it from the ee. Anyway, what I have found will do for now.