DISK_FORMAT_LOG

 

Description

This URL command read the log of disk format.
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 format. User could get detail information of local storage media from this log if disk format is successful.
The log message helps in troubleshooting if error occurs in disk format.

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

Input Argument

None

Attribute

Return of Message

log message of disk format
or
no log message
or
ERROR: DISK_FORMAT_LOG not found.

Here is an example of the log message of disk format in TCM camera.
mke2fs 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
+ sd_release : umount SD
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
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
1949696 inodes, 7789509 blocks
389475 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=0
238 block groups
32768 blocks per group, 32768 fragments per group
8192 inodes per group
Superblock backups stored on blocks:
     32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,4096000

Writing inode tables:
done
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 37 mounts or 180 days, whichever comes first. Use tune2fs -c or -i to override.
+ 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_FORMAT

Example

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

Back To

HOME, SYSTEM CGI