static OSFileStore oshi_findFileStore(File f) { if (f == null) null; L l = oshi_fileStores(); S mount = disk_findMountPoint(f, map(l, fs -> fs.getMount())); ret firstThat(l, fs -> eq(fs.getMount(), mount)); }