mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-23 22:17:15 -04:00
Fixed: Correctly detect mounts in FreeBSD jails
[common]
This commit is contained in:
parent
ea8a5dc25e
commit
67b1fd9bc5
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ namespace NzbDrone.Mono.Disk
|
|||
{ "apfs", DriveType.Fixed },
|
||||
{ "fuse.mergerfs", DriveType.Fixed },
|
||||
{ "fuse.glusterfs", DriveType.Network },
|
||||
{ "nullfs", DriveType.Fixed },
|
||||
{ "zfs", DriveType.Fixed }
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue