Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:

  1. 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


  2. Delete the sectionUsuń sekcję.

    Code Block
    d


  3. Specify the section numberOkreśl numer sekcji.

    Code Block
    2


  4. Save the changesZapisz zmiany.

    Code Block
    w

To create a section, do the following:


Aby utworzyć sekcję, wykonaj następujące kroki:

  1. 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


  2. Create the sectionUtwórz sekcję.

    Code Block
    n


  3. Specify the section: primary Określ rodzaj sekcji: podstawowa (p) or extended lub rozszerzona (e).

    Code Block
    p


  4. Specify the section numberOkreśl numer sekcji.


    Code Block
    1


  5. Specify the section sizeOkreśl wielkość sekcji. G - gigabytesgigabajty, M - megabytesmegabajty, K - kilobyteskilobajty.

    Code Block
    +5G


  6. . 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:

  1. Utwórz nowe archiwum w Kliencie Axxon Next (zobacz: Create a new archive in the Axxon Next Client (see Tworzenie lokalnego archiwum).
  2. Select the archive volume.
  3. Wybierz wolumin archiwum.
  4. 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.
  5. Set the Format checkbox and click the Apply buttonZaznacz pole wyboru Format, a następnie naciśnij Zastosuj.

    Note
    titleAttention!

    At this point you cannot change the archive sizeW tym punkcie zmiana wielkości archiwum jest niemożliwa.