mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 04:59:35 -07:00
Fixed: Correctly detect mounts in FreeBSD jails
(cherry picked from commit 67b1fd9bc5c3808ef7227a40ceb5304eefd50fa7)
This commit is contained in:
parent
31881a2c5a
commit
44e91e6eaf
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ namespace NzbDrone.Mono.Disk
|
||||||
{ "apfs", DriveType.Fixed },
|
{ "apfs", DriveType.Fixed },
|
||||||
{ "fuse.mergerfs", DriveType.Fixed },
|
{ "fuse.mergerfs", DriveType.Fixed },
|
||||||
{ "fuse.glusterfs", DriveType.Network },
|
{ "fuse.glusterfs", DriveType.Network },
|
||||||
|
{ "nullfs", DriveType.Fixed },
|
||||||
{ "zfs", DriveType.Fixed }
|
{ "zfs", DriveType.Fixed }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue