error("Root VFS not bound (should be at: java:/CP2/VFS)");
return;
}
if(params.length == 0) {
Iterator it = rootfs.listMounts().entrySet().iterator();
while(it.hasNext()) {
Map.Entry ent = (Map.Entry) it.next();
out.println(ent.getKey() + "\t\t" + ent.getValue());
}