1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-02-24 15:00:54 +00:00

Fixed: Correctly detect mounts in FreeBSD jails

(cherry picked from commit 67b1fd9bc5c3808ef7227a40ceb5304eefd50fa7)
This commit is contained in:
ta264 2021-10-26 21:32:38 +01:00
parent 31881a2c5a
commit 44e91e6eaf

View file

@ -12,6 +12,7 @@ public static class FindDriveType
{ "apfs", DriveType.Fixed },
{ "fuse.mergerfs", DriveType.Fixed },
{ "fuse.glusterfs", DriveType.Network },
{ "nullfs", DriveType.Fixed },
{ "zfs", DriveType.Fixed }
};