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