> For the complete documentation index, see [llms.txt](https://docs.libnova.com/libsafe-advanced-system-administrator-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.libnova.com/libsafe-advanced-system-administrator-manual/system-configuration/storage/disks.md).

# Disks

The main screen for disks shows a list of all defined disks, as well as their used and free space and a set of options.

These options are:

* Disk audit. Equal to generating a disk audit job from the general audit section
* Datamover. Equal to generating a datamover job, which will lead to the definition of a new disk. See section ***Datamover*** for further detail
* Edit

![](/files/-MkhP49N_Lv6lL_nwArI)

Registering a disk, done with the button ***Create a new disk***, is a non-reversible process, and most of its data turn out to be non-editable. Because of this, it is especially important to be careful when inserting the data, and to do a thorough review of the introduced parameters before finishing the disk registration.

Fields that define a disk are:

1. **UNC path**. Disk access. When referring to a logical unit, it is important that the disk has the necessary creation, reading and writing permissions granted, as well as those permissions on created folders.
2. **Storage group**, to which it is being assigned.
3. **Label** or disk name in the **LIBSAFE** system. This is editable.
4. **Description**. Editable and mandatory.
5. **Size**. It indicates the supposed size of the disk. It is completed with the unit box placed in the same line. It is recommended to write the real size of the disk for dedicated units, and whatever is granted in logical disks, when they are really from shared units (i.e.: network disks). Not editable.
6. **Free space**. It indicates the size of the free space. Not editable.
7. **Priority**. It indicates the priority with which its space will be used, within the storage group to which it belongs.
8. **Allow more objects**. Editable. It allows for disabling the use of the disk for the insertion of new objects.
9. **Transparent storage**. We must select Yes when the storage has access to the disk in Read-Only mode and we wish the content of all the preserved objects to be accessible by means of the Object Explorer.

![](/files/-MkhPAQRjoIy093zMUuF)

{% hint style="info" %}
**Important**: it is very important to understand that once the size and path of a disk is defined, they cannot be changed. Care must be taken in their definition. An implication of the impossibility to edit those values is that if a unit’s size increases (can be in a logical unit), it will not be possible to use this capacity directly, and it will be necessary to define an intermediate disk and use a datamover job to allow for the un-registration and re-registration of the updated disk.
{% endhint %}

Something to take into consideration when sizing the system is that, for storage security, **LIBSAFE** will keep a small percentage of the disk without use to avoid excessive fragmentation and possible loss of system performance, as well as to guarantee the real availability of space for new ingestions.

{% hint style="info" %}
**Note**: Every object in **LIBSAFE** complies with the condition of being preserved completely (for each of its copies) in only one disk. This is mandatory, to comply with the **OAIS** requirement to be able to see and use an object by direct inspection of its storage location.
{% 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://docs.libnova.com/libsafe-advanced-system-administrator-manual/system-configuration/storage/disks.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.
