final File file = getParentLayer().getFileSystem().
replicateFile(getParentLayer(), Selectors.SELECT_SELF);
try {
this.fileSystem = new Iso9660FileSystem(file, true);
}
catch (IOException ex) {
throw new FileSystemException("vfs.provider.iso/open-iso-file.error", file, ex);
}