mirror of
https://github.com/qdrant/qdrant.git
synced 2026-09-21 13:37:46 -05:00
Use FsType::ExFat on non-Linux, so that Rust won't complain (#8186)
This commit is contained in:
@@ -84,6 +84,7 @@ impl FsType {
|
||||
"xfs" => Self::Xfs,
|
||||
"ntfs" => Self::Ntfs,
|
||||
"fat" | "fat12" | "fat16" | "fat32" => Self::Fat,
|
||||
"exfat" => Self::ExFat,
|
||||
"nfs" => Self::Nfs,
|
||||
"hfs" | "htf+" => Self::Hfs,
|
||||
"apfs" => Self::Apfs,
|
||||
|
||||
Reference in New Issue
Block a user