Skip to content

Commit

Permalink
Update server-hardware.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koush authored Dec 19, 2023
1 parent ff1bbe4 commit d2a7f66
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions server-hardware.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,19 @@ Low performance hardware like the Raspberry Pi 4 or a NAS can be used with Scryp

Any hard drive will work, surveillance hard drives are recommended. Flash drives and SD cards should not be used, as they will corrupt quickly due to the high write volume.

::: warning
The storage drive must not be MS-DOS/FAT formatted. Use an appropriate filesystem for your OS.
The storage drive **must not be MS-DOS/FAT** formatted. Use an appropriate filesystem for your OS.

|OS|Filesystem|
|-|-|
|macOS|HFS or APFS|
|Windows|NTFS|
|Linux|ext4|

::: warning
When the storage device is a NAS Share, ensure that the NAS `Recycle Bin` feature is disabled, or the old recordings can not be properly deleted by Scrypted NVR and the disk will fill up.
::

:: warning
Scrypted NVR will not work with filesystem quota features. Use a separate filesystem partition to restrict how much space is available.
:::

0 comments on commit d2a7f66

Please sign in to comment.