device list
device list
Is there a way to find out which filesystem devices are available?
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.
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.
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.