Versions Compared

Key

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

vfs_format.exe is a console utility for working with to narzędzie konsoli służące do pracy z archiwami Axxon Next archives.

Note
titleAttentionUwaga!

For correct operation of the application, you have to remove the corresponding archive volume in Axxon Next without removing the archive files (see Dla poprawnego przebiegu operacji podczas pracy aplikacji, usuń woluminy archiwum z Axxon Next bez usuwania plików archiwum (zobacz: Usuwanie i formatowanie woluminów archiwum).

The utility is located in < Axxon Next installation folder > Narzędzie można znaleźć w  < Folder instalacji Axxon Next > \bin>. 

Note
titleAttentionUwaga!

Run the command line as AdministratorUruchom wiersz polecenia jako administrator.


Info
titleNote

To launch the utility on Linux OS, run the following commandAby uruchomić narzędzie na SO Linux, użyj polecenia:

ngprun start_app vfs_tools + argumentsargumenty.

To open the argument list, run the Aby otworzyć listę argumentów, użyj polecenia: vfs_tools --help command.

The utility contains the following optionsNarzędzie zawiera następujące opcje:

ParameterParametr

DescriptionOpis

--help

Help windowOkno pomocy

--volume

Ścieżka archiwum. Parametr bazowy musi być zawsze obecny w zapytaniu.

Dla przykładu

Archive path. The basic parameter must always be present in the query.

For example: vfs_format.exe --volume D:\archiveAntiqueWhite.afs

(for the archive volume as a file) ordla archiwum zapisanego jako plik)

vfs_format.exe --volume D:\

(for the archive volume as a diskdla archiwum zapisanego jako dysk)

--fill

Populating an archive with multiple copies of video footage from another archive.System wypełnia archiwum wieloma kopiami archiwum źródłowego; w celu uproszczenia chronologii, każda kopia jest zapisywana z jedną minutą opóźnienia

The system fills up a destination archive with multiple copies of a source archive; for easier timeline handling, each new copy is written with 1 minute offset. 

For examplePrzykładvfs_format.exe --volume S:\FILEONE.afs --fill G:\ 

--cache-to-memory

Copying an archive to RAM and further copying to a destination archive. Use with the Kopiowanie archiwum do RAM, a następnie przekopiowanie do archiwum docelowego. Do użytku z parametrem --fill parameter.

This parameter is valid only for archives that could fit to RAM.

.

Ten parametr działa tylko z archiwami, które nie są większe od ilości dostępnej pamięci RAM.

Przykład: vfsFor instance, vfs_format.exe --volume S:\FILEONE.afs --fill G:\  --cache-to-memory

--dump

Zbiera informacje usługi na temat woluminu archiwum w pliku TXT bądź XML.

Przykład

Collect service information about the archive volume in a TXT or XML file.

For example: vfs_format.exe --volume D:\archiveAntiqueWhite.afs --dump C:\DumpArc.txt

--expand

Specify the new size of the archive volume in sectors. By default, the size of one sector is 4MB, if the -format parameter was not applied. This option is relevant only for the archive volume as a file.

Wyznacz nowy rozmiar woluminu archiwum w sektorach. Domyślnie, wielkość jednego sektora to 4MB, jeśli parametr -format nie był użyty. Tylko dla woluminów archiwum w formie plików.

PrzykładFor example: vfs_format.exe --volume D:\archiveAntiqueWhite.afs --expand 128

--size

Wyznacz nowy rozmiar woluminu w megabajtach. Tylko dla woluminów archiwum w formie plików.

Przykład

Specify the new size of the archive volume in megabytes. This option is relevant only for the archive volume as a file.

For example: vfs_format.exe --volume D:\archiveAntiqueWhite.afs --size 4096

--format

Split the volume of the archive into sectors of the specified size (in megabytesRozdziel woluminy archiwum w sektory o konkretnym rozmiarze (w megabajtach).

For examplePrzykład: vfs_format.exe --volume D:\archiveAntiqueWhite.afs --format 16

--copy

Copying archive volumes. Specify the path and name of the new archive file. If the archive volume is copied as a disk, create a partition, large enough. If you have a smaller partition, then only the most recent entries are copied.

Skopiuj woluminy archiwum. Określ ścieżkę i nazwę nowego pliku archiwum. Jeśli archiwum jest kopiowane jako dysk, utwórz wystarczająco dużą partycję. Jeśli partycja jest mniejsza, tylko najnowsze dane są kopiowane.

PrzykładFor example: vfs_format.exe --volume D:\archiveAntiqueWhite.afs --copy C:\NewArc.afs

--skip-bad-block 

Skip the bad sectors when copying the archive volume. This parameter is used only together with Pomiń uszkodzone sektory podczas kopiowania woluminów archiwum. Parametr do użytku wyłącznie z --copy.  

For examplePrzykład: vfs_format.exe --volume D:\archiveAliceBlue.afs --copy C:\NewArc.afs --skip-bad-block

--modify-corrupted-flag 

Enable / disable re-indexing of the archive volumeWłącz / wyłącz reindeksację woluminu archiwum. 1 - enable reindexingwłącz reindeksację, 0 - disable.wyłącz

For examplePrzykład: vfs_format.exe --volume D:\archiveAliceBlue.afs --modify-corrupted-flag 1

--build-meta

Launch the process of metadata generation for an archive volume (including timeline markers and video footage size per channel).

Rozpocznij procedurę generacji metadanych dla woluminu archiwum (wliczając linię czasową znaczników oraz rozmiar nagrania na kanał)

Przykład: vfsFor example,  vfs-format.exe --volume D:\ --build-meta

Important! Processing large archives may take significant amounts of timeWażne: Generowanie metadanych dla dużych archiwów może trwać przez długi czas.

--clear-meta

Usuwanie metadanych woluminu archiwum.

Przykład: vfs

Deleting metadata of archive volume.

For example,  vfs-format.exe --volume D:\ --clear-meta

--log-level

Sets the logging level for this action. Available valuesUstawia poziomy logowania. Dostępne wartości:

0 - OFF
10 - ERROR
20 - WARN
40 - INFO
50 - DEBUG
60 - TRACE
100 - ALL

To log error messages, you must add a path for the log file at the end of each query.

Aby zalogować błędy, dodaj ścieżkę do pliku logów na końcu każdego zapytania.

PrzykładFor example vfs_format.exe --volume S:\FILEONE.afs --fill G:\ --log-level=100 > S:\log.txt