fSS.registerFileSystem(fs);
final String mountPath = "jifs";
fSS.mount(mountPath, fs, null);
log.info("Mounted " + type.getName() + " on " + mountPath);
final ExtensionPoint infoEP = getDescriptor().getExtensionPoint("info");
jifsExtension = new JIFSExtension(infoEP);
} catch (DeviceAlreadyRegisteredException ex) {
log.error("jifs is currently running.");
} catch (FileSystemException ex) {
log.error("Cannot mount " + (type != null ? type.getName() : "") + " filesystem ",