new Filesystem2ToFilesystem3Adapter(new Filesystem1ToFilesystem2Adapter(filesystem1)),
LogFactory.getLog(filesystem1.getClass()));
}
public static void mount(String[] args, Filesystem2 filesystem2) throws Exception {
mount(args, new Filesystem2ToFilesystem3Adapter(filesystem2), LogFactory.getLog(filesystem2.getClass()));
}