KR101698936B1 - Data storage system and method thereof - Google Patents

Data storage system and method thereof Download PDF

Info

Publication number
KR101698936B1
KR101698936B1 KR1020150052207A KR20150052207A KR101698936B1 KR 101698936 B1 KR101698936 B1 KR 101698936B1 KR 1020150052207 A KR1020150052207 A KR 1020150052207A KR 20150052207 A KR20150052207 A KR 20150052207A KR 101698936 B1 KR101698936 B1 KR 101698936B1
Authority
KR
South Korea
Prior art keywords
file
log
recording
new
manager module
Prior art date
Application number
KR1020150052207A
Other languages
Korean (ko)
Other versions
KR20160122405A (en
Inventor
장준호
이정찬
김한택
Original Assignee
주식회사 앤커넥트
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 주식회사 앤커넥트 filed Critical 주식회사 앤커넥트
Priority to KR1020150052207A priority Critical patent/KR101698936B1/en
Publication of KR20160122405A publication Critical patent/KR20160122405A/en
Application granted granted Critical
Publication of KR101698936B1 publication Critical patent/KR101698936B1/en

Links

Images

Classifications

    • G06F17/30123
    • G06F17/3007
    • G06F17/30144

Abstract

본 발명은 비정상적인 이벤트를 대응하기 위한 구규 리네임 파일 로그(old rename file log)의 존재 여부에 기초하여 디렉토리 엔트리(directory entry)를 복원하는 파일 시스템 모듈, 구규 임시 파일 로그(old temp file log)의 존재 여부에 기초하여 상기 구규 임시 파일 로그가 존재하는 메모리 카드에 대한 포맷 및 신규 임시 파일 로그(new temp file log)에 대한 생성 중 적어도 하나를 결정하기 위한 제1 인터페이스를 제공하는 파일 매니저 모듈 및 레코딩 데이터에 대한 파일 이름 요청 정보를 상기 파일 매니저 모듈에게 제공하는 레코딩 매니저 모듈을 포함하는 데이터 저장 시스템 및 그 동작 방법을 개시한다.The present invention relates to a file system module for restoring a directory entry based on the existence of an old rename file log for responding to an abnormal event, a file system module for restoring a directory entry (old temp file log) A file manager module for providing a first interface for determining at least one of a format for a memory card in which the legitimate temporary file log exists and a creation for a new temp file log based on whether or not the legitimate temporary file log exists, And a recording manager module for providing file name request information on the data to the file manager module.

Description

데이터 저장 시스템 및 그 동작 방법{DATA STORAGE SYSTEM AND METHOD THEREOF}[0001] DATA STORAGE SYSTEM AND METHOD THEREOF [0002]

본 발명은 데이터 저장 시스템 및 그 동작 방법에 관한 것으로, 보다 상세하게는 기 저장된 데이터 중 적어도 하나의 파일을 리네임하여 재사용하는 데이터 저장 시스템 및 그 동작 방법에 관한 것이다.BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data storage system and an operation method thereof, and more particularly, to a data storage system and an operation method thereof, in which at least one file among previously stored data is renamed and reused.

종래의 데이터 저장 시스템은 이미지, 비디오 및 오디오 중 적어도 하나를 포함하는 레코딩 데이터를 기록하고, 레코딩 데이터의 파일의 속성 정보를 디렉토리 엔트리에 기록하며, 레코딩 데이터 기록이 완료되면 기록된 레코딩 데이터를 데이터베이스에 업데이트하는 방식을 채용하고 있다.A conventional data storage system records recording data including at least one of image, video and audio, records attribute information of a file of recording data in a directory entry, and records the recorded recording data in a database And adopts a method of updating.

그러나, 데이터베이스에 업데이트 되기 전에, 비정상적인 이벤트(예를 들어, 정전에 의해 강제적으로 전원이 차단되는 이벤트)에 의해 데이터 저장 시스템이 정지되면 파일의 속성 정보가 기록되지 않아 레코딩 데이터를 재생시킬 수 없는 문제점이 발생할 수 있다.However, if the data storage system is stopped due to an abnormal event (for example, an event in which power is forcibly cut off due to a power failure) before being updated in the database, the attribute information of the file is not recorded and the recording data can not be reproduced Can occur.

또한, 파일 할당표(FAT, file allocation table) 기반의 데이터 저장 시스템은 다수의 레코딩 데이터에 대응하는 파일들을 새로 생성 및 저장하는 경우, 흩어진 각각의 레코딩 데이터에 의해 파일 조각화(file fragmentation)가 발생할 수 있고, 이러한 이유로 저장 속도가 떨어져 시스템의 성능을 저하시키는 문제점이 발생할 수 있다.Also, when a data storage system based on a file allocation table (FAT) newly generates and stores files corresponding to a plurality of recording data, file fragmentation may occur due to each of the scattered recording data For this reason, there is a problem that the storage speed is decreased and the performance of the system is deteriorated.

대한민국 등록특허 제100844058호(2008.07.07). "파일 삭제 방법, 파일·오픈 방법, 파일 삭제 프로그램, 및 파일·오픈·프로그램"Korean Patent No. 100844058 (2008.07.07). "File deletion method, file open method, file deletion program, and file open program" 대한민국 등록특허 제100628543호(2006.09.19). "기록매체"Korean Patent No. 100628543 (September 19, 2006). "Recording medium &

본 발명은 기 저장된 데이터 중 적어도 하나의 파일의 이름을 리네임하여 재사용함으로써, 파일 할당표 기반의 파일 시스템과 호환되는 데이터 저장 시스템 및 그 동작 방법을 제공한다.The present invention provides a data storage system compatible with a file allocation table-based file system by renaming and reusing the name of at least one file among previously stored data, and an operation method thereof.

본 발명은 비정상적인 이벤트에 의해 디렉토리 엔트리에 포함되는 속성 정보가 유실되는 경우, 시스템을 부팅하는 과정에서 리네임 파일 로그를 이용하여 디렉토리 엔트리를 복원하는 데이터 저장 시스템 및 그 동작 방법을 제공한다.The present invention provides a data storage system for restoring a directory entry using a rename file log in a process of booting a system when attribute information included in the directory entry is lost due to an abnormal event, and an operation method thereof.

본 발명은 임시 파일 로그의 존재 여부에 기초하여 임시 파일 로그 포맷 여부 및 재생성 여부를 결정함으로써, 레코딩 데이터를 효율적으로 관리하는 데이터 저장 시스템 및 그 동작 방법을 제공한다.The present invention provides a data storage system and method for efficiently managing recording data by determining whether a temporary file log is formatted or not based on the presence or absence of a temporary file log.

본 발명의 실시예에 따른 데이터 저장 시스템은 비정상적인 이벤트를 대응하기 위한 구규 리네임 파일 로그(old rename file log)의 존재 여부에 기초하여 디렉토리 엔트리(directory entry)를 복원하는 파일 시스템 모듈, 구규 임시 파일 로그(old temp file log)의 존재 여부에 기초하여 상기 구규 임시 파일 로그가 존재하는 메모리 카드에 대한 포맷 및 신규 임시 파일 로그(new temp file log)에 대한 생성 중 적어도 하나를 결정하기 위한 제1 인터페이스를 제공하는 파일 매니저 모듈 및 레코딩 데이터에 대한 파일 이름 요청 정보를 상기 파일 매니저 모듈에게 제공하는 레코딩 매니저 모듈을 포함한다.The data storage system according to an embodiment of the present invention includes a file system module for restoring a directory entry based on the existence of an old rename file log for responding to an abnormal event, A first interface for determining at least one of a format for the memory card in which the legitimate temporary file log exists and a new temp file log based on whether the old temp file log exists; And a recording manager module for providing the file manager module with the file name request information about the recording data.

상기 파일 매니저 모듈은 상기 파일 이름 요청 정보에 응답하여 기 저장된 데이터 중 적어도 하나의 파일의 이름을 리네임하기 위한 제2 인터페이스를 제공하고, 상기 파일 시스템 모듈은 상기 적어도 하나의 파일의 이름을 리네임하여 획득되는 신규 리네임 파일 로그를 기록하며, 상기 레코딩 매니저 모듈은 상기 리네임된 파일에 대응하는 상기 레코딩 데이터를 기록할 수 있다.Wherein the file manager module provides a second interface for renaming at least one file among the pre-stored data in response to the file name request information, and the file system module renames the at least one file Records a new rename file log to be acquired, and the recording manager module can record the recording data corresponding to the rename file.

상기 제2 인터페이스는 상기 파일 이름 요청 정보에 응답하여 상기 적어도 하나의 파일의 이름 정보, 확장자 정보, 날짜 정보, 시간 정보, 크기 정보 및 가중치 정보 중 적어도 하나에 대한 목록 정보를 표시하고, 상기 목록 정보를 고려하여 상기 적어도 하나의 파일을 선택하며, 상기 선택된 파일을 리네임하고, 상기 리네임된 파일의 경로를 상기 레코딩 매니저 모듈에게 제공하는 것을 특징으로 할 수 있다.The second interface displays list information of at least one of name information, extension information, date information, time information, size information, and weight information of the at least one file in response to the file name request information, Selects the at least one file in consideration of the selected file, renames the selected file, and provides the path of the rename file to the recording manager module.

상기 파일 매니저 모듈은 상기 기록된 레코딩 데이터를 데이터베이스에 저장하는 제3 인터페이스를 제공하고, 상기 파일 시스템 모듈은 상기 기록된 신규 리네임 파일 로그를 상기 디렉토리 엔트리에 기록하고, 상기 디렉토리 엔트리에 대한 기록이 완료되면 상기 기록된 신규 리네임 파일 로그를 제거할 수 있다.Wherein the file manager module provides a third interface for storing the recorded recording data in a database, the file system module records the recorded new rename file log in the directory entry, When completed, the recorded new rename file log can be removed.

또한, 상기 파일 시스템 모듈은 상기 비정상적 이벤트에 의해 상기 디렉토리 엔트리에 대한 기록이 완료되지 않으면, 상기 신규 리네임 파일 로그를 이용하여 상기 기록이 완료되지 않은 디렉토리 엔트리를 복원할 수 있다.The file system module may restore the directory entry in which the recording is not completed using the new rename file log if the recording of the directory entry is not completed due to the abnormal event.

또한, 상기 파일 매니저 모듈은 상기 비정상적인 이벤트에 의해 상기 신규 임시 파일 로그에 대한 생성이 완료되지 않으면, 상기 생성이 완료되지 않은 신규 임시 파일 로그가 존재하는 메모리 카드에 대한 포맷 및 재신규 임시 파일 로그(renew temp file log)에 대한 생성 중 적어도 하나를 결정하기 위한 상기 제1 인터페이스를 제공할 수 있다.In addition, if the creation of the new temporary file log is not completed due to the abnormal event, the file manager module updates the format of the memory card in which the new temporary file log has not been generated and the new temporary file log renew temp file log) to the first interface.

본 발명의 실시예에 따른 파일 시스템 모듈은 비정상적인 이벤트를 대응하기 위한 구규 리네임 파일 로그의 존재 여부에 기초하여 디렉토리 엔트리를 복원하는 복원부, 기 저장된 데이터 중 적어도 하나의 파일의 이름을 리네임하여 획득되는 신규 리네임 파일 로그를 기록하는 리네임 기록부, 상기 기록된 신규 리네임 파일 로그를 상기 디렉토리 엔트리에 기록하는 엔트리 기록부 및 상기 디렉토리 엔트리에 대한 기록이 완료되면 상기 기록된 신규 리네임 파일 로그를 제거하는 리네임 제거부를 포함한다.The file system module according to an embodiment of the present invention includes a restoration unit for restoring a directory entry based on whether an old name file log for responding to an abnormal event exists or not, An entry recorder for recording the new rename file log recorded in the directory entry, and a new rename file log for recording the new rename file log when the recording of the directory entry is completed And a liner removal section.

상기 복원부는 상기 비정상적 이벤트에 의해 상기 디렉토리 엔트리에 대한 기록이 완료되지 않으면, 상기 신규 리네임 파일 로그를 이용하여 상기 기록이 완료되지 않은 디렉토리 엔트리를 복원할 수 있다.If the recording of the directory entry is not completed due to the abnormal event, the restoring unit may restore the directory entry in which the recording is not completed using the new rename file log.

또한, 상기 복원부는 구규 임시 파일 로그의 존재 여부에 기초하여 상기 구규 임시 파일 로그에 대한 포맷 및 신규 임시 파일 로그에 대한 생성 중 적어도 하나를 결정하기 위한 제1 인터페이스를 제공하는 파일 매니저 모듈과 연동될 수 있다.In addition, the restoring unit may be interlocked with a file manager module for providing a first interface for determining at least one of a format of the temporary temporary file log and a creation of a new temporary file log based on the existence of the temporary temporary file log .

본 발명의 실시예에 다른 파일 매니저 모듈은 비정상적인 이벤트를 대응하기 위한 구규 임시 파일 로그의 존재 여부에 기초하여 상기 구규 임시 파일 로그가 존재하는 메모리 카드에 대한 포맷 및 신규 임시 파일 로그에 대한 생성 중 적어도 하나를 결정하기 위한 제1 인터페이스를 제공하는 제1 인터페이스부, 레코딩 매니저 모듈에서 제공되는 파일 이름 요청 정보에 응답하여 기 저장된 파일 데이터 중 적어도 하나의 파일의 이름을 리네임하기 위한 제2 인터페이스를 제공하는 제2 인터페이스부 및 상기 기록된 레코딩 데이터를 데이터베이스에 저장하는 제3 인터페이스를 제공하는 제3 인터페이스부를 포함한다.The file manager module according to an embodiment of the present invention may be configured to record at least one of a format for a memory card in which the legitimate temporary file log exists and a new temporary file log A first interface for providing a first interface for determining one, and a second interface for renaming at least one file of previously stored file data in response to the file name request information provided by the recording manager module And a third interface for providing a third interface for storing the recorded recording data in a database.

상기 제1 인터페이스부는 상기 비정상적인 이벤트에 의해 상기 신규 임시 파일 로그에 대한 생성이 완료되지 않으면, 상기 생성이 완료되지 않은 신규 임시 파일 로그가 존재하는 메모리 카드에 대한 포맷 및 재신규 임시 파일 로그에 대한 생성 중 적어도 하나를 결정하기 위한 상기 제1 인터페이스를 제공할 수 있다.If the creation of the new temporary file log is not completed due to the abnormal event, the first interface unit performs a format for the memory card in which the new temporary file log that has not been generated exists and a new temporary file log Lt; RTI ID = 0.0 > 1 < / RTI >

상기 제2 인터페이스부는 상기 파일 이름 요청 정보에 응답하여 상기 적어도 하나의 파일의 이름 정보, 확장자 정보, 날짜 정보, 시간 정보, 크기 정보 및 가중치 정보 중 적어도 하나에 대한 목록 정보를 표시하는 목록 표시부, 상기 목록 정보를 고려하여 상기 적어도 하나의 파일을 선택하는 선택부, 상기 선택된 파일을 리네임하는 리네임부 및 상기 리네임된 파일의 경로를 레코딩 매니저 모듈에게 제공하는 경로 제공부를 포함한다.The second interface unit displays list information of at least one of name information, extension information, date information, time information, size information and weight information of the at least one file in response to the file name request information; A selection unit for selecting the at least one file in consideration of the list information, a rename unit for renaming the selected file, and a path providing unit for providing the path of the rename file to the recording manager module.

또한, 상기 제2 인터페이스부는 상기 리네임된 파일에 의해 획득되는 신규 리네임 파일 로그를 기록하고, 상기 기록된 신규 리네임 파일 로그를 디렉토리 엔트리에 기록하며, 상기 기록된 신규 리네임 파일 로그를 제거하는 파일 시스템 모듈과 연동될 수 있다.The second interface unit records the new rename file log obtained by the rename file, records the new rename file log in the directory entry, removes the new rename file log File system module.

본 발명의 실시예에 따른 데이터 저장 시스템의 동작 방법은 파일 시스템 모듈을 통하여 비정상적인 이벤트를 대응하기 위한 구규 리네임 파일 로그의 존재 여부에 기초하여 디렉토리 엔트리를 복원하는 단계, 파일 매니저 모듈을 통하여 구규 임시 파일 로그의 존재 여부에 기초하여 상기 구규 임시 파일 로그가 존재하는 메모리 카드에 대한 포맷 및 신규 임시 파일 로그에 대한 생성 중 적어도 하나를 결정하기 위한 제1 인터페이스를 제공하는 단계 및 레코딩 매니저 모듈을 통하여 레코딩 데이터에 대한 파일 이름 요청 정보를 상기 파일 매니저 모듈에게 제공하는 단계를 포함한다.A method of operating a data storage system according to an exemplary embodiment of the present invention includes restoring a directory entry based on the existence of an old name file log for responding to an abnormal event through a file system module, Providing a first interface for determining at least one of a format for a memory card in which the legitimate temporary file log exists and a new temporary file log based on the presence or absence of a file log; And providing file name request information for the data to the file manager module.

본 발명은 기 저장된 데이터 중 적어도 하나의 파일의 이름을 리네임하여 재사용함으로써, 파일 할당표 기반의 파일 시스템과 호환될 수 있다.The present invention can be compatible with a file allocation table based file system by renaming and reusing the name of at least one file among pre-stored data.

본 발명은 비정상적인 이벤트에 의해 디렉토리 엔트리에 포함되는 속성 정보가 유실되는 경우, 시스템을 부팅하는 과정에서 리네임 파일 로그를 이용하여 디렉토리 엔트리를 복원할 수 있다.In a case where attribute information included in a directory entry is lost due to an abnormal event, the present invention can restore the directory entry using the rename file log during the booting of the system.

본 발명은 임시 파일 로그의 존재 여부에 기초하여 임시 파일 로그 포맷 여부 및 재생성 여부를 결정함으로써, 레코딩 데이터를 효율적으로 관리할 수 있다.The present invention can efficiently manage the recording data by determining whether the temporary file log is formatted or not based on the existence of the temporary file log or not.

도 1은 본 발명의 실시예에 따른 데이터 저장 시스템을 도시한 블록도이다.
도 2는 본 발명의 실시예에 따른 파일 시스템 모듈을 도시한 블록도이다.
도 3은 본 발명의 실시예에 따른 파일 매니저 모듈을 도시한 블록도이다.
도 4는 도 3의 제2 인터페이스부를 도시한 블록도이다.
도 5는 데이터 저장 시스템의 동작 방법을 도시한 흐름도이다.
도 6은 본 발명의 다른 실시예에 따른 데이터 저장 시스템의 동작 방법을 도시한 흐름도이다.
1 is a block diagram illustrating a data storage system in accordance with an embodiment of the present invention.
2 is a block diagram illustrating a file system module according to an embodiment of the present invention.
3 is a block diagram illustrating a file manager module according to an embodiment of the present invention.
4 is a block diagram illustrating the second interface unit of FIG.
5 is a flow chart illustrating a method of operating a data storage system.
6 is a flowchart illustrating an operation method of a data storage system according to another embodiment of the present invention.

이하 첨부 도면들 및 첨부 도면들에 기재된 내용들을 참조하여 본 발명의 실시예를 상세하게 설명하지만, 본 발명이 실시예에 의해 제한되거나 한정되는 것은 아니다.Hereinafter, embodiments of the present invention will be described in detail with reference to the accompanying drawings and accompanying drawings, but the present invention is not limited to or limited by the embodiments.

한편, 본 발명을 설명함에 있어서, 관련된 공지 기능 또는 구성에 대한 구체적인 설명이 본 발명의 요지를 불필요하게 흐릴 수 있다고 판단되는 경우에는, 그 상세한 설명을 생략할 것이다. 그리고, 본 명세서에서 사용되는 용어(terminology)들은 본 발명의 실시예를 적절히 표현하기 위해 사용된 용어들로서, 이는 사용자, 운용자의 의도 또는 본 발명이 속하는 분야의 관례 등에 따라 달라질 수 있다. 따라서, 본 용어들에 대한 정의는 본 명세서 전반에 걸친 내용을 토대로 내려져야 할 것이다.
In the following description of the present invention, a detailed description of known functions and configurations incorporated herein will be omitted when it may make the subject matter of the present invention rather unclear. The terminology used herein is a term used for appropriately expressing an embodiment of the present invention, which may vary depending on the user, the intent of the operator, or the practice of the field to which the present invention belongs. Therefore, the definitions of these terms should be based on the contents throughout this specification.

도 1은 본 발명의 실시예에 따른 데이터 저장 시스템을 도시한 블록도이다.1 is a block diagram illustrating a data storage system in accordance with an embodiment of the present invention.

도 1을 참조하면, 데이터 저장 시스템(100)은 파일 시스템 모듈(200), 파일 매니저 모듈(300) 및 레코딩 매니저 모듈(400)을 포함한다.Referring to FIG. 1, a data storage system 100 includes a file system module 200, a file manager module 300, and a recording manager module 400.

데이터 저장 시스템(100)은 이미지, 비디오 및 오디오 중 적어도 하나를 포함하는 레코딩 데이터를 기록하고, 레코딩 데이터의 파일의 속성 정보를 디렉토리 엔트리(directory entry)에 기록하며, 레코딩 데이터 기록이 완료되면 기록된 레코딩 데이터를 데이터베이스에 업데이트할 수 있다.The data storage system 100 records recording data including at least one of image, video and audio, records attribute information of a file of recording data in a directory entry, The recording data can be updated in the database.

여기서, 디렉토리 엔트리는 디렉토리를 표현하는데 사용되는 자료구조이고, 파일의 이름 정보, 확장자 정보, 날짜 정보, 시간 정보 및 크기 정보 중 적어도 하나를 포함하는 속성 정보일 수 있다.Here, the directory entry is a data structure used to represent a directory, and may be attribute information including at least one of name information, extension information, date information, time information, and size information of a file.

또한, 데이터 저장 시스템(100)은 파일 할당표(FAT, file allocation table) 기반의 파일 시스템과 호환되기 위해 기 저장된 데이터 중 적어도 하나의 파일의 이름을 리네임하고, 데이터베이스에서 리네임된 파일에 기록된 레코딩 데이터를 저장 또는 업데이트할 수 있다.In addition, the data storage system 100 may rename at least one of the pre-stored data to be compatible with a file allocation table (FAT) -based file system, The recording data can be stored or updated.

또한, 데이터 저장 시스템(100)은 차량에 탑재되는 블랙박스(black box)에 포함될 수 있고, 레코딩 모드를 설정할 수 있으며, 설정된 레코딩 모드에 기초하여 차량 주위에서 발생되는 상황을 레코딩할 수 있다.Also, the data storage system 100 can be included in a black box mounted on a vehicle, can set a recording mode, and can record a situation occurring around the vehicle based on a set recording mode.

여기서, 레코딩 모드는 상시 레코딩 모드, 모션 레코딩 모드 및 수동 레코딩 모드 중 적어도 하나를 포함할 수 있다.Here, the recording mode may include at least one of a normal recording mode, a motion recording mode, and a manual recording mode.

상시 레코딩 모드는 차량의 시동이 꺼진 상태 및 주행 중인 상태에서 차량 주위에 발생되는 상황을 실시간으로 레코딩하는 기능이 포함될 수 있고, 모션 레코딩 모드는 주행 중인 상태에서 차량 주위에 발생되는 상황을 레코딩하는 기능이 포함될 수 있으며, 수동 레코딩 모드는 사용자(예를 들어, 차량 운전자) 요청에 따라 강제로 차량 주위에 발생되는 상황을 레코딩하는 기능이 포함될 수 있다.The continuous recording mode may include a function of recording a situation occurring around the vehicle in a state in which the vehicle is in a turned off state and in a running state in real time, and the motion recording mode may include a function of recording a situation occurring around the vehicle in a running state , And the manual recording mode may include the ability to record a situation occurring around the vehicle forcefully in response to a user (e.g., a vehicle driver) request.

레코딩 데이터는 사용자의 권익을 보호하는 교통사고 분쟁의 해결 수단과 범죄사건의 해결 수단으로 사용될 수 있다.Recording data can be used as a means of solving traffic accident disputes and a means of solving crime cases that protect the user's interests.

각각의 레코딩 모드는 임시 파일 로그에 기록될 수 있고, 데이터 저장 시스템(100)은 임시 파일 로그(temp file log)를 생성할 수 있다.Each recording mode may be recorded in a temporary file log and the data storage system 100 may generate a temp file log.

실시예에 따르면 데이터 저장 시스템(100)은 디렉토리 엔트리를 기록하는 과정(제1 과정), 임시 파일 로그에 대한 생성 과정(제2 과정) 및 레코딩 데이터를 기록하는 과정(제3 과정) 중 적어도 하나에서 비정상적인 이벤트(예를 들어, 블랙박스 차량의 시동이 꺼져 전원이 차단되는 이벤트, 시스템 자체 정전에 의해 강제적으로 전원이 차단되는 이벤트 등)가 존재할 수 있다.According to the embodiment, the data storage system 100 may store at least one of a process of recording a directory entry (a first process), a process of generating a temporary file log (a second process) and a process of recording recording data (a third process) There may be an unusual event (e.g., an event that the black box vehicle is turned off due to a power failure, an event in which the power is forcibly turned off by the system's own power failure, etc.).

제1 과정 및 제2 과정에서 비정상적인 이벤트는 리네임 파일 로그를 이용한 디렉토리 엔트리 복원, 임시 파일 로그가 존재하는 메모리 카드에 대한 포맷 및 임시 파일 로그에 대한 재생성을 통하여 해결할 수 있고, 제3 과정에서 비정상적인 이벤트는 데이터베이스 상에 레코딩 데이터가 일부 저장되어 있고, 재생하는데 어려움이 없으므로, 문제되지 않을 수 있다.The abnormal events in the first and second processes can be solved by restoring the directory entry using the rename file log, the format for the memory card in which the temporary file log exists, and regenerating the temporary file log. In the third process, The event may not be a problem since a part of the recording data is stored in the database and there is no difficulty in reproducing it.

여기서, 리네임 파일 로그(또는, 신규/구규 리네임 파일 로그(old/new rename file log))는 비정상적인 이벤트가 발생되는 경우, 기록되지 않은 디렉토리 엔트리를 복원하는데 사용될 수 있다.Here, the rename file log (or the old / new rename file log) can be used to recover an unrecorded directory entry when an abnormal event occurs.

보다 상세하게는, 데이터 저장 시스템(100)은 디렉토리 엔트리에 대한 기록이 완료되기 전, 비정상적인 이벤트가 발생되는 경우, 디렉토리 엔트리에 포함되는 속성 정보가 유실되어 레코딩 데이터를 재생시키는데 어려울 수 있으므로, 리네임 파일 로그를 이용하여 디렉토리 엔트리를 복원할 수 있다.More specifically, when an abnormal event occurs before the recording of the directory entry is completed, the data storage system 100 may be difficult to reproduce the recording data because the attribute information included in the directory entry is lost. You can restore the directory entry using the file log.

또한, 데이터 저장 시스템(100)은 임시 파일 로그에 대한 생성이 완료되기 전, 비정상적인 이벤트가 발생되는 경우, 임시 파일 로그에 포함된 레코딩 모드의 속성 정보가 유실되어 레코딩 데이터를 기록하는데 어려울 수 있으므로, 임시 파일 로그가 존재하는 메모리 카드의 포맷 여부 및 임시 파일 로그에 대한 재생성을 이용하여 극복할 수 있다. 여기서, 메모리 카드는 SD(secure digita) 카드일 수 있다. 이하, 비정상적인 이벤트를 처리하는 과정을 상세히 설명하기로 한다.
In addition, if an abnormal event occurs before the generation of the temporary file log is completed, the data storage system 100 may be unable to record the recording data because the attribute information of the recording mode included in the temporary file log is lost, The temporary file log can be overcome by using the format of the memory card in which the temporary file log exists and by regenerating the temporary file log. Here, the memory card may be a secure digital (SD) card. Hereinafter, a process of processing an abnormal event will be described in detail.

파일 시스템 모듈(200)은 비정상적인 이벤트를 대응하기 위한 구규 리네임 파일 로그(old rename file log)의 존재 여부에 기초하여 디렉토리 엔트리를 복원한다.The file system module 200 restores the directory entry based on whether an old rename file log exists for responding to an abnormal event.

실시예에 따르면, 파일 시스템 모듈(200)은 시스템 부팅 과정에서 구규 리네임 파일 로그의 존재 여부를 판단할 수 있고, 구규 리네임 파일 로그가 존재하면 디렉토리 엔트리를 복원할 수 있으며, 구규 리네임 파일 로그가 존재하지 않으면 비정상적인 이벤트가 발생하지 않았다고 판단하여 디렉토리 엔트리 복원 과정을 생략할 수 있다.According to the embodiment, the file system module 200 can determine whether there is an old name file log in the system booting process. If the old name file log exists, the file system module 200 can restore the directory entry. If there is no log, it is determined that an abnormal event has not occurred, and the directory entry restoration process can be omitted.

파일 매니저 모듈(300)은 구규 임시 파일 로그(old temp file log)의 존재 여부에 기초하여 구규 임시 파일 로그가 존재하는 메모리 카드의 포맷 여부 및 신규 임시 파일 로그(new temp file log)의 생성 여부 중 적어도 하나를 결정하기 위한 제1 인터페이스를 제공한다.The file manager module 300 determines whether or not the format of the memory card in which the legitimate temporary file log exists is based on whether or not the old temp file log exists and whether or not the new temp file log is generated And provides a first interface for determining at least one.

실시예에 따르면, 파일 매니저 모듈(300)은 구규 임시 파일 로그가 존재하면 구규 임시 파일 로그가 존재하는 메모리 카드 전체를 포맷할 수 있고, 구규 임시 파일 로그가 존재하지 않으면 비정상적인 이벤트가 발생하지 않았다고 판단하여 포맷 과정을 생략할 수 있다.According to the embodiment, the file manager module 300 can format the whole memory card in which the legitimate temporary file log exists if the legitimate temporary file log exists, and judges that the abnormal event does not occur if the legitimate temporary file log does not exist So that the formatting process can be omitted.

또한, 파일 매니저 모듈(300)은 구규 임시 파일 로그가 존재하는 메모리 카드의 포맷에 의해 신규 임시 파일 로그를 생성할 수 있고, 사용자 선택입력에 기초하여 신규 임시 파일 로그를 생성할 수 있다.Also, the file manager module 300 can generate a new temporary file log according to the format of the memory card in which the legitimate temporary file log exists, and generate a new temporary file log based on the user selected input.

여기서, 임시 파일 로그(구규 임시 파일 로그 또는 신규 임시 파일 로그)는 전술한 레코딩 모드에 기초하여 생성될 수 있고, 레코딩 모드에 따라 기록되는 레코딩 데이터의 참조 정보일 수 있으며, 기 저장된 데이터 중 적어도 하나의 파일의 이름을 리네임하는데 사용되는 참조 정보일 수 있다.Here, the temporary file log (the guideline temporary file log or the new temporary file log) may be generated based on the above-described recording mode, and may be reference information of the recording data recorded according to the recording mode, The reference information used to rename the file of the file.

레코딩 매니저 모듈(400)은 레코딩 데이터에 대한 파일 이름 요청 정보를 파일 매니저 모듈(300)에게 제공한다.The recording manager module 400 provides the file manager 300 with the file name request information for the recording data.

실시예에 따르면, 레코딩 매니저 모듈(400)은 구규 임시 파일 로그 및 신규 임시 파일 로그 중 적어도 하나를 참조하여 레코딩 모드에 대응하는 레코딩 데이터를 기록할 수 있다.According to an embodiment, the recording manager module 400 may record recording data corresponding to the recording mode by referring to at least one of the archived temporary file log and the new temporary file log.

또한, 레코딩 매니저 모듈(400)은 기 저장된 데이터 중 리네임된 파일에 기록된 레코딩 데이터를 데이터베이스에 저장되어야 하므로, 파일 이름 요청 정보를 생성할 수 있고, 생성된 파일 이름 요청 정보를 파일 매니저 모듈(300)에게 제공할 수 있다.
Since the recording manager module 400 is required to store the recording data recorded in the rename file in the database, the recording manager module 400 can generate the file name request information and send the generated file name request information to the file manager module 300).

파일 매니저 모듈(300)은 파일 이름 요청 정보에 응답하여 기 저장된 데이터 중 적어도 하나의 파일의 이름을 리네임하기 위한 제2 인터페이스를 제공할 수 있다.The file manager module 300 may provide a second interface for renaming the name of at least one of the stored data in response to the file name request information.

여기서, 제2 인터페이스는 파일 이름 요청 정보에 응답하여 적어도 하나의 파일의 이름 정보, 확장자 정보, 날짜 정보, 시간 정보, 크기 정보 및 가중치 정보 중 적어도 하나에 대한 목록 정보를 표시하고, 목록 정보를 고려하여 적어도 하나의 파일을 선택하며, 선택된 파일을 리네임하고, 리네임된 파일의 경로를 레코딩 매니저 모듈(400)에게 제공하는 것을 특징으로 할 수 있다.Here, the second interface displays list information of at least one of name information, extension information, date information, time information, size information, and weight information of at least one file in response to the file name request information, Selects at least one file, renames the selected file, and provides a path of the renamed file to the recording manager module 400.

확장자 정보는 이미지, 비디오 및 오디오를 구별하는 정보이고, 날짜 정보는 파일의 생성 날짜 정보 및 수정 날짜 정보가 포함될 수 있으며, 가중치 정보는 사용자의 선택입력에 의해 파일의 중요도가 표시된 정보(예를 들어, 과거에 교통 사고가 발생된 상황에 대한 파일을 별도로 표시한 정보)일 수 있다.The extension information may be information that distinguishes images, video, and audio. The date information may include file creation date information and modification date information. The weight information may include information indicating the importance of the file by the user's selection input , Information indicating a file of a situation in which a traffic accident occurred in the past, or the like).

파일 시스템 모듈(200)은 적어도 하나의 파일의 이름을 리네임하여 획득되는 신규 리네임 파일 로그를 기록할 수 있고, 레코딩 매니저 모듈(400)은 리네임된 파일에 대응하는 레코딩 데이터를 기록할 수 있다.The file system module 200 can record the new rename file log obtained by renaming at least one file and the recording manager module 400 can record the recording data corresponding to the rename file .

파일 매니저 모듈(300)은 기록된 레코딩 데이터를 데이터베이스에 저장하는 제3 인터페이스를 제공할 수 있고, 파일 시스템 모듈(200)은 기록된 신규 리네임 파일 로그를 디렉토리 엔트리에 기록하고, 디렉토리 엔트리에 대한 기록이 완료되면 기록된 신규 리네임 파일 로그를 제거할 수 있다.The file manager module 300 may provide a third interface for storing the recorded recording data in the database, and the file system module 200 records the new rename file log recorded in the directory entry, When the recording is completed, the recorded new rename file log can be removed.

실시예에 따르면, 파일 시스템 모듈(200)은 비정상적 이벤트에 의해 디렉토리 엔트리에 대한 기록이 완료되지 않으면, 신규 리네임 파일 로그를 이용하여 상기 기록이 완료되지 않은 디렉토리 엔트리를 복원할 수 있다.According to the embodiment, if the recording of the directory entry is not completed due to the abnormal event, the file system module 200 can restore the directory entry in which the recording is not completed using the new rename file log.

또한, 파일 매니저 모듈(300)은 비정상적인 이벤트에 의해 신규 임시 파일 로그에 대한 생성이 완료되지 않으면, 생성이 완료되지 않은 신규 임시 파일 로그가 존재하는 메모리 카드에 대한 포맷 및 재신규 임시 파일 로그에 대한 생성 중 적어도 하나를 결정하기 위한 제1 인터페이스를 제공할 수 있다.If the creation of the new temporary file log is not completed due to an abnormal event, the file manager module 300 may notify the format of the new temporary file log that has not yet been generated, And generating a first interface for determining at least one of the creation and the creation.

여기서, 디렉토리 엔트리 복원 과정은 데이터 저장 시스템(100)의 부팅 과정에서 자동적으로 동작할 수 있고, 신규 임시 파일 로그가 존재하는 메모리 카드에 대한 포맷 및 재신규 임시 파일 로그에 대한 생성 과정은 사용자 입력에 기초하여 동작할 수 있다.
Here, the directory entry restoration process can be automatically performed during the booting process of the data storage system 100, and the format for the memory card in which the new temporary file log exists and the process for generating the new temporary file log are input to the user input Can operate on the basis of.

도 2는 본 발명의 실시예에 따른 파일 시스템 모듈을 도시한 블록도이다.2 is a block diagram illustrating a file system module according to an embodiment of the present invention.

도 2를 참조하면, 파일 시스템 모듈(200)은 복원부(210), 리네임 기록부(220), 엔트리 기록부(230) 및 리네임 제거부(240)를 포함한다.2, the file system module 200 includes a restoring unit 210, a rename recording unit 220, an entry recording unit 230, and a rename removing unit 240.

복원부(210)는 비정상적인 이벤트를 대응하기 위한 구규 리네임 파일 로그의 존재 여부에 기초하여 디렉토리 엔트리를 복원한다.The restoring unit 210 restores the directory entry on the basis of the presence or absence of an old name file log for responding to an abnormal event.

리네임 기록부(220)는 기 저장된 데이터 중 적어도 하나의 파일의 이름을 리네임하여 획득되는 신규 리네임 파일 로그를 기록하고, 엔트리 기록부(230)는 기록된 리네임 파일 로그를 디렉토리 엔트리에 기록하며, 리네임 제거부(240)는 디렉토리 엔트리에 대한 기록이 완료되면 기록된 신규 리네임 파일 로그를 제거한다.The rename logger 220 records a new rename file log obtained by renaming at least one file among the previously stored data, and the entry logger 230 records the recorded rename file log in the directory entry, The rename removal unit 240 removes the recorded new rename file log when the recording of the directory entry is completed.

실시예에 따르면, 복원부(210)는 비정상적 이벤트에 의해 디렉토리 엔트리에 대한 기록이 완료되지 않으면, 신규 리네임 파일 로그를 이용하여 기록이 완료되지 않은 디렉토리 엔트리를 복원할 수 있다.According to the embodiment, if the recording of the directory entry is not completed due to the abnormal event, the restoring unit 210 can restore the directory entry whose recording has not been completed using the new rename file log.

또한, 복원부(210)는 구규 임시 파일 로그의 존재 여부에 기초하여 구규 임시 파일 로그에 대한 포맷 및 신규 임시 파일 로그에 대한 생성 중 적어도 하나를 결정하기 위한 제1 인터페이스를 제공하는 파일 매니저 모듈과 연동될 수 있다. 파일 시스템 모듈(200)에 대한 상세한 설명은 도 1의 설명을 참조하기로 한다.
In addition, the restoring unit 210 may include a file manager module for providing a first interface for determining at least one of a format for a legitimate temporary file log and a creation of a new temporary file log on the basis of existence of a legitimate temporary file log, Can be interlocked. The file system module 200 will be described in detail with reference to FIG.

도 3은 본 발명의 실시예에 따른 파일 매니저 모듈을 도시한 블록도이다.3 is a block diagram illustrating a file manager module according to an embodiment of the present invention.

도 3을 참조하면, 파일 매니저 모듈(300)은 제1 인터페이스부(310), 제2 인터페이스부(320) 및 제3 인터페이스부(330)를 포함한다.Referring to FIG. 3, the file manager module 300 includes a first interface 310, a second interface 320, and a third interface 330.

제1 인터페이스부(310)는 비정상적인 이벤트를 대응하기 위한 구규 임시 파일 로그의 존재 여부에 기초하여 구규 임시 파일 로그가 존재하는 메모리 카드에 대한 포맷 및 신규 임시 파일 로그에 대한 생성 중 적어도 하나를 결정하기 위한 제1 인터페이스를 제공한다.The first interface unit 310 determines at least one of a format for a memory card in which a legitimate temporary file log exists and a generation of a new temporary file log based on whether or not a legitimate temporary file log for responding to an abnormal event exists Lt; / RTI > interface.

실시예에 따르면, 제1 인터페이스부(310)는 사용자의 선택입력에 기초하여 구규 임시 파일 로그가 존재하는 메모리 카드에 대한 포맷 및 신규 임시 파일 로그에 대한 생성 중 적어도 하나를 결정하기 위한 제1 인터페이스를 제공할 수 있다.
According to the embodiment, the first interface unit 310 may include a first interface for determining at least one of a format for a memory card in which a legitimate temporary file log exists and a new temporary file log, Can be provided.

제2 인터페이스부(320)는 레코딩 매니저 모듈(400)에서 제공되는 파일 이름 요청 정보에 응답하여 기 저장된 파일 데이터 중 적어도 하나의 파일의 이름을 리네임하기 위한 제2 인터페이스를 제공한다. 이하 도 4를 참조하여 제2 인터페이스부(320)를 상세히 설명하기로 한다.
The second interface unit 320 provides a second interface for renaming at least one file among the pre-stored file data in response to the file name request information provided by the recording manager module 400. Hereinafter, the second interface unit 320 will be described in detail with reference to FIG.

도 4는 도 3의 제2 인터페이스부를 도시한 블록도이다.4 is a block diagram illustrating the second interface unit of FIG.

도 4를 참조하면, 제2 인터페이스부(320)는 목록 표시부(321), 선택부(322), 리네임부(330) 및 경로 제공부(340)를 포함할 수 있다.4, the second interface unit 320 may include a list display unit 321, a selection unit 322, a rename unit 330, and a path providing unit 340.

목록 표시부(321)는 파일 이름 요청 정보에 응답하여 적어도 하나의 파일의 이름 정보, 확장자 정보, 날짜 정보, 시간 정보, 크기 정보 및 가중치 정보 중 적어도 하나에 대한 목록 정보를 표시할 수 있다.The list display unit 321 may display list information about at least one of name information, extension information, date information, time information, size information, and weight information of at least one file in response to the file name request information.

선택부(322)는 목록 정보를 고려하여 적어도 하나의 파일을 선택할 수 있고, 리네임부(330)는 선택된 파일을 리네임하며, 경로 제공부(340)는 리네임된 파일의 경로를 레코딩 매니저 모듈에게 제공할 수 있다. 파일 매니저 모듈(300) 에 대한 상세한 설명은 도 1의 설명을 참조하기로 한다.The selection unit 322 can select at least one file in consideration of the list information, the rename unit 330 renames the selected file, and the path providing unit 340 sends the path of the renamed file to the recording manager module . The file manager module 300 will be described in detail with reference to FIG.

다시 도 3을 참조하면, 제2 인터페이스부는(320)는 리네임된 파일에 의해 획득되는 신규 리네임 파일 로그를 기록하고, 기록된 신규 리네임 파일 로그를 디렉토리 엔트리에 기록하며, 기록된 신규 리네임 파일 로그를 제거하는 파일 시스템 모듈과 연동될 수 있다.Referring again to FIG. 3, the second interface unit 320 records a new rename file log obtained by the rename file, records the new rename file log in the directory entry, It can be associated with a file system module that removes the name file log.

제3 인터페이스부(330)는 기록된 레코딩 데이터를 데이터베이스에 저장하는 제3 인터페이스를 제공한다.
The third interface unit 330 provides a third interface for storing the recorded recording data in the database.

도 5는 데이터 저장 시스템의 동작 방법을 도시한 흐름도이다.5 is a flow chart illustrating a method of operating a data storage system.

도 5를 참조하면, 데이터 저장 시스템은 단계 510에서, 비정상적인 이벤트를 대응하기 위한 구규 리네임 파일 로그의 존재 여부에 기초하여 디렉토리 엔트리를 복원한다.Referring to FIG. 5, the data storage system restores the directory entry based on the presence or absence of an old name file log for responding to an abnormal event, at step 510.

실시예에 따르면, 데이터 저장 시스템은 단계 510에서, 시스템 부팅 과정에서 구규 리네임 파일 로그의 존재 여부를 판단할 수 있고, 구규 리네임 파일 로그가 존재하면 디렉토리 엔트리를 복원할 수 있으며, 구규 리네임 파일 로그가 존재하지 않으면 비정상적인 이벤트가 발생하지 않았다고 판단하여 디렉토리 엔트리 복원 과정을 생략할 수 있다.According to an embodiment, the data storage system can determine whether an old name file log is present in the system boot process at step 510, restore the directory entry if an old name file log exists, If the file log does not exist, it is determined that an abnormal event has not occurred and the directory entry restoration process can be omitted.

데이터 저장 시스템은 단계 520에서, 구규 임시 파일 로그의 존재 여부에 기초하여 구규 임시 파일 로그가 존재하는 메모리 카드의 포맷 여부 및 신규 임시 파일 로그의 생성 여부 중 적어도 하나를 결정하기 위한 제1 인터페이스를 제공한다.The data storage system provides a first interface for determining at least one of whether to format the memory card in which the legitimate temporary file log exists and whether to generate a new temporary file log based on the presence or absence of the legitimate temporary file log in step 520 do.

실시예에 따르면, 데이터 저장 시스템은 단계 520에서, 구규 임시 파일 로그가 존재하면 구규 임시 파일 로그가 존재하는 메모리 카드를 포맷할 수 있고, 구규 임시 파일 로그가 존재하지 않으면 비정상적인 이벤트가 발생하지 않았다고 판단하여 포맷 과정을 생략할 수 있다.According to the embodiment, the data storage system can format the memory card in which the legitimate temporary file log exists if the legitimate temporary file log exists, and judges that the abnormal event does not occur if the legitimate temporary file log does not exist So that the formatting process can be omitted.

또한, 데이터 저장 시스템은 단계 520에서, 구규 임시 파일 로그가 존재하는 메모리 카드의 포맷에 의해 신규 임시 파일 로그를 생성할 수 있고, 사용자 선택입력에 기초하여 신규 임시 파일 로그를 생성할 수 있다.In addition, the data storage system may generate a new temporary file log by the format of the memory card in which the legitimate temporary file log resides, and may generate a new temporary file log based on the user selected input.

데이터 저장 시스템은 단계 530에서, 레코딩 데이터에 대한 파일 이름 요청 정보를 파일 매니저 모듈(300)에게 제공한다.In step 530, the data storage system provides file name request information for the recording data to the file manager module 300.

실시예에 따르면, 데이터 저장 시스템은 단계 530에서, 기 저장된 데이터 중 리네임된 파일에 기록된 레코딩 데이터를 데이터베이스에 저장되어야 하므로, 파일 이름 요청 정보를 생성할 수 있고, 생성된 파일 이름 요청 정보를 파일 매니저 모듈(300)에게 제공할 수 있다.
According to the embodiment, in step 530, since the recording data recorded in the rename file stored in the pre-stored data must be stored in the database, the data storage system can generate the file name request information, To the file manager module 300.

도 6은 본 발명의 다른 실시예에 따른 데이터 저장 시스템의 동작 방법을 도시한 흐름도이다.6 is a flowchart illustrating an operation method of a data storage system according to another embodiment of the present invention.

도 6을 참조하면, 데이터 저장 시스템은 시스템 시작(부팅)시 비정상적인 이벤트를 대응하기 위한 구규 리네임 파일 로그의 존재 여부에 기초하여 디렉토리 엔트리를 복원할 수 있고, 파일 시스템 모듈에서 디렉토리 엔트리를 복원할 수 있다.Referring to FIG. 6, the data storage system may restore the directory entry based on the existence of an old name file log for responding to an abnormal event at system startup (boot), and restore the directory entry in the file system module .

실시예에 따르면, 데이터 저장 시스템은 부팅 과정에서 구규 리네임 파일 로그의 존재 여부를 판단할 수 있고, 구규 리네임 파일 로그가 존재하면 디렉토리 엔트리를 복원할 수 있으며, 구규 리네임 파일 로그가 존재하지 않으면 비정상적인 이벤트가 발생하지 않았다고 판단하여 디렉토리 엔트리 복원 과정을 생략할 수 있다.According to an embodiment, the data storage system can determine whether an old name file log is present during a boot process, restore a directory entry if an old name file log exists, and if an old name file log does not exist , It is determined that an abnormal event has not occurred and the directory entry restoration process can be omitted.

데이터 저장 시스템은 구규 임시 파일 로그의 존재 여부에 기초하여 구규 임시 파일 로그가 존재하는 메모리 카드의 포맷 여부 및 신규 임시 파일 로그의 생성 여부 중 적어도 하나를 결정하기 위한 제1 인터페이스를 제공할 수 있고, 파일 매니저 모듈에서 이루어질 수 있다.The data storage system may provide a first interface for determining at least one of whether to format a memory card in which a legitimate temporary file log exists and whether to generate a new temporary file log based on the presence or absence of a legitimate temporary file log, File manager module.

또한, 데이터 저장 시스템은 파일 시스템 모듈과 파일 매니저 모듈이 서로 연동되기 위하여 응용 프로그램인 애플리케이션이 설치되어 있을 수 있다.Also, the data storage system may have an application in which a file system module and a file manager module are application programs for interlocking with each other.

보다 상세하게는, 데이터 저장 시스템은 구규 임시 파일 로그 및 사용자 선택입력 등 다양한 실시예에 기반하여 구규 임시 파일 로그가 존재하는 메모리 카드의 포맷 여부 및 신규 임시 파일 로그의 생성 여부 중 적어도 하나를 결정하기 위한 제1 인터페이스를 제공할 수 있다.More particularly, the data storage system may determine at least one of whether to format the memory card in which the legitimate temporary file log is present and whether to create a new temporary file log based on various embodiments, such as a legitimate temporary file log and a user- Can provide a first interface.

또한, 데이터 저장 시스템은 구규 임시 파일 로그 또는 신규 임시 파일 로그를 메모리 카드에 저장할 수 있고, 제3 인터페이스를 제공하는 파일 매니저 모듈에서 이루어질 수 있다.In addition, the data storage system may store a legitimate temporary file log or a new temporary file log in a memory card, and may be implemented in a file manager module that provides a third interface.

구규 임시 파일 로그 또는 신규 임시 파일 로그가 메모리 카드에 저장되면, 데이터 저장 시스템은 파일 이름 요청 정보를 생성하고, 생성된 파일 이름 요청 정보를 파일 매니저 모듈에게 제공할 수 있고, 레코딩 매니저 모듈에서 이루어질 수 있다.If the temporary file log or the temporary temporary file log is stored in the memory card, the data storage system can generate the file name request information, provide the generated file name request information to the file manager module, have.

데이터 저장 시스템은 파일 이름 요청 정보에 응답하여 기 저장된 데이터 중 적어도 하나의 파일의 이름을 리네임하기 위한 제2 인터페이스를 제공할 수 있고, 파일 매니저 모듈에서 이루어질 수 있다.The data storage system may provide a second interface for renaming the name of at least one of the stored data in response to the file name request information, and may be provided in the file manager module.

여기서, 제2 인터페이스는 파일 이름 요청 정보에 응답하여 적어도 하나의 파일의 이름 정보, 확장자 정보, 날짜 정보, 시간 정보, 크기 정보 및 가중치 정보 중 적어도 하나에 대한 목록 정보를 표시하고, 목록 정보를 고려하여 적어도 하나의 파일을 선택하며, 선택된 파일을 리네임하고, 리네임된 파일의 경로를 레코딩 매니저 모듈에게 제공하는 것을 특징으로 할 수 있다.Here, the second interface displays list information of at least one of name information, extension information, date information, time information, size information, and weight information of at least one file in response to the file name request information, Selects at least one file, renames the selected file, and provides a path of the renamed file to the recording manager module.

실시예에 따르면, 제2 인터페이스는 선택된 파일의 크기를 조정할 수 있다.According to an embodiment, the second interface may adjust the size of the selected file.

보다 상세하게는, 제2 인터페이스는 선택된 파일의 크기를 파일 할당표(FAT, file allocation table)에서 할당한 원래 크기로 조정할 수 있다. 여기서, 선택된 파일을 파일 할당표에서 할당한 원래 크기로 조정하는 것은 선택된 파일을 파일 할당표에서 할당한 원래 크기로 줄이는 것(truncating)을 의미한다.More specifically, the second interface may adjust the size of the selected file to an original size allocated from a file allocation table (FAT). Here, adjusting the selected file to the original size allocated in the file allocation table means truncating the selected file to the original size allocated in the file allocation table.

예를 들어, 파일 할당표는 기 저장된 데이터에 존재하는 각각의 파일을 선정된 크기로 할당하고, 데이터 저장 시스템은 제2 인터페이스를 통하여 할당된 파일을 선택하여 리네임할 수 있다.For example, the file allocation table may allocate each file existing in the pre-stored data to a predetermined size, and the data storage system may rename the file allocated through the second interface.

또한, 데이터 저장 시스템은 할당된 파일의 크기가 증가되면서 파일 할당표에서 추가적으로 파일 할당이 될 수 있고, 이러한 프로세스가 반복되면 파일 조각화(file fragmentation)가 발생될 수 있으며, 파일 조각화를 줄이기 위해 할당된 파일의 크기를 파일 할당표에서 할당한 원래 크기로 조정할 수 있다.In addition, the data storage system can be additionally allocated to files in the file allocation table with an increase in the size of the allocated file. If this process is repeated, file fragmentation may occur. In order to reduce file fragmentation, You can adjust the file size to the original size assigned in the file allocation table.

데이터 저장 시스템은 적어도 하나의 파일의 이름을 리네임하여 획득되는 신규 리네임 파일 로그를 기록할 수 있고, 기록된 리네임 파일 로그를 디렉토리 엔트리에 기록할 수 있으며, 디렉토리 엔트리에 대한 기록이 완료되면 기록된 신규 리네임 파일 로그를 제거할 수 있고, 파일 시스템 모듈에서 이루어질 수 있다.The data storage system can record a new rename file log obtained by renaming at least one file name and record the recorded rename file log in the directory entry. When the recording of the directory entry is completed, The new rename file log can be removed and can be done in the file system module.

또한, 데이터 저장 시스템은 레코딩 매니저 모듈에서 리네임된 파일에 대응하는 레코딩 데이터를 기록할 수 있고, 기록된 레코딩 데이터를 데이터베이스에 저장할 수 있으며, 실시간으로 기록과 동시에 데이터베이스에서 저장할 수 있다.
In addition, the data storage system can record the recording data corresponding to the rename file in the recording manager module, store the recorded recording data in the database, and store it in the database simultaneously with recording in real time.

실시예에 따른 방법은 다양한 컴퓨터 수단을 통하여 수행될 수 있는 프로그램 명령 형태로 구현되어 컴퓨터 판독 가능 매체에 기록될 수 있다. 상기 컴퓨터 판독 가능 매체는 프로그램 명령, 데이터 파일, 데이터 구조 등을 단독으로 또는 조합하여 포함할 수 있다. 상기 매체에 기록되는 프로그램 명령은 실시예를 위하여 특별히 설계되고 구성된 것들이거나 컴퓨터 소프트웨어 당업자에게 공지되어 사용 가능한 것일 수도 있다. 컴퓨터 판독 가능 기록 매체의 예에는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체(magnetic media), CD-ROM, DVD와 같은 광기록 매체(optical media), 플롭티컬 디스크(floptical disk)와 같은 자기-광 매체(magneto-optical media), 및 롬(ROM), 램(RAM), 플래시 메모리 등과 같은 프로그램 명령을 저장하고 수행하도록 특별히 구성된 하드웨어 장치가 포함된다. 프로그램 명령의 예에는 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라 인터프리터 등을 사용해서 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드를 포함한다. 상기된 하드웨어 장치는 실시예의 동작을 수행하기 위해 하나 이상의 소프트웨어 모듈로서 작동하도록 구성될 수 있으며, 그 역도 마찬가지이다.The method according to an embodiment may be implemented in the form of a program command that can be executed through various computer means and recorded in a computer-readable medium. The computer-readable medium may include program instructions, data files, data structures, and the like, alone or in combination. The program instructions to be recorded on the medium may be those specially designed and configured for the embodiments or may be available to those skilled in the art of computer software. Examples of computer-readable media include magnetic media such as hard disks, floppy disks and magnetic tape; optical media such as CD-ROMs and DVDs; magnetic media such as floppy disks; Magneto-optical media, and hardware devices specifically configured to store and execute program instructions such as ROM, RAM, flash memory, and the like. Examples of program instructions include machine language code such as those produced by a compiler, as well as high-level language code that can be executed by a computer using an interpreter or the like. The hardware devices described above may be configured to operate as one or more software modules to perform the operations of the embodiments, and vice versa.

이상과 같이 실시예들이 비록 한정된 실시예와 도면에 의해 설명되었으나, 해당 기술분야에서 통상의 지식을 가진 자라면 상기의 기재로부터 다양한 수정 및 변형이 가능하다. 예를 들어, 설명된 기술들이 설명된 방법과 다른 순서로 수행되거나, 및/또는 설명된 시스템, 구조, 장치, 회로 등의 구성요소들이 설명된 방법과 다른 형태로 결합 또는 조합되거나, 다른 구성요소 또는 균등물에 의하여 대치되거나 치환되더라도 적절한 결과가 달성될 수 있다.While the present invention has been particularly shown and described with reference to exemplary embodiments thereof, it is to be understood that the invention is not limited to the disclosed exemplary embodiments. For example, it is to be understood that the techniques described may be performed in a different order than the described methods, and / or that components of the described systems, structures, devices, circuits, Lt; / RTI > or equivalents, even if it is replaced or replaced.

그러므로, 다른 구현들, 다른 실시예들 및 특허청구범위와 균등한 것들도 후술하는 특허청구범위의 범위에 속한다.
Therefore, other implementations, other embodiments, and equivalents to the claims are also within the scope of the following claims.

100: 데이터 저장 시스템
200: 파일 시스템 모듈
210: 복원부
220: 리네임 기록부
230: 엔트리 기록부
240: 리네임 제거부
300: 파일 매니저 모듈
310: 제1 인터페이스부
320: 제2 인터페이스부
321: 목록 표시부
322: 선택부
323: 리네임부
324: 경로 제공부
330: 제3 인터페이스부
400: 레코딩 매니저 모듈
100: Data storage system
200: File system module
210:
220:
230: entry log
240: Rename removal
300: File manager module
310: first interface unit
320:
321: List display section
322:
323: Lineage
324:
330:
400: Recording Manager Module

Claims (15)

비정상적인 이벤트를 대응하기 위한 구규 리네임 파일 로그(old rename file log)의 존재 여부에 기초하여 디렉토리 엔트리(directory entry)를 복원하는 파일 시스템 모듈;
구규 임시 파일 로그(old temp file log)의 존재 여부에 기초하여 상기 구규 임시 파일 로그가 존재하는 메모리 카드에 대한 포맷 및 신규 임시 파일 로그(new temp file log)에 대한 생성 중 적어도 하나를 결정하기 위한 제1 인터페이스를 제공하는 파일 매니저 모듈; 및
레코딩 데이터에 대한 파일 이름 요청 정보를 상기 파일 매니저 모듈에게 제공하는 레코딩 매니저 모듈
을 포함하고,
상기 파일 매니저 모듈은
상기 비정상적인 이벤트에 의해 상기 신규 임시 파일 로그에 대한 생성이 완료되지 않으면, 상기 생성이 완료되지 않은 신규 임시 파일 로그가 존재하는 메모리 카드에 대한 포맷 및 재신규 임시 파일 로그(renew temp file log)에 대한 생성 중 적어도 하나를 결정하기 위한 상기 제1 인터페이스를 제공하는
데이터 저장 시스템.
A file system module for restoring a directory entry based on whether an old rename file log for responding to an abnormal event exists;
A method for determining at least one of a format for a memory card in which the legitimate temporary file log exists and a generation for a new temp file log based on whether a legitimate temporary file log exists A file manager module for providing a first interface; And
A recording manager module for providing file name request information for recording data to the file manager module;
/ RTI >
The file manager module
If the creation of the new temporary file log is not completed due to the abnormal event, the format for the memory card in which the new temporary file log for which generation has not been completed and the new temporary file log for the renewed temp file log Providing the first interface for determining at least one of < RTI ID = 0.0 >
Data storage system.
제1항에 있어서,
상기 파일 매니저 모듈은
상기 파일 이름 요청 정보에 응답하여 기 저장된 데이터 중 적어도 하나의 파일의 이름을 리네임하기 위한 제2 인터페이스를 제공하고,
상기 파일 시스템 모듈은
상기 적어도 하나의 파일의 이름을 리네임하여 획득되는 신규 리네임 파일 로그를 기록하며,
상기 레코딩 매니저 모듈은
상기 리네임된 파일에 대응하는 상기 레코딩 데이터를 기록하는
데이터 저장 시스템.
The method according to claim 1,
The file manager module
Providing a second interface for renaming at least one file of previously stored data in response to the file name request information,
The file system module
Recording a new rename file log obtained by renaming the name of the at least one file,
The recording manager module
And recording the recording data corresponding to the rename file
Data storage system.
제2항에 있어서,
상기 제2 인터페이스는
상기 파일 이름 요청 정보에 응답하여 상기 적어도 하나의 파일의 이름 정보, 확장자 정보, 날짜 정보, 시간 정보, 크기 정보 및 가중치 정보 중 적어도 하나에 대한 목록 정보를 표시하고, 상기 목록 정보를 고려하여 상기 적어도 하나의 파일을 선택하며, 상기 선택된 파일을 리네임하고, 상기 리네임된 파일의 경로를 상기 레코딩 매니저 모듈에게 제공하는 것을 특징으로 하는
데이터 저장 시스템.
3. The method of claim 2,
The second interface
And displaying list information of at least one of name information, extension information, date information, time information, size information, and weight information of the at least one file in response to the file name request information, Selects one file, renames the selected file, and provides the path of the rename file to the recording manager module
Data storage system.
제2항에 있어서,
상기 파일 매니저 모듈은
상기 기록된 레코딩 데이터를 데이터베이스에 저장하는 제3 인터페이스를 제공하고,
상기 파일 시스템 모듈은
상기 기록된 신규 리네임 파일 로그를 상기 디렉토리 엔트리에 기록하고, 상기 디렉토리 엔트리에 대한 기록이 완료되면 상기 기록된 신규 리네임 파일 로그를 제거하는
데이터 저장 시스템.
3. The method of claim 2,
The file manager module
A third interface for storing the recorded recording data in a database,
The file system module
Records the new rename file log recorded in the directory entry, and deletes the recorded new rename file log when the recording of the directory entry is completed
Data storage system.
제4항에 있어서,
상기 파일 시스템 모듈은
상기 비정상적인 이벤트에 의해 상기 디렉토리 엔트리에 대한 기록이 완료되지 않으면, 상기 신규 리네임 파일 로그를 이용하여 상기 기록이 완료되지 않은 디렉토리 엔트리를 복원하는
데이터 저장 시스템.
5. The method of claim 4,
The file system module
If the recording of the directory entry is not completed due to the abnormal event, the directory entry whose recording has not been completed is restored using the new rename file log
Data storage system.
삭제delete 비정상적인 이벤트를 대응하기 위한 구규 리네임 파일 로그의 존재 여부에 기초하여 디렉토리 엔트리를 복원하는 복원부;
기 저장된 데이터 중 적어도 하나의 파일의 이름을 리네임하여 획득되는 신규 리네임 파일 로그를 기록하는 리네임 기록부;
상기 기록된 신규 리네임 파일 로그를 상기 디렉토리 엔트리에 기록하는 엔트리 기록부; 및
상기 디렉토리 엔트리에 대한 기록이 완료되면 상기 기록된 신규 리네임 파일 로그를 제거하는 리네임 제거부
를 포함하고,
상기 복원부는
상기 비정상적인 이벤트에 의해 상기 디렉토리 엔트리에 대한 기록이 완료되지 않으면, 상기 신규 리네임 파일 로그를 이용하여 상기 기록이 완료되지 않은 디렉토리 엔트리를 복원하는
파일 시스템 모듈.
A restoration unit restoring a directory entry based on whether or not an old-style name file log for responding to an abnormal event exists;
A re-name recording unit for recording a new rename file log obtained by renaming at least one file among the pre-stored data;
An entry recording unit for recording the recorded new rename file log in the directory entry; And
When the recording of the directory entry is completed, removing the recorded new rename file log,
Lt; / RTI >
The restoring unit
If the recording of the directory entry is not completed due to the abnormal event, the directory entry whose recording has not been completed is restored using the new rename file log
File system module.
삭제delete 제7항에 있어서,
상기 복원부는
구규 임시 파일 로그의 존재 여부에 기초하여 상기 구규 임시 파일 로그에 대한 포맷 및 신규 임시 파일 로그에 대한 생성 중 적어도 하나를 결정하기 위한 제1 인터페이스를 제공하는 파일 매니저 모듈과 연동되는
파일 시스템 모듈.
8. The method of claim 7,
The restoring unit
A file manager module for providing a first interface for determining at least one of a format of the temporary temporary file log and a creation of a new temporary file log based on whether or not the temporary temporary file log exists
File system module.
비정상적인 이벤트를 대응하기 위한 구규 임시 파일 로그의 존재 여부에 기초하여 상기 구규 임시 파일 로그가 존재하는 메모리 카드에 대한 포맷 및 신규 임시 파일 로그에 대한 생성 중 적어도 하나를 결정하기 위한 제1 인터페이스를 제공하는 제1 인터페이스부;
레코딩 매니저 모듈에서 제공되는 파일 이름 요청 정보에 응답하여 기 저장된 파일 데이터 중 적어도 하나의 파일의 이름을 리네임하기 위한 제2 인터페이스를 제공하는 제2 인터페이스부; 및
기록된 레코딩 데이터를 데이터베이스에 저장하는 제3 인터페이스를 제공하는 제3 인터페이스부
를 포함하고,
상기 제1 인터페이스부는
상기 비정상적인 이벤트에 의해 상기 신규 임시 파일 로그에 대한 생성이 완료되지 않으면, 상기 생성이 완료되지 않은 신규 임시 파일 로그가 존재하는 메모리 카드에 대한 포맷 및 재신규 임시 파일 로그에 대한 생성 중 적어도 하나를 결정하기 위한 상기 제1 인터페이스를 제공하는
파일 매니저 모듈.
Providing a first interface for determining at least one of a format for a memory card in which the legitimate temporary file log exists and a generation for a new temporary file log based on the presence or absence of a legitimate temporary file log for responding to an abnormal event A first interface unit;
A second interface for providing a second interface for renaming the name of at least one of the previously stored file data in response to the file name request information provided by the recording manager module; And
A third interface unit for providing a third interface for storing the recorded recording data in the database,
Lt; / RTI >
The first interface unit
If the creation of the new temporary file log is not completed due to the abnormal event, a determination is made as to at least one of a format for the memory card in which the new temporary file log has not been generated and a creation of a new temporary file log Providing the first interface for < RTI ID = 0.0 >
File manager module.
삭제delete 제10항에 있어서,
상기 제2 인터페이스부는
상기 파일 이름 요청 정보에 응답하여 상기 적어도 하나의 파일의 이름 정보, 확장자 정보, 날짜 정보, 시간 정보, 크기 정보 및 가중치 정보 중 적어도 하나에 대한 목록 정보를 표시하는 목록 표시부;
상기 목록 정보를 고려하여 상기 적어도 하나의 파일을 선택하는 선택부;
상기 선택된 파일을 리네임하는 리네임부; 및
상기 리네임된 파일의 경로를 레코딩 매니저 모듈에게 제공하는 경로 제공부
를 포함하는 파일 매니저 모듈.
11. The method of claim 10,
The second interface unit
A list display unit for displaying list information of at least one of name information, extension information, date information, time information, size information and weight information of the at least one file in response to the file name request information;
A selection unit for selecting the at least one file in consideration of the list information;
A rename section for renormalizing the selected file; And
Path providing unit for providing the path of the rename file to the recording manager module,
A file manager module comprising:
제10항에 있어서,
상기 제2 인터페이스부는
상기 리네임된 파일에 의해 획득되는 신규 리네임 파일 로그를 기록하고, 상기 기록된 신규 리네임 파일 로그를 디렉토리 엔트리에 기록하며, 상기 기록된 신규 리네임 파일 로그를 제거하는 파일 시스템 모듈과 연동되는
파일 매니저 모듈.
11. The method of claim 10,
The second interface unit
A new rename file log obtained by the rename file is recorded, a new rename file log recorded is recorded in a directory entry, and a new rename file log
File manager module.
파일 시스템 모듈을 통하여 비정상적인 이벤트를 대응하기 위한 구규 리네임 파일 로그의 존재 여부에 기초하여 디렉토리 엔트리를 복원하는 단계;
파일 매니저 모듈을 통하여 구규 임시 파일 로그의 존재 여부에 기초하여 상기 구규 임시 파일 로그가 존재하는 메모리 카드에 대한 포맷 및 신규 임시 파일 로그에 대한 생성 중 적어도 하나를 결정하기 위한 제1 인터페이스를 제공하는 단계; 및
레코딩 매니저 모듈을 통하여 레코딩 데이터에 대한 파일 이름 요청 정보를 상기 파일 매니저 모듈에게 제공하는 단계
를 포함하고,
상기 파일 매니저 모듈은
상기 비정상적인 이벤트에 의해 상기 신규 임시 파일 로그에 대한 생성이 완료되지 않으면, 상기 생성이 완료되지 않은 신규 임시 파일 로그가 존재하는 메모리 카드에 대한 포맷 및 재신규 임시 파일 로그(renew temp file log)에 대한 생성 중 적어도 하나를 결정하기 위한 상기 제1 인터페이스를 제공하는 것을
특징으로 하는 데이터 저장 시스템의 동작 방법.
Restoring a directory entry based on the presence or absence of an old name file log for responding to an abnormal event through a file system module;
Providing a first interface for determining at least one of a format for a memory card in which the legitimate temporary file log exists and a generation for a new temporary file log based on the existence of the legitimate temporary file log through the file manager module ; And
Providing file name request information for recording data to the file manager module through a recording manager module
Lt; / RTI >
The file manager module
If the creation of the new temporary file log is not completed due to the abnormal event, the format for the memory card in which the new temporary file log for which generation has not been completed and the new temporary file log for the renewed temp file log Providing the first interface for determining at least one of < RTI ID = 0.0 >
The method comprising the steps of:
제14항의 방법을 수행하기 위한 프로그램이 기록된 컴퓨터로 판독 가능한 기록 매체.A computer-readable recording medium having recorded thereon a program for performing the method of claim 14.
KR1020150052207A 2015-04-14 2015-04-14 Data storage system and method thereof KR101698936B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020150052207A KR101698936B1 (en) 2015-04-14 2015-04-14 Data storage system and method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020150052207A KR101698936B1 (en) 2015-04-14 2015-04-14 Data storage system and method thereof

Publications (2)

Publication Number Publication Date
KR20160122405A KR20160122405A (en) 2016-10-24
KR101698936B1 true KR101698936B1 (en) 2017-02-13

Family

ID=57256880

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020150052207A KR101698936B1 (en) 2015-04-14 2015-04-14 Data storage system and method thereof

Country Status (1)

Country Link
KR (1) KR101698936B1 (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004295548A (en) * 2003-03-27 2004-10-21 Kureo:Kk File restoration program, file restoration method and file restoration device

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6278678B1 (en) 1999-02-12 2001-08-21 Sony Corporation Editing apparatus, editing method, and recording medium
JP4908849B2 (en) 2006-01-11 2012-04-04 富士通セミコンダクター株式会社 File deletion method, file opening method, file deletion program, and file opening program

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004295548A (en) * 2003-03-27 2004-10-21 Kureo:Kk File restoration program, file restoration method and file restoration device

Also Published As

Publication number Publication date
KR20160122405A (en) 2016-10-24

Similar Documents

Publication Publication Date Title
KR101605156B1 (en) Device, method, and computer for providing file deleting service
CA2901668C (en) Deduplication storage system with efficient reference updating and space reclamation
CN102594849B (en) Data backup and recovery method and device, virtual machine snapshot deleting and rollback method and device
JP2005215894A (en) Data processor, data processing method, and data processing program
CN106354884B (en) Data object deleting method and device based on distributed file system
CN108255638B (en) Snapshot rollback method and device
EP3474143B1 (en) Method and apparatus for incremental recovery of data
US10795579B2 (en) Methods, apparatuses, system and computer program products for reclaiming storage units
CN107463467B (en) Method and system capable of quickly restoring virtualization platform
CN106357703B (en) Cluster switching method and device
SG181959A1 (en) System event logging system
US20160124984A1 (en) Storage and compression of an aggregation file
KR101698936B1 (en) Data storage system and method thereof
WO2018177193A1 (en) Software upgrade method and device
CN104462148B (en) A kind of data storage and management method and device
CN112631826B (en) Backup processing method and device and computer readable storage medium
WO2018014801A1 (en) Image file processing
JP2017228246A (en) Information processing apparatus, information processing system, program, and information processing method
US10318204B2 (en) Information processing device and information processing method for writing plurality of files on recording medium
CN113625952A (en) Object storage method, device, equipment and storage medium
CN111078159A (en) Writing method for avoiding writing damage of DVR storage card
CN112492248A (en) Video verification method and device
US9824718B2 (en) Recording and playback device
KR102108131B1 (en) Method of preventing data loss in a blackbox
KR20140062750A (en) Method of controlling file with backing-up hidden files

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
FPAY Annual fee payment

Payment date: 20200217

Year of fee payment: 4