mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-24 15:11:27 +00:00
New: Detect mergerfs mounts
This commit is contained in:
parent
c10448af0b
commit
588eb6f691
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ namespace NzbDrone.Mono.Disk
|
|||
{
|
||||
{ "afpfs", DriveType.Network },
|
||||
{ "apfs", DriveType.Fixed },
|
||||
{ "fuse.mergerfs", DriveType.Fixed },
|
||||
{ "zfs", DriveType.Fixed }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue