| View previous topic :: View next topic |
| Author |
Message |
radad
Joined: 19 May 2004 Posts: 246 Location: Melbourne, Australia
|
Posted: Mon Jun 13, 2005 4:21 pm Post subject: device list |
|
|
| Is there a way to find out which filesystem devices are available? |
|
| Back to top |
|
 |
radad
Joined: 19 May 2004 Posts: 246 Location: Melbourne, Australia
|
Posted: Mon Jun 13, 2005 6:38 pm Post subject: |
|
|
| 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? |
|
| Back to top |
|
 |
pixel
Joined: 30 Jan 2004 Posts: 791
|
Posted: Mon Jun 13, 2005 8:04 pm Post subject: |
|
|
Isn't there something in fileXio ... ? Otherwise, you'd need to write your own RPC server and stuff. _________________ pixel: A mischievous magical spirit associated with screen displays. The computer industry has frequently borrowed from mythology. Witness the sprites in computer graphics, the demons in artificial intelligence and the trolls in the marketing department. |
|
| Back to top |
|
 |
radad
Joined: 19 May 2004 Posts: 246 Location: Melbourne, Australia
|
Posted: Mon Jun 13, 2005 11:04 pm Post subject: |
|
|
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. |
|
| Back to top |
|
 |
|