From 60caeb6a1d7437bcbdd9f9b8276ce8df1e2a8e48 Mon Sep 17 00:00:00 2001 From: alanazar <93149610+alanazar@users.noreply.github.com> Date: Sat, 17 Sep 2022 09:48:02 +0400 Subject: [PATCH] Update storage.md --- docs/general/server/storage.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/general/server/storage.md b/docs/general/server/storage.md index c253fc38..0b4c1a2a 100644 --- a/docs/general/server/storage.md +++ b/docs/general/server/storage.md @@ -5,13 +5,13 @@ title: Storage ## Storage -Jellyfin is designed to directly read media from the filesystem. This means to pass a network storage device that is using samba or NFS must be directly mounted to the OS. The Jellyfin database also should be stored locally and not on a network storage device. +Jellyfin is designed to directly read media from the filesystem. A network storage device that is using samba or NFS must be directly mounted to the OS. The Jellyfin database should also be stored locally and not on a network storage device. ### NFS -In case you encounter performance issues where files take a long time to start playing while using NFSv3, you might be running in a issue with .NET locking without NFSv3 having locking enabled. +In case you encounter performance issues where files take a long time to start playing while using NFSv3, you might be running in an issue with .NET locking without NFSv3 having locking enabled. -To solve this you have the following options: +To solve this, you have the following options: - Disable .NET locking using DOTNET_SYSTEM_IO_DISABLEFILELOCKING (introduced in .NET 6). - Disable locking for the mount using the nolock option.