> For the complete documentation index, see [llms.txt](https://emstone.gitbook.io/guide-jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://emstone.gitbook.io/guide-jp/nvr-vms/disk.md).

# ディスクの管理

<figure><img src="/files/7dX38ujdqmSJiksYgqYW" alt=""><figcaption></figcaption></figure>

設定 - システム - ディスクメニューからディスク関連の設定が可能です。

<figure><img src="/files/1AGv77YkSDyHX1M8JAKN" alt=""><figcaption></figcaption></figure>

## フォーマットする <a href="#format" id="format"></a>

ハードディスクのフォーマットは接続されていない状態でのみ可能です。

<figure><img src="/files/n7oGKWfFRohW6TQDikUC" alt=""><figcaption></figcaption></figure>

フォーマットするハードディスクを選択したあと、フォーマットを押すとフォーマットされます。フォーマットが完了すると接続が可能になります。

<figure><img src="/files/ogLGW2f9o5Pp4xtjeOFA" alt=""><figcaption></figcaption></figure>

接続にチェックを入れると、ディスクの割り当てが完了します。

## データ保持期間の設定 <a href="#datalimit" id="datalimit"></a>

録画データの保持期間を設定できます。

追加設定... 部分をクリックします。

<figure><img src="/files/8LCsIeDDYzQ8R3AGNmfw" alt=""><figcaption></figcaption></figure>

データを保持の設定ボタンをクリックします。

<figure><img src="/files/HZfFwuc8vmg9y4o9Cu3p" alt="" width="339"><figcaption></figcaption></figure>

希望するデータ保持期間を設定します。

例えば、30を指定すると、録画データはNVRの時間を基準として30日間のデータのみ保持されます。30日を超えたデータは削除されます。

## ディスクに記録するカメラの設定 <a href="#cameralink" id="cameralink"></a>

各ディスクに録画する対象のカメラを設定できます。

<figure><img src="/files/IAyWkrg2z4cDJmYxMSiL" alt=""><figcaption></figcaption></figure>

設定するディスクのカメラ部分をクリックすると、図のように録画するカメラを選択できます。 \
初期はすべてのカメラが選択されています。

## ディスクサーバーの移動 <a href="#server" id="server"></a>

NVR+ / VMS のとき、各サーバーにディスクを割り当てる必要があります。

<figure><img src="/files/pcxkBGsKmuqh0FyxQcr4" alt=""><figcaption></figcaption></figure>

サーバー1で接続されていないディスクを選択したら、サーバーボタンを押して別のサーバーに移動します。

<figure><img src="/files/J83kWKS9FgsZqM3nrmv2" alt=""><figcaption></figcaption></figure>

移動したディスクは対応するサーバーのディスクメニューから接続を設定して使用できます。\
また切断後に別のサーバーに移動できます。

## ディスク容量の計算方法 <a href="#diskcalc" id="diskcalc"></a>

ビットレートに基づいて計算式は次のようになります。

$$
(ビットレート(kbps)/8)*60秒*60分*24時間*日数\*カメラ数量 = データ量(KB)
$$

#### 例) 2,048kbps ビットレート, 30日保存, カメラ 10台

$$
(2,048/8)*60*60*24*30\*10=6,653,520,000(KB)
$$

$$
6,653,520,000/1,024/1,024/1,024 = 6.19(TB)
$$

#### ディスク使用量95%のとき

$$
6.19(TB) / 0.95 = 6.51(TB)
$$

{% file src="/files/XU5tfNvprdXqspDXhjMh" %}

{% embed url="<https://www.youtube.com/watch?list=PL65F9Xe1P8XfYULir-bS6rGBVFt-LnDW2&v=Y1MZj-gSkd8>" %}

{% hint style="warning" %}

#### メモ

単純な計算方法では、実際のデータと異なる可能性があります。
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://emstone.gitbook.io/guide-jp/nvr-vms/disk.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
