Fixed: Correctly detect mounts in FreeBSD jails

(cherry picked from commit 67b1fd9bc5c3808ef7227a40ceb5304eefd50fa7)
pull/2455/head
ta264 3 years ago
parent 31881a2c5a
commit 44e91e6eaf

@ -12,6 +12,7 @@ namespace NzbDrone.Mono.Disk
{ "apfs", DriveType.Fixed },
{ "fuse.mergerfs", DriveType.Fixed },
{ "fuse.glusterfs", DriveType.Network },
{ "nullfs", DriveType.Fixed },
{ "zfs", DriveType.Fixed }
};

Loading…
Cancel
Save