mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
New: Detect mergerfs mounts
This commit is contained in:
@@ -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 }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user