KR102227113B1 - A file processing apparatus based on a shared file system - Google Patents

A file processing apparatus based on a shared file system Download PDF

Info

Publication number
KR102227113B1
KR102227113B1 KR1020190037951A KR20190037951A KR102227113B1 KR 102227113 B1 KR102227113 B1 KR 102227113B1 KR 1020190037951 A KR1020190037951 A KR 1020190037951A KR 20190037951 A KR20190037951 A KR 20190037951A KR 102227113 B1 KR102227113 B1 KR 102227113B1
Authority
KR
South Korea
Prior art keywords
file
shared
shared file
metadata
processing unit
Prior art date
Application number
KR1020190037951A
Other languages
Korean (ko)
Other versions
KR20200116309A (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 KR1020190037951A priority Critical patent/KR102227113B1/en
Publication of KR20200116309A publication Critical patent/KR20200116309A/en
Application granted granted Critical
Publication of KR102227113B1 publication Critical patent/KR102227113B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/176Support for shared access to files; File sharing support
    • G06F16/1767Concurrency control, e.g. optimistic or pessimistic approaches
    • G06F16/1774Locking methods, e.g. locking methods for file systems allowing shared and concurrent access to files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/11File system administration, e.g. details of archiving or snapshots
    • G06F16/122File system administration, e.g. details of archiving or snapshots using management policies
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/604Tools and structures for managing or administering access control systems

Abstract

본 발명은 공유 파일 시스템 기반의 파일 처리 장치에 관한 것으로, 파일과 연관된 파일 메타데이터를 결정하는 파일 메타데이터 처리부, 상기 파일 메타데이터에 포함된 공유 설정 태그를 기초로 상기 파일의 공유 설정 여부를 확인하는 공유 파일 확인부 및 상기 파일의 공유 설정이 확인되면 상기 파일 메타데이터를 통해 내재적으로 접근되는 공유 파일 메타데이터를 획득하여 공유자별 권한 속성에 따라 상기 파일의 접근을 제어하는 공유 파일 처리부를 포함한다. 따라서, 본 발명은 사용자 저장장치의 파일 시스템에서 공유 파일을 분류하고 공유 파일 메타데이터를 통해 공유자간 공유 파일을 효율적으로 관리할 수 있다.The present invention relates to a file processing apparatus based on a shared file system, wherein a file metadata processing unit that determines file metadata associated with a file, and checks whether to set the sharing of the file based on a sharing setting tag included in the file metadata. And a shared file processing unit that obtains shared file metadata that is implicitly accessed through the file metadata when the sharing setting of the file is confirmed and controls access to the file according to the permission attribute of each sharer. . Accordingly, the present invention can classify shared files in a file system of a user storage device and efficiently manage shared files between sharers through shared file metadata.

Description

공유 파일 시스템 기반의 파일 처리 장치 {A FILE PROCESSING APPARATUS BASED ON A SHARED FILE SYSTEM}File processing device based on shared file system {A FILE PROCESSING APPARATUS BASED ON A SHARED FILE SYSTEM}

본 발명은 공유 파일 시스템 기반의 파일 처리 기술에 관한 것으로, 보다 상세하게는 사용자 저장장치의 파일 시스템에서 공유 파일을 분류하고 공유 파일 메타데이터를 통해 공유 파일에 대한 관리를 수행하는 공유 파일 시스템 기반의 파일 처리 장치에 관한 것이다.The present invention relates to a file processing technology based on a shared file system, and more particularly, to a file system based on a shared file system that classifies shared files in a file system of a user storage device and manages shared files through shared file metadata. It relates to a file processing device.

파일시스템은 컴퓨터에서 파일이나 자료를 쉽게 발견하고 접근할 수 있도록 보관 또는 조직하는 체제를 의미할 수 있다. 파일 시스템은 통상 하드 디스크나 CD-ROM 같은 실제 자료 보관 장치를 사용하여 파일의 물리적 소재를 관리하는 것을 가리키나 네트워크 프로토콜(NFS, SMB, 9P 등)을 수행하는 클라이언트를 통하여 파일 서버 상의 자료로의 접근을 제공하는 방식과 가상의 형태로서 접근 수단만이 존재하는 방식도 파일 시스템의 범위에 포함될 수 있다. 기존의 파일시스템은 저장장치를 공유하는 경우에 공유자에 대한 공유 파일의 제어 및 관리에 관한 부분을 고려하지 않았다.A file system may refer to a system that stores or organizes files or data in a computer so that they can be easily found and accessed. File system usually refers to the management of the physical location of a file using a physical data storage device such as a hard disk or CD-ROM, but the data on the file server is transmitted through a client that performs network protocols (NFS, SMB, 9P, etc.). A method of providing access and a method in which only access means exist as a virtual form can also be included in the scope of the file system. In the case of sharing a storage device, the existing file system does not take into account the control and management of shared files for the sharer.

한국공개특허 제10-2003-0073981 (2003.09.19)호는 일정한 전역 깊이를 갖는 루트 블록을 생성하는 단계; 및 루트 블록에 디렉토리 엔트리가 완전히 채워지면 해시함수를 통해 상기 전역깊이로부터 루트 블록에 대하여 몇 개의 비트를 참조할 것인가에 대한 위치정보를 나타내는 인덱스 값을 구하고, 이 인덱스 값으로 논리적이고 연속된 객체인 복수의 고정 길이 기반의 익스텐트 블록으로 구성된 리프 블록들의 블록 넘버를 구하여 루트 블록에 순차적으로 저장한 후, 루트 블록의 디렉토리 엔트리를 리프 블록에 나누어 저장하는 단계로 이루어지며, 이에 따라서, 파일시스템의 자료저장구조에 대한 빈번한 변경 원인을 지연시키고 간접 블록의 생성을 유연하게 방지하여 검색 성능을 향상시킨다.Korean Patent Laid-Open Publication No. 10-2003-0073981 (2003.09.19) discloses the steps of generating a root block having a constant global depth; And when the directory entry is completely filled in the root block, an index value representing the number of bits to be referred to for the root block is obtained from the global depth through a hash function, and the index value is used as a logical and continuous object. It consists of a step of obtaining block numbers of leaf blocks composed of a plurality of fixed-length-based extent blocks, sequentially storing them in the root block, and then dividing the directory entries of the root block into the leaf blocks and storing them. Accordingly, the data of the file system It improves search performance by delaying the cause of frequent changes to the storage structure and flexibly preventing the generation of indirect blocks.

한국공개특허 제10-2013-0086694 (2013.08.05)호는 비휘발성 메모리에 적합한 파일시스템을 이용한 파일 관리 방법이 제공된다. 본 파일 관리 방법에서 저장장치에 저장된 파일을 관리하기 위해 이용하는 파일시스템은, 수퍼 블록 영역, 아이노드 블록 영역, 비트맵 블록 영역 및 데이터 블록 영역을 포함한다. 이에 의해, 비휘발성 저장장치에 적합한 파일시스템을 이용한 파일 관리가 가능해진다.Korean Patent Publication No. 10-2013-0086694 (2013.08.05) provides a file management method using a file system suitable for nonvolatile memory. In this file management method, a file system used to manage files stored in a storage device includes a super block area, an inode block area, a bitmap block area, and a data block area. As a result, file management using a file system suitable for a nonvolatile storage device becomes possible.

한국공개특허 제10-2003-0073981 (2003.09.19)호Korean Patent Publication No. 10-2003-0073981 (2003.09.19) 한국공개특허 제10-2013-0086694 (2013.08.05)호Korean Patent Publication No. 10-2013-0086694 (2013.08.05)

본 발명의 일 실시예는 사용자 저장장치의 파일 시스템에서 공유 파일을 분류하고 공유 파일 메타데이터를 통해 공유 파일에 대한 관리를 수행하는 공유 파일 시스템 기반의 파일 처리 장치를 제공하고자 한다.An embodiment of the present invention is to provide a file processing device based on a shared file system that classifies shared files in a file system of a user storage device and manages shared files through shared file metadata.

본 발명의 일 실시예는 공유 파일 메타데이터를 통해 사용자가 공유한 공유 파일에 대한 공유자의 접근에 대한 정보를 기록하고 관리하는 공유 파일 시스템 기반의 파일 처리 장치를 제공하고자 한다.An embodiment of the present invention is to provide a file processing apparatus based on a shared file system that records and manages information about a sharer's access to a shared file shared by a user through shared file metadata.

본 발명의 일 실시예는 공유자가 공유하거나 갱신한 공유 파일에 대한 사용자의 접근 여부를 기록하고 관리하는 공유 파일 시스템 기반의 파일 처리 장치를 제공하고자 한다.An embodiment of the present invention is to provide a file processing apparatus based on a shared file system that records and manages whether a user has access to a shared file shared or updated by a sharer.

실시예들 중에서, 공유 파일 시스템 기반의 파일 처리 장치는 파일과 연관된 파일 메타데이터를 결정하는 파일 메타데이터 처리부, 상기 파일 메타데이터에 포함된 공유 설정 태그를 기초로 상기 파일의 공유 설정 여부를 확인하는 공유 파일 확인부 및 상기 파일의 공유 설정이 확인되면 상기 파일 메타데이터를 통해 내재적으로 접근되는 공유 파일 메타데이터를 획득하여 공유자별 권한 속성에 따라 상기 파일의 접근을 제어하는 공유 파일 처리부를 포함할 수 있다.Among embodiments, a file processing apparatus based on a shared file system includes a file metadata processing unit that determines file metadata associated with a file, and checks whether to set the sharing of the file based on a sharing setting tag included in the file metadata. A shared file verification unit and a shared file processing unit that, when the sharing setting of the file is confirmed, obtains the shared file metadata that is implicitly accessed through the file metadata, and controls access to the file according to the permission attribute for each sharer. have.

상기 공유 파일 처리부는 상기 공유 파일 처리부는 상기 공유 파일 메타데이터를 통해 공유자 배지를 검출하여 전체 파일 공유자에게 아직 읽지 않은 파일 공유자의 수를 제공할 수 있다.The shared file processor may detect a sharer badge through the shared file metadata and provide the number of unread file sharers to all file sharers.

상기 공유 파일 처리부는 특정 파일 공유자에 의한 상기 파일의 읽음을 검출하여 해당 공유자 배지에 있는 아직 읽지 않은 파일 공유자의 수를 갱신할 수 있다.The shared file processor may detect that the file is read by a specific file sharer and update the number of unread file sharers in the badge of the corresponding sharer.

상기 공유 파일 처리부는 상기 공유자 배지를 기초로 상기 파일의 공유자 접근 이력 리스트를 획득하여 상기 파일의 생성자에게 제공할 수 있다.The shared file processing unit may obtain a list of access history of a sharer of the file based on the badge of the sharer and provide it to the creator of the file.

상기 공유 파일 처리부는 상기 공유 파일 메타데이터를 통해 사용자 배지를 검출하여 사용자에게 상기 파일의 접근을 유도할 수 있다.The shared file processor may detect a user badge through the shared file metadata to induce a user to access the file.

상기 공유 파일 처리부는 상기 공유 설정 태그가 설정되면 상기 공유 파일 메타데이터를 동적으로 생성할 수 있다.The shared file processor may dynamically generate the shared file metadata when the sharing setting tag is set.

상기 공유 파일 처리부는 상기 파일 메타데이터에 있는 공유 파일 포인터로 상기 공유 파일 메타데이터를 접근하도록 상기 파일 메타데이터를 갱신할 수 있다.The shared file processor may update the file metadata to access the shared file metadata with a shared file pointer in the file metadata.

상기 공유 파일 처리부는 상기 공유 설정 태그가 설정되면 상기 파일의 접근을 검출하여 상기 공유 파일 메타데이터를 통해 내재적으로 접근되고 상기 파일의 사용자별 접근 내역을 기록하는 사용자별 접근 이력 리스트를 갱신할 수 있다.When the sharing setting tag is set, the shared file processing unit may detect access to the file, access implicitly through the shared file metadata, and update a user-specific access history list recording access details for each user of the file. .

상기 공유 파일 처리부는 상기 파일의 접근을 통해 상기 파일이 변경되면 상기 사용자별 접근 이력 리스트의 갱신과 함께 상기 변경 전의 파일을 저장할 수 있다.When the file is changed through the access of the file, the shared file processor may update the access history list for each user and store the file before the change.

상기 공유 파일 처리부는 상기 공유 설정 태그가 해제되면 상기 공유 파일 메타데이터를 삭제할 수 있다.When the sharing setting tag is released, the shared file processing unit may delete the shared file metadata.

개시된 기술은 다음의 효과를 가질 수 있다. 다만, 특정 실시예가 다음의 효과를 전부 포함하여야 한다거나 다음의 효과만을 포함하여야 한다는 의미는 아니므로, 개시된 기술의 권리범위는 이에 의하여 제한되는 것으로 이해되어서는 아니 될 것이다.The disclosed technology can have the following effects. However, since it does not mean that a specific embodiment should include all of the following effects or only the following effects, it should not be understood that the scope of the rights of the disclosed technology is limited thereby.

본 발명의 일 실시예에 따른 공유 파일 시스템 기반의 파일 처리 장치는 사용자 저장장치의 파일 시스템에서 공유 파일을 분류하고 공유 파일 메타데이터를 통해 공유 파일에 대한 관리를 수행할 수 있다.The file processing apparatus based on the shared file system according to an embodiment of the present invention may classify a shared file in a file system of a user storage device and manage the shared file through shared file metadata.

본 발명의 일 실시예에 따른 공유 파일 시스템 기반의 파일 처리 장치는 공유 파일 메타데이터를 통해 사용자가 공유한 공유 파일에 대한 공유자의 접근에 대한 정보를 기록하고 관리할 수 있다.The file processing apparatus based on a shared file system according to an embodiment of the present invention may record and manage information about a sharer's access to a shared file shared by a user through shared file metadata.

본 발명의 일 실시예에 따른 공유 파일 시스템 기반의 파일 처리 장치는 공유자가 공유하거나 갱신한 공유 파일에 대한 사용자의 접근 여부를 기록하고 관리할 수 있다.The file processing apparatus based on a shared file system according to an embodiment of the present invention may record and manage whether a user has access to a shared file shared or updated by a sharer.

도 1은 본 발명의 일 실시예에 따른 공유 파일 시스템 기반의 파일 처리 시스템을 나타내는 도면이다.
도 2는 도 1에 있는 공유 파일 시스템 기반의 파일 처리 장치를 나타내는 블록도이다.
도 3은 본 발명의 일 실시예에 따른 공유 파일 시스템 기반의 파일 처리 장치의 저장장치를 나타내는 블록도이다.
도 4는 본 발명의 일 실시예에 따른 공유 파일에 표시된 사용자 배지 및 공유자 배지를 보여주는 예시도이다.
도 5는 본 발명의 일 실시예에 따른 공유 파일 시스템 기반의 파일 처리 방법을 보여주는 흐름도이다.
1 is a diagram illustrating a file processing system based on a shared file system according to an embodiment of the present invention.
FIG. 2 is a block diagram illustrating a file processing apparatus based on the shared file system of FIG. 1.
3 is a block diagram illustrating a storage device of a file processing apparatus based on a shared file system according to an embodiment of the present invention.
4 is an exemplary view showing a user badge and a sharer badge displayed on a shared file according to an embodiment of the present invention.
5 is a flowchart illustrating a file processing method based on a shared file system according to an embodiment of the present invention.

본 발명에 관한 설명은 구조적 내지 기능적 설명을 위한 실시예에 불과하므로, 본 발명의 권리범위는 본문에 설명된 실시예에 의하여 제한되는 것으로 해석되어서는 아니 된다. 즉, 실시예는 다양한 변경이 가능하고 여러 가지 형태를 가질 수 있으므로 본 발명의 권리범위는 기술적 사상을 실현할 수 있는 균등물들을 포함하는 것으로 이해되어야 한다. 또한, 본 발명에서 제시된 목적 또는 효과는 특정 실시예가 이를 전부 포함하여야 한다거나 그러한 효과만을 포함하여야 한다는 의미는 아니므로, 본 발명의 권리범위는 이에 의하여 제한되는 것으로 이해되어서는 아니 될 것이다.Since the description of the present invention is merely an embodiment for structural or functional description, the scope of the present invention should not be construed as being limited by the embodiments described in the text. That is, since the embodiments can be variously changed and have various forms, the scope of the present invention should be understood to include equivalents capable of realizing the technical idea. In addition, since the object or effect presented in the present invention does not mean that a specific embodiment should include all or only such effects, the scope of the present invention should not be understood as being limited thereto.

한편, 본 출원에서 서술되는 용어의 의미는 다음과 같이 이해되어야 할 것이다.Meanwhile, the meaning of terms described in the present application should be understood as follows.

"제1", "제2" 등의 용어는 하나의 구성요소를 다른 구성요소로부터 구별하기 위한 것으로, 이들 용어들에 의해 권리범위가 한정되어서는 아니 된다. 예를 들어, 제1 구성요소는 제2 구성요소로 명명될 수 있고, 유사하게 제2 구성요소도 제1 구성요소로 명명될 수 있다.Terms such as "first" and "second" are used to distinguish one component from other components, and the scope of rights is not limited by these terms. For example, a first component may be referred to as a second component, and similarly, a second component may be referred to as a first component.

어떤 구성요소가 다른 구성요소에 "연결되어"있다고 언급된 때에는, 그 다른 구성요소에 직접적으로 연결될 수도 있지만, 중간에 다른 구성요소가 존재할 수도 있다고 이해되어야 할 것이다. 반면에, 어떤 구성요소가 다른 구성요소에 "직접 연결되어"있다고 언급된 때에는 중간에 다른 구성요소가 존재하지 않는 것으로 이해되어야 할 것이다. 한편, 구성요소들 간의 관계를 설명하는 다른 표현들, 즉 "~사이에"와 "바로 ~사이에" 또는 "~에 이웃하는"과 "~에 직접 이웃하는" 등도 마찬가지로 해석되어야 한다.When a component is referred to as being "connected" to another component, it should be understood that although it may be directly connected to the other component, another component may exist in the middle. On the other hand, when it is mentioned that a component is "directly connected" to another component, it should be understood that there is no other component in the middle. On the other hand, other expressions describing the relationship between components, that is, "between" and "just between" or "neighboring to" and "directly neighboring to" should be interpreted as well.

단수의 표현은 문맥상 명백하게 다르게 뜻하지 않는 한 복수의 표현을 포함하는 것으로 이해되어야 하고, "포함하다"또는 "가지다" 등의 용어는 실시된 특징, 숫자, 단계, 동작, 구성요소, 부분품 또는 이들을 조합한 것이 존재함을 지정하려는 것이며, 하나 또는 그 이상의 다른 특징이나 숫자, 단계, 동작, 구성요소, 부분품 또는 이들을 조합한 것들의 존재 또는 부가 가능성을 미리 배제하지 않는 것으로 이해되어야 한다.Singular expressions are to be understood as including plural expressions unless the context clearly indicates otherwise, and terms such as "comprises" or "have" refer to implemented features, numbers, steps, actions, components, parts, or It is to be understood that it is intended to designate that a combination exists and does not preclude the presence or addition of one or more other features, numbers, steps, actions, components, parts, or combinations thereof.

각 단계들에 있어 식별부호(예를 들어, a, b, c 등)는 설명의 편의를 위하여 사용되는 것으로 식별부호는 각 단계들의 순서를 설명하는 것이 아니며, 각 단계들은 문맥상 명백하게 특정 순서를 기재하지 않는 이상 명기된 순서와 다르게 일어날 수 있다. 즉, 각 단계들은 명기된 순서와 동일하게 일어날 수도 있고 실질적으로 동시에 수행될 수도 있으며 반대의 순서대로 수행될 수도 있다.In each step, the identification code (e.g., a, b, c, etc.) is used for convenience of explanation, and the identification code does not describe the order of each step, and each step has a specific sequence clearly in the context. Unless otherwise stated, it may occur differently from the stated order. That is, each of the steps may occur in the same order as the specified order, may be performed substantially simultaneously, or may be performed in the reverse order.

본 발명은 컴퓨터가 읽을 수 있는 기록매체에 컴퓨터가 읽을 수 있는 코드로서 구현될 수 있고, 컴퓨터가 읽을 수 있는 기록 매체는 컴퓨터 시스템에 의하여 읽혀질 수 있는 데이터가 저장되는 모든 종류의 기록 장치를 포함한다. 컴퓨터가 읽을 수 있는 기록 매체의 예로는 ROM, RAM, CD-ROM, 자기 테이프, 플로피 디스크, 광 데이터 저장 장치 등이 있다. 또한, 컴퓨터가 읽을 수 있는 기록 매체는 네트워크로 연결된 컴퓨터 시스템에 분산되어, 분산 방식으로 컴퓨터가 읽을 수 있는 코드가 저장되고 실행될 수 있다.The present invention can be implemented as computer-readable code on a computer-readable recording medium, and the computer-readable recording medium includes all types of recording devices storing data that can be read by a computer system. . Examples of computer-readable recording media include ROM, RAM, CD-ROM, magnetic tapes, floppy disks, and optical data storage devices. Further, the computer-readable recording medium is distributed over a computer system connected by a network, so that computer-readable codes can be stored and executed in a distributed manner.

여기서 사용되는 모든 용어들은 다르게 정의되지 않는 한, 본 발명이 속하는 분야에서 통상의 지식을 가진 자에 의해 일반적으로 이해되는 것과 동일한 의미를 가진다. 일반적으로 사용되는 사전에 정의되어 있는 용어들은 관련 기술의 문맥상 가지는 의미와 일치하는 것으로 해석되어야 하며, 본 출원에서 명백하게 정의하지 않는 한 이상적이거나 과도하게 형식적인 의미를 지니는 것으로 해석될 수 없다.All terms used herein have the same meaning as commonly understood by one of ordinary skill in the field to which the present invention belongs, unless otherwise defined. Terms defined in commonly used dictionaries should be construed as having meanings in the context of related technologies, and cannot be construed as having an ideal or excessively formal meaning unless explicitly defined in the present application.

도 1은 본 발명의 일 실시예에 따른 공유 파일 시스템 기반의 파일 처리 시스템을 나타내는 도면이다.1 is a diagram illustrating a file processing system based on a shared file system according to an embodiment of the present invention.

도 1을 참조하면, 공유 파일 시스템 기반의 파일 처리 시스템(100)은 공유 파일 시스템 기반의 파일 처리 장치(110) 및 사용자 단말(120)을 포함한다.Referring to FIG. 1, a file processing system 100 based on a shared file system includes a file processing apparatus 110 and a user terminal 120 based on a shared file system.

공유 파일 시스템 기반의 파일 처리 장치(이하, 파일 처리 장치, 110)는 파일과 연관된 파일 메타데이터의 공유 설정 태그를 기초로 저장 장치의 공유 파일을 비공유 파일과 분류하여 관리할 수 있다. 일 실시예에서, 파일 처리 장치(110)는 공유 설정 태그를 통해 공유 설정이 확인된 공유 파일에 대해서 공유 파일 메타데이터를 획득하여 공유자의 접근을 제어 및 관리할 수 있다. 보다 구체적으로, 파일 처리 장치(110)는 저장장치(240)내의 공유 파일에 대해 공유자별로 읽기, 쓰기에 관한 권한을 차별적으로 부여하고, 공유자의 접근을 검출하여 접근 이력 리스트를 생성할 수 있다. 또한, 파일 처리 장치(110)는 사용자 배지 및 공유자 배지를 통해 각각 사용자 및 공유자에게 사용자 및 공유자의 공유 파일에 대한 접근 기록을 제공할 수 있다. 즉, 파일 처리 장치(110)는 사용자 또는 공유자에게 각각 사용자 배지 또는 공유자 배지를 제공하여 사용자가 사용자 자신 및 다른 공유자가 공유 파일을 읽었는지 안읽었는지를 알 수 있도록 한다. 파일 처리 장치(110)는 공유 파일 시스템을 기반으로 파일에 대한 공유자 제어 및 관리를 수행하여 공유 파일에 대한 효과적인 처리를 가능하게 한다.The file processing device based on the shared file system (hereinafter, the file processing device 110) may classify and manage a shared file of the storage device as a non-shared file based on a sharing setting tag of file metadata associated with the file. In an embodiment, the file processing device 110 may control and manage access of a sharer by acquiring shared file metadata for a shared file for which the sharing setting is confirmed through the sharing setting tag. More specifically, the file processing device 110 may differentially grant permission for reading and writing to a shared file in the storage device 240 for each sharer, and detect the sharer's access to generate an access history list. In addition, the file processing apparatus 110 may provide a user and a sharer with a record of access to the shared file of the user and the sharer through a user badge and a sharer badge, respectively. That is, the file processing device 110 provides a user badge or a sharer badge to a user or a sharer, respectively, so that the user can know whether the user himself or another sharer has read or not read the shared file. The file processing device 110 enables effective processing of shared files by controlling and managing a file sharer based on a shared file system.

사용자 단말(120)은 유무선 네트워크를 통해 파일 처리 장치(110)와 연결된 컴퓨팅 장치에 해당하고, 예를 들어, 데스크톱, 노트북, 태블릿 PC 또는 스마트폰으로 구현될 수 있다. 사용자는 사용자 단말(120)을 통해서 공유 파일에 접근하여 부여된 권한에 따라 공유 파일에 대한 읽기 또는 쓰기를 요청할 수 있다. The user terminal 120 corresponds to a computing device connected to the file processing device 110 through a wired or wireless network, and may be implemented as, for example, a desktop, a laptop computer, a tablet PC, or a smartphone. The user may access the shared file through the user terminal 120 and request to read or write the shared file according to the granted permission.

도 2는 도 1에 있는 공유 파일 시스템 기반의 파일 처리 장치를 나타내는 블록도이다. 도 3은 본 발명의 일 실시예에 따른 공유 파일 시스템 기반의 파일 처리 장치의 저장장치를 나타내는 블록도이다.FIG. 2 is a block diagram illustrating a file processing apparatus based on the shared file system of FIG. 1. 3 is a block diagram illustrating a storage device of a file processing apparatus based on a shared file system according to an embodiment of the present invention.

도 2를 참조하면, 파일 처리 장치(110)는 네트워크 입출력부(210), 제어부(220), 공유 파일 시스템(230) 내부에 파일 메타데이터 처리부(232), 공유 파일 확인부(234) 및 공유 파일 처리부(236)를 포함하고, 공유 파일 시스템과 연결된 저장장치(240)를 포함한다. 도 3을 참조하면, 저장장치(240)는 시스템 데이터 영역에 파일 메타데이터(310), 공유자 접근 이력 리스트(330), 사용자 접근 이력 리스트(340)를 포함하고, 파일 메타데이터(310)는 파일 속성(20), 공유 설정 태그(30) 및 공유 파일 메타데이터(320)를 포함한다.Referring to FIG. 2, the file processing device 110 includes a network input/output unit 210, a control unit 220, a file metadata processing unit 232, a shared file checking unit 234, and sharing in the shared file system 230. It includes a file processing unit 236, and includes a storage device 240 connected to the shared file system. 3, the storage device 240 includes a file metadata 310, a sharer access history list 330, and a user access history list 340 in the system data area, and the file metadata 310 is a file It includes an attribute 20, a sharing setting tag 30, and a shared file metadata 320.

네트워크 입출력부(210)는 적어도 하나의 사용자 단말(120)과 연결하기 위한 환경을 포함하고, 예를 들어, LAN(Local Area Network) 통신을 위한 어댑터를 포함할 수 있다. 일 실시예에서, 파일 처리 장치(110)는 네트워크 입출력부(210)를 통해 사용자 단말(120)의 하드 디스크와 연결될 수 있다.The network input/output unit 210 includes an environment for connecting to at least one user terminal 120 and may include, for example, an adapter for LAN (Local Area Network) communication. In one embodiment, the file processing apparatus 110 may be connected to the hard disk of the user terminal 120 through the network input/output unit 210.

제어부(220)는 파일 처리 장치(110)의 동작 전반을 제어하고, 공유 파일 시스템(230) 내부의 파일 메타데이터 처리부(232), 공유 파일 확인부(234) 및 공유 파일 처리부(236)의 제어 및 파일 흐름을 관리할 수 있다.The control unit 220 controls the overall operation of the file processing device 110, and controls the file metadata processing unit 232, the shared file verification unit 234, and the shared file processing unit 236 inside the shared file system 230 And manage file flow.

공유 파일 시스템(230)은 저장장치(240)의 공유파일을 비공유파일과 구분하여 관리할 수 있는 파일 시스템 구조에 해당할 수 있다. 공유 파일 시스템(230)은 시스템 데이터에 파일 메타데이터와 유저 데이터에 실제 파일(컨텐츠) 데이터로 구성될 수 있다. 보다 구체적으로, 공유 파일 시스템(230)은 파일 메타데이터 처리부(232), 공유 파일 확인부(234) 및 공유 파일 처리부(236)를 통해 공유 파일을 관리할 수 있다.The shared file system 230 may correspond to a file system structure capable of managing a shared file of the storage device 240 by separating it from a non-shared file. The shared file system 230 may include file metadata in system data and actual file (content) data in user data. More specifically, the shared file system 230 may manage shared files through the file metadata processing unit 232, the shared file checking unit 234, and the shared file processing unit 236.

저장장치(240)는 주로 컴퓨터에서 자료를 일시적으로, 또는 영구히 보존하는 장치로서 대체로 비휘발성의 기억 장치를 의미할 수 있다. 일 실시예에서, 저장장치(240)는 하드 디스크에 한정되지 않고 플래시 메모리 USB 메모리 등을 포함하는 포괄적 개념에 해당할 수 있다. 저장장치(240)는 공유 파일 시스템(230)을 통해서 내부의 파일 메타데이터, 공유 파일 메타데이터를 효과적으로 처리할 수 있다.The storage device 240 is a device that temporarily or permanently stores data in a computer, and may generally mean a nonvolatile memory device. In one embodiment, the storage device 240 is not limited to a hard disk and may correspond to a generic concept including a flash memory, USB memory, and the like. The storage device 240 may effectively process internal file metadata and shared file metadata through the shared file system 230.

파일 메타데이터 처리부(232)는 파일과 연관된 파일 메타데이터를 결정할 수 있다. 메타데이터(metadata)는 기본적으로 데이터(data)에 대한 데이터를 의미할 수 있다. 메타데이터는 대량의 정보 가운데에서 찾고 있는 정보를 효율적으로 찾아내서 이용하기 위해 일정한 규칙에 따라 콘텐츠(유저 데이터)에 대하여 부여되는 데이터를 의미할 수 있다. 즉, 어떤 데이터에 대한 구조화된 정보를 분석, 분류하고 부가적 정보를 추가하기 위해 그 데이터 뒤에 함께 따라가는 정보에 해당할 수 있다. 일 실시예에서, 파일 메타데이터 처리부(232)는 통상 파일 시스템의 메타데이터에 해당하는 아이노드(i-node)와 유사하게 구현되나 특징적으로, 공유 설정 태그와 공유자별 권한 속성을 가지는 공유자 이력 리스트 등을 더 포함하는 파일 메타데이터(310)를 결정할 수 있다. 여기에서, 아이노드는 파일 각각에 하나씩 구성되어 각 파일에 대한 모든 정보를 가지고 있는 자료구조를 의미할 수 있다. 예를 들어, 아이노드는 파일의 크기, 형태, 소유권 및 이용할 수 있는지 여부와 최근 수정시간 등에 대한 정보를 포함할 수 있다. 보다 구체적으로 파일 메타데이터 처리부(232)는 특정 파일에 대한 파일 속성(20), 공유 설정 태그(30)를 포함하는 파일 메타데이터(310)를 결정할 수 있다.The file metadata processing unit 232 may determine file metadata associated with the file. Metadata may basically mean data about data. Metadata may refer to data that is given to content (user data) according to certain rules in order to efficiently find and use the information that is being searched from among a large amount of information. That is, it may correspond to information that is followed after the data in order to analyze and classify structured information about certain data and add additional information. In one embodiment, the file metadata processing unit 232 is generally implemented similarly to an i-node corresponding to metadata of a file system, but characteristically, a sharer history list having a sharing setting tag and a permission attribute for each sharer File metadata 310 that further includes, etc. may be determined. Here, the inode may mean a data structure that is configured one for each file and has all the information for each file. For example, the inode may include information on the size, type, ownership, availability, and recent modification time of the file. More specifically, the file metadata processing unit 232 may determine the file metadata 310 including the file attribute 20 and the sharing setting tag 30 for a specific file.

공유 파일 확인부(234)는 결정된 파일 메타데이터(310)에 포함된 공유 설정 태그(30)를 기초로 파일의 공유 설정 여부를 확인할 수 있다. 예를 들어, 공유 파일 확인부(234)는 파일의 파일 메타데이터(310)에 공유 설정 태그(30)가 포함된 경우에는 해당 파일을 공유 파일로 결정하고, 포함되지 않은 경우에는 비공유 파일로 결정할 수 있다.The shared file checker 234 may check whether to set the sharing of the file based on the sharing setting tag 30 included in the determined file metadata 310. For example, if the file metadata 310 of the file includes the sharing setting tag 30, the shared file check unit 234 determines the file as a shared file, and if it is not included, the file is determined as a non-shared file. I can.

공유 파일 처리부(236)는 파일의 공유 설정이 확인되면 파일 메타데이터(310)를 통해 내재적으로 접근되는 공유 파일 메타데이터(320)를 획득하여 공유자별 권한 속성에 따라 파일의 접근을 제어할 수 있다. 일 실시예에서, 공유 파일 처리부(236)는 파일 메타데이터(310)에 자체적으로 포함되거나 외부에서 사용자가 별도로 접근하지 않고 시스템 데이터 영역에서 파일 시스템이 접근하는 용도로서 공유 파일 메타데이터(320)를 획득할 수 있다. 일 실시예에서, 공유 파일 처리부(236)는 공유자별 공유 파일에 대한 읽기 및 쓰기 권한에 따라 공유자에 대한 파일의 접근을 제어할 수 있다.When the sharing setting of the file is confirmed, the shared file processing unit 236 may obtain the shared file metadata 320 that is implicitly accessed through the file metadata 310 and control access to the file according to the permission attribute of each sharer. . In one embodiment, the shared file processing unit 236 is included in the file metadata 310 by itself, or the shared file metadata 320 is used to access the file system in the system data area without a separate user accessing from the outside. Can be obtained. In an embodiment, the shared file processing unit 236 may control access to a file for a sharer according to read and write permissions for the shared file for each sharer.

일 실시예에서, 공유 파일 처리부(236)는 공유 파일 메타데이터(320)를 통해 공유자 배지(322)를 검출하여 파일 공유자에게 아직 읽지 않은 파일 공유자의 수를 제공할 수 있다. 여기에서, 공유자 배지(badge)는 공유 파일 각각에 대한 전체 공유자 중 해당 공유 파일을 읽지 않은 공유자의 수를 나타내는, 공유 파일에 표시되는 특정 숫자를 의미할 수 있다. 일 실시예에서, 공유 파일 처리부(236)는 특정 파일 공유자에 의한 파일의 읽음을 검출하여 해당 공유자 배지(322)에 있는 아직 읽지 않은 파일 공유자의 수를 갱신할 수 있다. 보다 구체적으로, 공유 파일 처리부(236)는 공유 파일에 공유자 배지(322)를 부여하고, 안읽은 공유자가 읽을 때마다 실시간으로 갱신하여 공유자로 하여금 공유 파일에 대한 다른 공유자들의 접근상태를 확인할 수 있게 한다.In an embodiment, the shared file processing unit 236 may detect the sharer badge 322 through the shared file metadata 320 and provide the file sharer with the number of unread file sharers. Here, the sharer badge may mean a specific number displayed on the shared file, indicating the number of sharers who have not read the shared file among all sharers for each shared file. In one embodiment, the shared file processing unit 236 may update the number of unread file sharers in the corresponding sharer badge 322 by detecting that a file is read by a specific file sharer. More specifically, the shared file processing unit 236 gives the sharer badge 322 to the shared file, and updates it in real time whenever an unread sharer reads so that the sharer can check the access status of other sharers to the shared file. do.

일 실시예에서, 공유 파일 처리부(236)는 공유자 배지(322)를 기초로 파일의 공유자 접근 이력 리스트(330)를 획득하여 파일의 생성자에게 제공할 수 있다. 여기에서, 공유자 접근 이력 리스트(330)는 공유 파일에 대해 공유자 중 누가 읽었는지 또는 누가 변경했는지 등의 상태를 보여주는 리스트에 해당할 수 있다. 일 실시예에서, 공유 파일 처리부(236)는 공유자 접근 이력 리스트(330)를 생성하여 다른 공유자들에게 제공할 수 있다. 예를 들어, 공유 파일 처리부(236)는 최종 읽은 시간을 기초로 공유 파일을 최종 갱신한 공유자 A에 대해 읽음 상태를 표시하고, 최초 파일을 생성한 공유자 C에 대해 최종 갱신된 파일에 대한 안읽음 상태를, 최종 갱신 전에 읽은 공유자B에 대해 안읽음 상태를 표시하는 공유자 접근 이력 리스트(330)를 생성할 수 있다. 즉, 공유 파일 처리부(236)는 공유 파일이 갱신되는 경우 최종 갱신 파일을 기초로 공유자 배지(322)를 검출하여 이를 기초로 공유자 접근 이력 리스트(330)를 획득할 수 있다.In an embodiment, the shared file processing unit 236 may obtain the file sharer access history list 330 based on the sharer badge 322 and provide it to the creator of the file. Here, the sharer access history list 330 may correspond to a list showing a status of a shared file, such as who read or who changed it. In one embodiment, the shared file processing unit 236 may generate a sharer access history list 330 and provide it to other sharers. For example, the shared file processing unit 236 displays the read status for the sharer A who has finally updated the shared file based on the last read time, and does not read the last updated file for the sharer C who created the first file. The sharer access history list 330 may be generated to indicate the unread status of the sharer B that has read the state before the last update. That is, when the shared file is updated, the shared file processing unit 236 may detect the sharer badge 322 based on the last updated file and obtain the sharer access history list 330 based on this.

일 실시예에서, 공유 파일 처리부(236)는 공유 파일 메타데이터(320)를 통해 사용자 배지(324)를 검출하여 사용자에게 파일의 접근을 유도할 수 있다. 여기에서, 사용자 배지(324)는 공유자 중 한 사람인 사용자의 공유 파일에 대한 안읽음 상태를 나타내는 숫자에 해당할 수 있다. 예를 들어, 사용자 배지(324)는 사용자가 공유 파일을 읽지 않은 경우 1로 표시될 수 있다. 사용자가 공유 파일을 읽은 경우 아무것도 표시되지 않을 수 있다. 일 실시예에서, 공유 파일 처리부(236)는 사용자 배지(324)를 통해 공유 파일의 갱신 상태를 표시할 수 있다. 보다 구체적으로, 공유 파일 처리부(236)는 공유 파일의 갱신 여부 및 횟수를 검출하여 사용자 배지(324)를 통해 공유 파일에 표시할 수 있다. 예를 들어, 공유 파일 처리부(236)는 공유 파일이 생성된 이후 한번 갱신(update)된 경우 공유 파일에 2를 표시할 수 있다. 공유 파일 처리부(236)는 사용자가 사용자 배지(324)를 통해 해당 공유 파일을 읽으면 표시된 숫자를 제거할 수 있다. 일 실시예에서, 공유 파일 처리부(236)는 사용자가 읽지 않은 공유 파일에 대해서 한번 갱신된 경우 갱신되기 전 파일을 저장할 수 있다. 공유 파일 처리부(236)는 사용자가 한번 갱신된 파일을 마침내 읽은 경우에는 저장된 갱신되기 전의 파일을 사용자에게 제공하고, 공유 파일에 표시된 숫자를 2에서 1로 변경할 수 있다. 이후, 사용자가 다시 한번 해당 공유 파일을 읽는 경우, 공유 파일 처리부(236)는 갱신된 최종 파일을 사용자에게 제공하고 표시된 1을 제거할 수 있다.In one embodiment, the shared file processing unit 236 may detect the user badge 324 through the shared file metadata 320 to induce a user to access the file. Here, the user badge 324 may correspond to a number indicating an unread state of a shared file of a user who is one of the sharers. For example, the user badge 324 may be displayed as 1 when the user has not read the shared file. If the user reads the shared file, nothing may be displayed. In one embodiment, the shared file processing unit 236 may display the update status of the shared file through the user badge 324. More specifically, the shared file processing unit 236 may detect whether or not the shared file is updated and the number of times, and display it on the shared file through the user badge 324. For example, when the shared file is updated once after the shared file is created, the shared file processing unit 236 may display 2 on the shared file. The shared file processing unit 236 may remove the displayed number when the user reads the shared file through the user badge 324. In one embodiment, the shared file processing unit 236 may store the file before being updated when a shared file that has not been read by the user is updated once. When the user finally reads the updated file once, the shared file processing unit 236 provides the stored file before the update to the user, and may change the number displayed on the shared file from 2 to 1. Thereafter, when the user reads the shared file again, the shared file processing unit 236 may provide the updated final file to the user and remove the displayed 1.

일 실시예에서, 공유 파일 처리부(236)는 공유 설정 태그가 설정되면 공유 파일 메타데이터(320)를 동적으로 생성할 수 있다. 예를 들어, 공유 파일 처리부(236)는 파일이 생성되고 공유 설정 태그가 설정되어 공유 파일이 되면 공유 파일 메타데이터(320)를 동적으로 생성하고 공유 파일에 대한 공유자 배지 및 사용자 배지를 검출하여 공유자에게 제공할 수 있다. 여기에서, 공유 파일 메타데이터(320)는 공유자 배지(322), 사용자 배지(324), 사용자 정보 포인터, 공유자 정보 포인터 및 파일 포인터를 포함할 수 있다. 사용자 정보 포인터는 사용자별 접근 이력 리스트를 포인팅하고, 공유자 정보 포인터는 공유자 접근 이력 리스트를 포인팅하며 파일 포인터는 유저 데이터에 해당하는 a파일을 포인팅할 수 있다. 일 실시예에서, 공유 파일 처리부(236)는 파일 메타데이터에 있는 공유 파일 포인터로 공유 파일 메타데이터(230)를 접근하도록 파일 메타데이터를 갱신할 수 있다. 예를 들어, 공유 파일 처리부(236)는 공유 파일 메타데이터(320)를 동적으로 생성하는 과정에서 공유 파일 포인터로 공유 파일 메타데이터(320)를 접근하도록 파일 메타데이터(310)를 갱신할 수 있다.In an embodiment, the shared file processing unit 236 may dynamically generate the shared file metadata 320 when a sharing setting tag is set. For example, when a file is created and a sharing setting tag is set to become a shared file, the shared file processing unit 236 dynamically generates the shared file metadata 320 and detects the sharer badge and the user badge for the shared file to Can be provided to. Here, the shared file metadata 320 may include a sharer badge 322, a user badge 324, a user information pointer, a sharer information pointer, and a file pointer. The user information pointer may point to a user-specific access history list, the sharer information pointer may point to a sharer access history list, and the file pointer may point to a file corresponding to user data. In an embodiment, the shared file processing unit 236 may update the file metadata to access the shared file metadata 230 with a shared file pointer in the file metadata. For example, in the process of dynamically generating the shared file metadata 320, the shared file processing unit 236 may update the file metadata 310 to access the shared file metadata 320 with a shared file pointer. .

일 실시예에서, 공유 파일 처리부(236)는 공유 설정 태그가 설정되면 파일의 접근을 검출하여 공유 파일 메타데이터(320)를 통해 내재적으로 접근되고 파일의 사용자별 접근 내역을 기록하는 사용자별 접근 이력 리스트(340)를 갱신할 수 있다. 즉, 공유 파일 처리부(236)는 공유 파일에 대한 사용자의 접근시마다 사용자별 접근 내역(history)을 갱신할 수 있다. 일 실시예에서, 공유 파일 처리부(236)는 파일의 접근을 통해 파일이 변경되면 사용자별 접근 이력 리스트(340)의 갱신과 함께 변경 전의 파일을 저장할 수 있다. 예를 들어, 공유 파일 처리부(236)는 파일이 변경되면 사용자별 접근 이력 리스트(340)를 초기화하고 이전의 사용자별 접근 이력 리스트와 함께 변경전의 파일을 저장할 수 있다. 일 실시예에서, 공유 파일 처리부(236)는 공유 설정 태그(30)가 해제되면 공유 파일 메타데이터(320)를 삭제할 수 있다. 공유 파일 처리부(236)는 사용자의 요청에 따라 공유 파일에 대한 공유 설정 태그(30)를 해제하여 비공유 파일로 변경할 수 있고, 동시에 공유 파일 메타데이터(320)를 삭제할 수 있다. 일 실시예에서, 공유 파일 처리부(236)는 공유 설정 태그(30)를 해제하는 과정에서 공유 파일 메타데이터(320)를 포함하는 공유 데이터 파일(미도시됨)를 별도로 생성하여 저장할 수 있다. 예를 들어, 공유 파일 처리부(236)는 공유 데이터 파일의 생성 여부에 대해 사용자에게 결정하도록 하고 생성이 결정되면 기 설정된 일정 기간동안 저장할 수 있다.In one embodiment, the shared file processing unit 236 detects the access of the file when the sharing setting tag is set, is accessed implicitly through the shared file metadata 320, and records the access history for each user of the file. The list 340 can be updated. That is, the shared file processing unit 236 may update a user-specific access history every time a user accesses the shared file. In an embodiment, when a file is changed through access to a file, the shared file processing unit 236 may update the user-specific access history list 340 and store the file before the change. For example, when a file is changed, the shared file processing unit 236 may initialize the user-specific access history list 340 and store the file before the change together with the previous user-specific access history list. In an embodiment, the shared file processing unit 236 may delete the shared file metadata 320 when the sharing setting tag 30 is released. The shared file processing unit 236 may change the shared file to a non-shared file by releasing the sharing setting tag 30 for the shared file according to the user's request, and at the same time delete the shared file metadata 320. In an embodiment, the shared file processing unit 236 may separately generate and store a shared data file (not shown) including the shared file metadata 320 in the process of releasing the sharing setting tag 30. For example, the shared file processing unit 236 allows the user to determine whether to generate the shared data file, and when the creation is determined, may store the shared data file for a predetermined period of time.

도 4는 본 발명의 일 실시예에 따른 사용자 배지 및 공유자 배지를 보여주는 예시도이다.4 is an exemplary view showing a user badge and a sharer badge according to an embodiment of the present invention.

일 실시예에서, 파일 처리 장치(110)는 공유 폴더에 대해 사용자의 안읽은 파일의 수를 나타내는 사용자 배지를 검출하여 공유 폴더에 표시할 수 있다. 보다 구체적으로, 파일 처리 장치(110)는 공유 폴더에 있는 사용자의 안읽은 파일들에 대한 사용자 배지를 검출하고 폴더에 표시할 수 있다. 예를 들어, 파일 처리 장치(110)는 F3 폴더에 있는 사용자가 아직 읽지 않은 a.doc 파일 및 b.doc 파일에 대한 사용자 배지(안읽음수)의 합에 해당하는 3을 검출하여 F3폴더 옆에 표시할 수 있다.
다른 일 실시예에서, 파일 처리 장치(110)는 공유 폴더에 있는 사용자가 읽지 않은 파일의 개수를 검출하여 공유 폴더 옆에 표시할 수 있다. 예를 들어, 파일 처리 장치(110)는 F3폴더에 존재하는 사용자가 안읽은 파일인 a.doc 및 b.doc의 두개의 파일 개수를 나타내는 2를 검출하여 F3폴더 옆에 표시할 수 있다.
도 4에서, 파일 처리 장치(110)는 공유 파일 a, b, c에 대해서 공유 파일의 우측 상단에 공유자 배지를 하단에 사용자 배지를 각각 표시할 수 있다. 표시 방법은 도 4에 제한되지 않고 다양한 방식이 가능함은 자명하다. 예를 들어, a.doc 파일은 공유 파일에 해당하고, 갱신되지 않았고 사용자는 읽지 않았으며, 9명의 공유자가 해당 공유 파일을 읽지 않았음을 알 수 있다. 또한, b.doc 파일의 경우 4명의 공유자가 읽지 않았고, 1번의 갱신이 이루어 졌으면 사용자는 갱신전 갱신후 모두 읽지 않았다. c.doc 파일의 경우 사용자는 읽은 상태이고 9명의 공유자가 아직 읽지 않았음을 알 수 있다.
In an embodiment, the file processing apparatus 110 may detect a user badge indicating the number of unread files of the user for the shared folder and display the user badge on the shared folder. More specifically, the file processing apparatus 110 may detect user badges for unread files of the user in the shared folder and display them in the folder. For example, the file processing device 110 detects 3 corresponding to the sum of the user badges (unread number) for the a.doc file and the b.doc file that the user in the F3 folder has not yet read, and is next to the F3 folder. Can be marked on.
In another embodiment, the file processing device 110 may detect the number of unread files in the shared folder and display them next to the shared folder. For example, the file processing apparatus 110 may detect 2 representing the number of two files, a.doc and b.doc, which are files that the user has not read in the F3 folder, and display them next to the F3 folder.
In FIG. 4, the file processing apparatus 110 may display a sharer badge at the upper right of the shared file and a user badge at the lower part for the shared files a, b, and c. It is obvious that the display method is not limited to FIG. 4 and that various methods are possible. For example, the a.doc file corresponds to a shared file, has not been updated, the user has not read, and 9 sharers have not read the shared file. Also, in the case of b.doc file, 4 sharers did not read it, and if one update was made, the user did not read all after the update before the update. In the case of the c.doc file, the user can see that it has been read and that 9 sharers have not read it yet.

도 5는 본 발명의 일 실시예에 따른 공유 파일 시스템 기반의 파일 처리 방법을 보여주는 흐름도이다.5 is a flowchart illustrating a file processing method based on a shared file system according to an embodiment of the present invention.

도 5에서, 파일 처리 장치(110)는 파일 메타데이터 처리부를 통해 파일과 연관된 파일 메타데이터를 결정할 수 있다(단계 S510).In FIG. 5, the file processing device 110 may determine file metadata associated with a file through the file metadata processing unit (step S510).

파일 처리 장치(110)는 공유 파일 확인부를 통해 파일 메타데이터에 포함된 공유 설정 태그를 기초로 파일의 공유 설정 여부를 확인할 수 있다(단계 S520).The file processing device 110 may check whether to set the sharing of the file based on the sharing setting tag included in the file metadata through the shared file checker (step S520).

파일 처리 장치(110)는 공유 파일 처리부를 통해 파일의 공유 설정이 확인되면 파일 메타데이터를 통해 내재적으로 접근되는 공유 파일 메타데이터를 획득하여 공유자별 권한 속성에 따라 파일의 접근을 제어할 수 있다(단계 S530).When the sharing setting of the file is confirmed through the shared file processing unit, the file processing device 110 may acquire shared file metadata that is implicitly accessed through the file metadata, and control access to the file according to the permission attribute for each sharer ( Step S530).

상기에서는 본 발명의 바람직한 실시예를 참조하여 설명하였지만, 해당 기술 분야의 숙련된 당업자는 하기의 특허 청구의 범위에 기재된 본 발명의 사상 및 영역으로부터 벗어나지 않는 범위 내에서 본 발명을 다양하게 수정 및 변경시킬 수 있음을 이해할 수 있을 것이다.Although the above has been described with reference to preferred embodiments of the present invention, those skilled in the art will variously modify and change the present invention within the scope not departing from the spirit and scope of the present invention described in the following claims. You will understand that you can do it.

100: 공유 파일 시스템 기반의 파일 처리 시스템
110: 공유 파일 시스템 기반의 파일 처리 장치
120: 사용자 단말
210: 네트워크 입출력부 220: 제어부
230: 공유 파일 시스템 232: 파일 메타데이터 처리부
234: 공유 파일 확인부 236: 공유 파일 처리부
240: 저장장치
310: 파일 메타데이터 320: 공유 파일 메타데이터
322: 공유자 배지 324: 사용자 배지
330: 공유자 접근 이력 리스트 340: 사용자별 접근 이력 리스트
100: file processing system based on shared file system
110: a file processing device based on a shared file system
120: user terminal
210: network input/output unit 220: control unit
230: shared file system 232: file metadata processing unit
234: shared file verification unit 236: shared file processing unit
240: storage device
310: File Metadata 320: Shared File Metadata
322: Sharer Badge 324: User Badge
330: sharer access history list 340: user-specific access history list

Claims (10)

파일과 연관된 파일 메타데이터를 결정하는 파일 메타데이터 처리부;
상기 파일 메타데이터에 포함된 공유 설정 태그를 기초로 상기 파일의 공유 설정 여부를 확인하는 공유 파일 확인부; 및
상기 파일의 공유 설정이 확인되면 상기 파일 메타데이터를 통해 내재적으로 접근되는 공유 파일 메타데이터를 획득하여 공유자별 권한 속성에 따라 상기 파일의 접근을 제어하는 공유 파일 처리부를 포함하되,
상기 공유 파일 처리부는
상기 공유 설정 태그가 설정되면 적어도 공유자 배지 또는 사용자 배지를 포함하는 상기 공유 파일 메타데이터를 동적으로 생성하는 것을 특징으로 하는 공유 파일 시스템 기반의 파일 처리 장치.
A file metadata processing unit that determines file metadata associated with a file;
A shared file checking unit that checks whether or not the file is set to be shared based on a sharing setting tag included in the file metadata; And
When the sharing setting of the file is confirmed, a shared file processing unit that obtains shared file metadata that is implicitly accessed through the file metadata and controls access to the file according to the permission attribute of each sharer,
The shared file processing unit
When the sharing setting tag is set, the shared file metadata including at least a sharer badge or a user badge is dynamically generated.
제1항에 있어서, 상기 공유 파일 처리부는
상기 공유 파일 메타데이터를 통해 공유자 배지를 검출하여 전체 파일 공유자에게 아직 읽지 않은 파일 공유자의 수를 제공하는 것을 특징으로 하는 공유 파일 시스템 기반의 파일 처리 장치.
The method of claim 1, wherein the shared file processing unit
A file processing apparatus based on a shared file system, characterized in that the number of unread file sharers is provided to all file sharers by detecting a sharer badge through the shared file metadata.
제2항에 있어서, 상기 공유 파일 처리부는
특정 파일 공유자에 의한 상기 파일의 읽음을 검출하여 해당 공유자 배지에 있는 아직 읽지 않은 파일 공유자의 수를 갱신하는 것을 특징으로 하는 공유 파일 시스템 기반의 파일 처리 장치.
The method of claim 2, wherein the shared file processing unit
A file processing apparatus based on a shared file system, characterized in that by detecting that the file is read by a specific file sharer, the number of unread file sharers in the badge of the corresponding sharer is updated.
제3항에 있어서, 상기 공유 파일 처리부는
상기 공유자 배지를 기초로 상기 파일의 공유자 접근 이력 리스트를 획득하여 상기 파일의 생성자에게 제공하는 것을 특징으로 하는 공유 파일 시스템 기반의 파일 처리 장치.
The method of claim 3, wherein the shared file processing unit
A file processing apparatus based on a shared file system, characterized in that, based on the sharer badge, a list of access history of a sharer of the file is obtained and provided to a creator of the file.
제1항에 있어서, 상기 공유 파일 처리부는
상기 공유 파일 메타데이터를 통해 사용자 배지를 검출하여 사용자에게 상기 파일의 접근을 유도하는 것을 특징으로 하는 공유 파일 시스템 기반의 파일 처리 장치.
The method of claim 1, wherein the shared file processing unit
A file processing apparatus based on a shared file system, characterized in that inducing access to the file to a user by detecting a user badge through the shared file metadata.
삭제delete 제1항에 있어서, 상기 공유 파일 처리부는
상기 파일 메타데이터에 있는 공유 파일 포인터로 상기 공유 파일 메타데이터를 접근하도록 상기 파일 메타데이터를 갱신하는 것을 특징으로 하는 공유 파일 시스템 기반의 파일 처리 장치.
The method of claim 1, wherein the shared file processing unit
And updating the file metadata to access the shared file metadata with a shared file pointer in the file metadata.
제1항에 있어서, 상기 공유 파일 처리부는
상기 공유 설정 태그가 설정되면 상기 파일의 접근을 검출하여 상기 공유 파일 메타데이터를 통해 내재적으로 접근되고 상기 파일의 사용자별 접근 내역을 기록하는 사용자별 접근 이력 리스트를 갱신하는 것을 특징으로 하는 공유 파일 시스템 기반의 파일 처리 장치.
The method of claim 1, wherein the shared file processing unit
When the sharing setting tag is set, the access history list for each user is updated by detecting the access of the file, accessing it implicitly through the shared file metadata, and recording the access details for each user of the file. Based file handling unit.
제8항에 있어서, 상기 공유 파일 처리부는
상기 파일의 접근을 통해 상기 파일이 변경되면 상기 사용자별 접근 이력 리스트의 갱신과 함께 상기 변경 전의 파일을 저장하는 것을 특징으로 하는 공유 파일 시스템 기반의 파일 처리 장치.
The method of claim 8, wherein the shared file processing unit
When the file is changed through access to the file, the file before the change is stored together with the update of the access history list for each user.
제1항에 있어서, 상기 공유 파일 처리부는
상기 공유 설정 태그가 해제되면 상기 공유 파일 메타데이터를 삭제하는 것을 특징으로 하는 공유 파일 시스템 기반의 파일 처리 장치.
The method of claim 1, wherein the shared file processing unit
When the sharing setting tag is released, the shared file metadata is deleted.
KR1020190037951A 2019-04-01 2019-04-01 A file processing apparatus based on a shared file system KR102227113B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020190037951A KR102227113B1 (en) 2019-04-01 2019-04-01 A file processing apparatus based on a shared file system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020190037951A KR102227113B1 (en) 2019-04-01 2019-04-01 A file processing apparatus based on a shared file system

Publications (2)

Publication Number Publication Date
KR20200116309A KR20200116309A (en) 2020-10-12
KR102227113B1 true KR102227113B1 (en) 2021-03-15

Family

ID=72886549

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020190037951A KR102227113B1 (en) 2019-04-01 2019-04-01 A file processing apparatus based on a shared file system

Country Status (1)

Country Link
KR (1) KR102227113B1 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006154940A (en) 2004-11-25 2006-06-15 Toshiba Corp Document management device, document management method and document management program
JP2012208846A (en) 2011-03-30 2012-10-25 Nec Corp Storage access control method for shared file system
JP2013077079A (en) * 2011-09-29 2013-04-25 Nec Biglobe Ltd Storage system, storage server, user data sharing method and program
JP2014146082A (en) 2013-01-28 2014-08-14 Canon Inc Information processing apparatus
US20170031938A1 (en) 2015-07-30 2017-02-02 Ricoh Company, Ltd. Information processing system and method

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100484942B1 (en) 2002-03-14 2005-04-25 한국전자통신연구원 Method for managing directories of large-scale file system
KR101084339B1 (en) * 2009-12-28 2011-11-16 한국항공우주연구원 Shared file management system and method
KR101413985B1 (en) 2012-01-26 2014-07-08 전자부품연구원 Method for file management using file system adapted to non-volatile memory
KR102535322B1 (en) * 2015-10-19 2023-05-22 주식회사 케이티 System for providing privacy protection service and method thereof

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006154940A (en) 2004-11-25 2006-06-15 Toshiba Corp Document management device, document management method and document management program
JP2012208846A (en) 2011-03-30 2012-10-25 Nec Corp Storage access control method for shared file system
JP2013077079A (en) * 2011-09-29 2013-04-25 Nec Biglobe Ltd Storage system, storage server, user data sharing method and program
JP2014146082A (en) 2013-01-28 2014-08-14 Canon Inc Information processing apparatus
US20170031938A1 (en) 2015-07-30 2017-02-02 Ricoh Company, Ltd. Information processing system and method
JP2017033137A (en) * 2015-07-30 2017-02-09 株式会社リコー Information processing system, information processing device, information terminal, and program

Also Published As

Publication number Publication date
KR20200116309A (en) 2020-10-12

Similar Documents

Publication Publication Date Title
US9235589B2 (en) Optimizing storage allocation in a virtual desktop environment
US10430398B2 (en) Data storage system having mutable objects incorporating time
US9374326B2 (en) Providing information for shared content
US9697258B2 (en) Supporting enhanced content searches in an online content-management system
US20130218835A1 (en) Method and System for Storing, Categorizing and Distributing Information Concerning Relationships Between Data
US8095678B2 (en) Data processing
KR20160003682A (en) Hydration and dehydration with placeholders
US8516022B1 (en) Automatically committing files to be write-once-read-many in a file system
US9298797B2 (en) Preserving content item collection data across interfaces
JP2005267600A5 (en)
TW200408980A (en) System and method for managing file names for file system filter drivers
US11163787B2 (en) Content capture across diverse sources
US11080344B2 (en) Cloud-native documents integrated with legacy tools
US8090925B2 (en) Storing data streams in memory based on upper and lower stream size thresholds
JP2009230624A (en) Storage system
CN109804359A (en) For the system and method by write back data to storage equipment
US20150006478A1 (en) Replicated database using one sided rdma
US10838944B2 (en) System and method for maintaining a multi-level data structure
US8316008B1 (en) Fast file attribute search
US8176087B2 (en) Data processing
US11526506B2 (en) Related file analysis
KR102227113B1 (en) A file processing apparatus based on a shared file system
US20170060892A1 (en) Search-based shareable collections
US20220129419A1 (en) Method and apparatus for providing metadata sharing service
US9529812B1 (en) Timestamp handling for partitioned directories

Legal Events

Date Code Title Description
E701 Decision to grant or registration of patent right
GRNT Written decision to grant