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
    Delete the partition


  2. 파티션을 삭제합니다.
    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파티션 크기를 지정합니다. G gigabytes 기가바이트, M megabytes 메가바이트, K kilobytes. 킬로바이트

    Code Block
    +5G


  6. Save the changes변경 사항을 저장합니다.

    Code Block
    w

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


디스크로 보관 파일을 생성하려면 다음을 수행하세요.

  1. Axxon One Client에서 새 아카이브를 만듭니다 (Create a new archive in the Axxon One Client (see Creating a local archive 참조).
  2. Select the archive volume.
  3. 보관 볼륨을 선택하세요.
  4. 주소 창에서 분할할 경로를 지정합니다. 예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.등을 지정합니다.
  5. 형식 확인란을 설정 하고 적용 버튼을 클릭합니다Set the Format checkbox and click the Apply button.

    Note
    titleAttention!

    At this point you cannot change the archive size이 시점에서는 보관 파일의 크기를 변경할 수 없습니다.