mirror of
https://github.com/Readarr/Readarr
synced 2026-01-01 05:03:13 +01:00
Fixed: Correctly detect mounts in FreeBSD jails
(cherry picked from commit 67b1fd9bc5c3808ef7227a40ceb5304eefd50fa7)
This commit is contained in:
parent
355dcaed6c
commit
2001035257
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ public static class FindDriveType
|
|||
{ "apfs", DriveType.Fixed },
|
||||
{ "fuse.mergerfs", DriveType.Fixed },
|
||||
{ "fuse.glusterfs", DriveType.Network },
|
||||
{ "nullfs", DriveType.Fixed },
|
||||
{ "zfs", DriveType.Fixed }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue