New: Detect mergerfs mounts

This commit is contained in:
netpok 2019-04-23 05:28:11 +02:00 committed by Mark McDowall
parent c10448af0b
commit 588eb6f691
1 changed files with 1 additions and 0 deletions

View File

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