Loading fs_mgr/fs_mgr_roots.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -115,8 +115,8 @@ bool TryPathMount(FstabEntry* rec, const std::string& mount_pt) { return true; } static const std::vector<std::string> supported_fs{"ext4", "squashfs", "vfat", "f2fs", "erofs", "none"}; static const std::vector<std::string> supported_fs{"ext4", "squashfs", "vfat", "exfat", "f2fs", "erofs", "none"}; if (std::find(supported_fs.begin(), supported_fs.end(), rec->fs_type) == supported_fs.end()) { LERROR << "unknown fs_type \"" << rec->fs_type << "\" for " << mount_point; return false; Loading Loading
fs_mgr/fs_mgr_roots.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -115,8 +115,8 @@ bool TryPathMount(FstabEntry* rec, const std::string& mount_pt) { return true; } static const std::vector<std::string> supported_fs{"ext4", "squashfs", "vfat", "f2fs", "erofs", "none"}; static const std::vector<std::string> supported_fs{"ext4", "squashfs", "vfat", "exfat", "f2fs", "erofs", "none"}; if (std::find(supported_fs.begin(), supported_fs.end(), rec->fs_type) == supported_fs.end()) { LERROR << "unknown fs_type \"" << rec->fs_type << "\" for " << mount_point; return false; Loading