Go to documentation repository
Page History
To allocate the disk for recording, execute the command in the root mode.Aby zaalokować dysk do nagrań, uruchom następujące komendy z uprawnieniami root:
| Code Block |
|---|
sudo su |
| Code Block |
|---|
fdisk -l |
wheregdzie:
- /dev/sda - the first physical disk pierwszy dysk fizyczny;
- /dev/sda1 - the first section of the first physical diskpierwsza sekcja pierwszego fizycznego dysku;
- /dev/sda2 - the second section of the first physical diskdruga sekcja pierwszego fizycznego dysku;
- dev/sdb - the second physical disk.
To delete the disk section, do the following:
- drugi dysk fizyczny.
Aby usunąć sekcję dysku, wykonaj następujące kroki:
Przejdź do dysku, w którym należy usunąć sekcjęGo to the disk where it is necessary to delete a section.
Code Block fdisk /dev/sdb
Delete the sectionUsuń sekcję.
Code Block d
Specify the section numberOkreśl numer sekcji.
Code Block 2
Save the changesZapisz zmiany.
Code Block w
To create a section, do the following:
Aby utworzyć sekcję, wykonaj następujące kroki:
Przejdź do dysku, na którym należy utworzyć sekcjęGo to the disk where it is necessary to create a section.
Code Block fdisk /dev/sdb
Create the sectionUtwórz sekcję.
Code Block n
Specify the section: primary Określ rodzaj sekcji: podstawowa (p) or extended lub rozszerzona (e).
Code Block p
- Specify the section numberOkreśl numer sekcji.
Code Block 1
Specify the section sizeOkreśl wielkość sekcji. G - gigabytesgigabajty, M - megabytesmegabajty, K - kilobyteskilobajty.
Code Block +5G
. Save the changesZapisz zmiany.
Code Block w
To create the archive as a disk, do the following:
Aby stworzyć archiwum jako dysk, wykonaj następujące czynności:
- Utwórz nowe archiwum w Kliencie Axxon Next (zobacz: Create a new archive in the Axxon Next Client (see Tworzenie lokalnego archiwum).
- Select the archive volume.
- Wybierz wolumin archiwum.
- Określ ścieżkę do sekcji w oknie adresu; przykładowoSpecify the path to section in the address window. For example: /dev/sdb1. If it is required to use the whole disk as an archive, specify the Jeśli należy użyć całego dysku jako archiwum, określ /dev/sdc, /dev/sdd and so on, itd.
Set the Format checkbox and click the Apply buttonZaznacz pole wyboru Format, a następnie naciśnij Zastosuj.
Note title Attention! At this point you cannot change the archive sizeW tym punkcie zmiana wielkości archiwum jest niemożliwa.