DISK_SCAN_LOG

 

Description

This URL command read the log of disk scan.
This URL command has to be send as a single command. It is not allowed to send with another commands.

The firmware keeps the log message during the disk scan. User could get detail information of local storage media from this log if disk scan is successful.
The log message helps in troubleshooting if error occurs in disk scan.

If there is no disk scan log message, the firmware will return "no log message" for this command.
This URL should be used after DISK_SCAN command to get the updated log message. The log message will be lost after boot.

Input Argument

None

Attribute

Return of Message

no log message
or
ERROR: DISK_SCAN_LOG not found.

Here is an example of the log message of disk scan in TCM camera.
e2fsck 1.41.8 (11-July-2009)
FTSDC010: SD Card Capacity=30432 MB
SDC Driver with AHB DMA Mode
cpesda:Partition num = 1
cpesda1
+ sd_release : umount SD
FTSDC010: SD Card Capacity=30432 MB
SDC Driver with AHB DMA Mode
cpesda:Partition num = 1
cpesda1
/dev/cpesda1 has been mounted 350 times without being checked, check forced.
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
/dev/cpesda1: 14/1949696 files (0.0% non-contiguous), 241492/7789509 blocks
+ sd_release : umount SD

Applicability

Platform Devices Supported Firmware Version
PlatformT Camera, Video server with local storage media A1D-310-V4.12 and later
PlatformK Camera A1D-311-V5.08.06 and later
PlatformA1 Camera A1D-500-V6.02 and later

Statue

Valid

See also

DISK_SCAN

Example

http://ip:port/cgi-bin/system?USER=admin&PWD=123456&DISK_SCAN_LOG
or
http://ip:port/cgi-bin/cmd/system?DISK_SCAN_LOG

Back To

HOME, SYSTEM CGI