dm.stop(dev);
dm.start(dev);
log.info("/jnode ready.");
} catch (NameNotFoundException e) {
throw new PluginException(e);
} catch (DriverException e) {
throw new PluginException(e);
} catch (DeviceAlreadyRegisteredException e) {
throw new PluginException(e);
} catch (FileSystemException e) {
throw new PluginException(e);
} catch (DeviceNotFoundException ex) {
throw new PluginException(ex);
}
}