New: Detect mergerfs mounts

pull/836/head
Qstick 5 years ago
parent 12cc2ef95a
commit 6f588d23fd

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

Loading…
Cancel
Save