New: Detect mergerfs mounts

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

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

Loading…
Cancel
Save