Versions Compared

Key

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

To allocate the disk for recording, run the command as a root.

Code Block
sudo su


Code Block
fdisk -l

where

  • /dev/sdathe first physical disk;
  • /dev/sda1the first partition of the first physical disk;
  • /dev/sda2the second partition of the first physical disk;
  • dev/sdbthe second physical disk.

To delete the disk partition, do the following:

  1. Go to the disk on which you want to delete a partition.

    Code Block
    fdisk /dev/sdb


  2. Delete the partition.

    Code Block
    d


  3. Specify the partition number.

    Code Block
    2


  4. Save the changes.

    Code Block
    w


To create apartition, do the following:

  1. Go to the disk on which you want to create a partition.

    Code Block
    fdisk /dev/sdb


  2. Create the partition.

    Code Block
    n


  3. Specify the partition type: primary (p) or extended (e).

    Code Block
    p


  4. Specify the partition number.


    Code Block
    1


  5. Specify the partition size. Ggigabytes, Mmegabytes, Kkilobytes.

    Code Block
    +5G


  6. Save the changes.

    Code Block
    w


To create the archive as a disk, do the following:

  1. Create a new archive in the Axxon One Client (see Creating a local archive).
  2. Select the archive volume.
  3. Specify the path to partition in the address window. For example: /dev/sdb1. If it is required to use the whole disk as an archive, specify the /dev/sdc, /dev/sdd, and so on.
  4. Set the Format checkbox and click the Apply button.

    Note
    titleAttention!

    At this point you cannot change the archive size.