mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-06 16:07:01 +08:00
fix(system): 补充 fuse 挂载关键词
fix https://github.com/jxxghp/MoviePilot/issues/5624
This commit is contained in:
@@ -583,6 +583,7 @@ class SystemUtils:
|
|||||||
local_fs = [
|
local_fs = [
|
||||||
"fuse.shfs", # Unraid
|
"fuse.shfs", # Unraid
|
||||||
"zfuse.zfsv", # 极空间(zfuse.zfsv2、zfuse.zfsv3、...)
|
"zfuse.zfsv", # 极空间(zfuse.zfsv2、zfuse.zfsv3、...)
|
||||||
|
"fuseblk",
|
||||||
# TBD
|
# TBD
|
||||||
]
|
]
|
||||||
if any(fs in output for fs in local_fs):
|
if any(fs in output for fs in local_fs):
|
||||||
|
|||||||
Reference in New Issue
Block a user