Fixed: Correctly detect mounts in FreeBSD jails

[common]
pull/6683/head
ta264 3 years ago
parent ea8a5dc25e
commit 67b1fd9bc5

@ -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