JP2021022357A - Hybrid file construction method and system therefor based on fuse technology - Google Patents

Hybrid file construction method and system therefor based on fuse technology Download PDF

Info

Publication number
JP2021022357A
JP2021022357A JP2020008080A JP2020008080A JP2021022357A JP 2021022357 A JP2021022357 A JP 2021022357A JP 2020008080 A JP2020008080 A JP 2020008080A JP 2020008080 A JP2020008080 A JP 2020008080A JP 2021022357 A JP2021022357 A JP 2021022357A
Authority
JP
Japan
Prior art keywords
file
storage unit
read
hybrid
network
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
JP2020008080A
Other languages
Japanese (ja)
Inventor
ケン パク
Ken Park
ケン パク
イ シ
Wei Shi
イ シ
エンハク コウ
yuan bo Gao
エンハク コウ
ウ ビン
Bing Wu
ウ ビン
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangdong Eflycloud Computing Co Ltd
Original Assignee
Guangdong Eflycloud Computing Co Ltd
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 Guangdong Eflycloud Computing Co Ltd filed Critical Guangdong Eflycloud Computing Co Ltd
Publication of JP2021022357A publication Critical patent/JP2021022357A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0602Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
    • G06F3/0604Improving or facilitating administration, e.g. storage management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0638Organizing or formatting or addressing of data
    • G06F3/0643Management of files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0646Horizontal data movement in storage systems, i.e. moving data in between storage devices or systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0668Interfaces specially adapted for storage systems adopting a particular infrastructure
    • G06F3/0671In-line storage system
    • G06F3/0683Plurality of storage devices
    • G06F3/0685Hybrid storage combining heterogeneous device types, e.g. hierarchical storage, hybrid arrays

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

To provide a hybrid file construction system on the basis of a FUSE technology.SOLUTION: A hybrid file construction system on the basis of a FUSE technology includes a hybrid file logic realizing unit, a magnetic disk drive module, a network drive module, a local storage unit, and a network storage unit. The hybrid file logic realizing unit determines a storage location of a file on the basis of the file required to be read and written by a user, and reads and writes the file in a corresponding storage location to feed back to the user. The magnetic disk drive module drives the local storage unit to read and write the file, the network drive module drives the network storage unit to read and write the file, the local storage unit stores the file, and the network storage unit stores the file.SELECTED DRAWING: Figure 1

Description

本発明は、コンピュータの記憶技術分野に関し、特に、FUSE技術に基づくハイブリッドファイル構築方法及びそのシステムに関する。 The present invention relates to the field of computer storage technology, and more particularly to a hybrid file construction method based on FUSE technology and a system thereof.

コンピュータのファイルシステムは、コンピュータデータを記憶し整理するためのシステムであり、ファイルのアクセス及び検索を容易にする。従来のファイルシステムは、ハードディスクや光ディスクなどの物理装置のようにデータブロックの概念を利用する代わりに、ファイル及びツリーディレクトリの抽象的なロジック概念を使用し、ユーザーは、ファイルシステムを使用してデータを保存し、このようにすれば、データが実際にどのアドレスのハードディスク(又は光ディスク)のデータブロックに保存されているかを気にする必要がなく、このファイルの属するディレクトリ及びファイル名を覚えるだけで良い。 A computer file system is a system for storing and organizing computer data, facilitating file access and retrieval. Traditional file systems use the abstract logic concept of files and tree directories instead of using the concept of data blocks like physical devices such as hard disks and optical disks, and users use the file system for data. And this way you don't have to worry about which address the data is actually stored on the hard disk (or disk disk) data block, just remember the directory and filename to which this file belongs. good.

ユーザー空間ファイルシステム(Filesystem in Userspace、FUSEと略称する)は、Unix系コンピュータオペレーティングシステム用のソフトウェアインタフェースであり、権限を持たないユーザーがカーネルコードを修正することなく独自のファイルシステムを作成できる機能を提供する。 Filesystem in Userspace (abbreviated as FUSE) is a software interface for Unix-like computer operating systems that allows unauthorized users to create their own filesystems without modifying the kernel code. provide.

ファイルシステムの実現及び提供方式によっては、一般的には、ローカルファイルシステム及びネットワークファイルシステムに分けられ、文字通り、ローカルファイルシステムの最下層は、ローカルディスク、機器に接続されるなどでサービスを提供し、ネットワークファイルシステムでは、提供される媒体は、ローカルではなく、ネットワークにおけるあるノード又は記憶装置である。 Depending on the implementation and provision method of the file system, it is generally divided into a local file system and a network file system, and literally, the bottom layer of the local file system provides services by connecting to a local disk or device. In a network file system, the medium provided is a node or storage device in the network rather than locally.

一般的には、このようなファイルシステムは、個別に存在しユーザー用のために独立して提供され、たとえば、一台のコンピュータは、あるパーティション(たとえばlinuxの/パーティション、windowsのDディスクなど)にマウントされる1つのローカルディスク及び対応するファイルシステムを有するとともに、あるパーティション(たとえば、liunxの/nfsパーティション、windowsのnディスクなど)にマウントされるネットワークファイルシステムを有する。ユーザーは、自分のニーズに応じて、データをローカルファイルシステム又はネットワークファイルシステムに保存し、両者は、システムレベルで顕著な限界がある。ローカルファイルシステム及びネットワークファイルシステムは、互いに分離して独立したファイルシステムであるので、両者の間のデータの相互アクセス及び読み書きは、不便であり、実際に操作するときに、過程が煩瑣である。 In general, such filesystems exist separately and are provided independently for the user, for example, one computer may have a partition (eg Linux / partition, windows D disk, etc.). It has one local disk mounted on and a corresponding file system, as well as a network file system mounted on a partition (eg, Linux / nfs partition, windows n disk, etc.). Users store data in local or network file systems, depending on their needs, both of which have significant system-level limitations. Since the local file system and the network file system are separate and independent file systems, mutual access and reading / writing of data between them is inconvenient, and the process is complicated when actually operating.

中国特許出願公開第107506447A号明細書Publication of Chinese Patent Application No. 10756447A

本発明は、ローカルファイルシステムにおける同一ディレクトリに属する小ファイルを集約してN個の大ファイルとするローカルファイルシステムに基づく小ファイル読み書き方法及びシステムを開示し、Nは、正の整数である。 The present invention discloses a small file read / write method and system based on a local file system that aggregates small files belonging to the same directory in a local file system into N large files, where N is a positive integer.

本発明が解決しようとする技術的課題は、FUSE技術に基づくハイブリッドファイル構築方法及びそのシステムを提供することであり、ローカル記憶とネットワーク記憶を組み合わせるハイブリッドファイルシステムを構築し、ユーザーは、ハイブリッドファイルシステムをパーティションにマウントすると、通常の磁気ディスクディレクトリのように使用することができ、ファイルの新規作成、削除、修正などを行うことができる The technical problem to be solved by the present invention is to provide a hybrid file construction method and a system thereof based on the FUSE technology, to construct a hybrid file system that combines local storage and network storage, and the user can use the hybrid file system. Can be mounted on a partition and used like a regular magnetic disk directory, where you can create, delete, modify, etc. files.

上記技術的課題を解決するために、本発明は、以下の技術案を提供する。FUSE技術に基づくハイブリッドファイル構築システムであって、ハイブリッドファイルロジック実現ユニットと、磁気ディスクドライブモジュールと、ネットワークドライブモジュールと、ローカル記憶ユニットと、ネットワーク記憶ユニットと、を備え、
前記ハイブリッドファイルロジック実現ユニットは、ユーザーが読み書きする必要があるファイルに基づき、ファイルの記憶位置を判断し、且つ対応する記憶位置にファイルを読み書きしてユーザーにフィードバックし、
前記磁気ディスクドライブモジュールは、前記ローカル記憶ユニットがファイルを読み書きするように駆動し、
前記ネットワークドライブモジュールは、前記ネットワーク記憶ユニットがファイルを読み書きするように駆動し、
前記ローカル記憶ユニットは、ファイルを記憶し、
前記ネットワーク記憶ユニットは、ファイルを記憶する。
In order to solve the above technical problems, the present invention provides the following technical proposals. It is a hybrid file construction system based on FUSE technology, and includes a hybrid file logic realization unit, a magnetic disk drive module, a network drive module, a local storage unit, and a network storage unit.
The hybrid file logic implementation unit determines the storage position of the file based on the file that the user needs to read and write, and reads and writes the file to the corresponding storage position to feed back to the user.
The magnetic disk drive module drives the local storage unit to read and write files.
The network drive module drives the network storage unit to read and write files.
The local storage unit stores files and
The network storage unit stores files.

好ましくは、前記ハイブリッドファイルロジック実現ユニットは、FUSE技術に基づいて実現されるハイブリッドファイルロジック実現ユニットである。 Preferably, the hybrid file logic realization unit is a hybrid file logic realization unit realized based on the FUSE technology.

本発明の別の目的は、FUSE技術に基づくハイブリッドファイル構築方法を提供することであり、当該ハイブリッドファイル構築方法は、
ユーザーは、コンピュータでファイル読み書き操作を行うステップS1と、
ハイブリッドファイルロジック実現ユニットは、ユーザーに必要なファイルに基づいて、ファイルをローカル記憶ユニットで読み書きするか、又はネットワーク記憶ユニットで読み書きするかを判断するステップS2と、
ユーザーに必要なファイルに対してローカル記憶ユニットで読み書き操作を行う必要があると、ハイブリッドファイルロジック実現ユニットは、磁気ディスクドライブモジュールをウェイクアップし、このとき、磁気ディスクドライブモジュールは、ローカル記憶ユニットがファイルの読み書き操作を行うように駆動するステップS3と、
ユーザーに必要なファイルに対してネットワーク記憶ユニットで読み書き操作を行う必要があると、ハイブリッドファイルロジック実現ユニットは、ネットワークドライブモジュールをウェイクアップし、このとき、ネットワークドライブモジュールは、ネットワーク記憶ユニットがファイルの読み書き操作を行うように駆動するステップS4と、を含む。
Another object of the present invention is to provide a hybrid file construction method based on the FUSE technology.
In step S1, the user performs a file read / write operation on the computer.
The hybrid file logic implementation unit determines in step S2 whether to read / write the file in the local storage unit or in the network storage unit based on the file required by the user.
When the local storage unit needs to perform read / write operations on the files required by the user, the hybrid file logic implementation unit wakes up the magnetic disk drive module, and at this time, the magnetic disk drive module is the local storage unit. Step S3, which drives the file to read and write,
When the network storage unit needs to read and write the files required by the user, the hybrid file logic implementation unit wakes up the network drive module, and at this time, the network storage unit is the file of the network storage unit. Includes step S4, which drives the read / write operation.

上記技術案を用いると、本発明は、少なくとも以下の有益な効果を有する。
1、本発明は、2種の異なる記憶方式を1種のファイルフォーマットに融合して上位層の使用のために提供し、それによって、2種の記憶方式の利点を活用できる。
2、本発明は、既存ファイルシステムのインタフェースを流用できるため、移行コストを低減させる。
3、本発明は、FUSE技術を使用して、上位ユーザー層でファイルシステムを実現し、下位カーネル層でローカル記憶とネットワーク記憶の2種の記憶方式を組み合わせ、2種の記憶方式を、外部にサービスを提供するための1種のファイルシステムに融合することにより、ファイルの読み取りを非常に便利にする。
Using the above technical proposal, the present invention has at least the following beneficial effects.
1. The present invention integrates two different storage methods into one file format and provides it for use in the upper layer, thereby taking advantage of the two storage methods.
2. In the present invention, the interface of the existing file system can be diverted, so that the migration cost can be reduced.
3. The present invention uses FUSE technology to realize a file system in the upper user layer, combines two types of storage methods, local storage and network storage, in the lower kernel layer, and provides two types of storage methods to the outside. It makes reading files very convenient by fusing it into a kind of file system for providing services.

本発明の実施例1に係るFUSE技術に基づくハイブリッドファイル構築システムの構造ブロック図である。It is a structural block diagram of the hybrid file construction system based on the FUSE technique which concerns on Example 1 of this invention. 本発明の実施例2に係るFUSE技術に基づくハイブリッドファイル構築システムの具体的なアプリケーション構造ブロック図である。It is a concrete application structure block diagram of the hybrid file construction system based on the FUSE technique which concerns on Example 2 of this invention. 図3は、本発明の実施例3に係るFUSE技術に基づくハイブリッドファイル構築方法のステップフローチャートである。FIG. 3 is a step flowchart of a hybrid file construction method based on the FUSE technique according to the third embodiment of the present invention.

ただし、矛盾しない限り、本願における実施例及び実施例における特徴を互いに組み合わせることができ、以下、図面及び具体的な実施例を参照しながら本願をさらに詳細に説明する。 However, as long as there is no contradiction, the examples in the present application and the features in the examples can be combined with each other, and the present application will be described in more detail below with reference to the drawings and specific examples.

実施例1
図1に示されるように、本実施例は、FUSE技術に基づくハイブリッドファイル構築システムを提供し、当該ハイブリッドファイル構築システムは、ハイブリッドファイルロジック実現ユニットと、磁気ディスクドライブモジュールと、ネットワークドライブモジュールと、ローカル記憶ユニットと、ネットワーク記憶ユニットと、を備え、
前記ハイブリッドファイルロジック実現ユニットは、ユーザーが読み書きする必要があるファイルに基づき、ファイルの記憶位置を判断し、且つ対応する記憶位置にファイルを読み書きしてユーザーにフィードバックし、前記ハイブリッドファイルロジック実現ユニットは、FUSE技術に基づいて実現されるハイブリッドファイルロジック実現ユニットであり、
前記磁気ディスクドライブモジュールは、前記ローカル記憶ユニットがファイルを読み書きするように駆動し、
前記ネットワークドライブモジュールは、前記ネットワーク記憶ユニットがファイルを読み書きするように駆動し、
前記ローカル記憶ユニットは、ファイルを記憶し、
前記ネットワーク記憶ユニットは、ファイルを記憶する。
Example 1
As shown in FIG. 1, the present embodiment provides a hybrid file construction system based on FUSE technology, and the hybrid file construction system includes a hybrid file logic realization unit, a magnetic disk drive module, a network drive module, and the like. It has a local storage unit and a network storage unit.
The hybrid file logic realization unit determines the storage position of the file based on the file that the user needs to read and write, reads and writes the file to the corresponding storage position, and feeds back to the user. , A hybrid file logic realization unit realized based on FUSE technology,
The magnetic disk drive module drives the local storage unit to read and write files.
The network drive module drives the network storage unit to read and write files.
The local storage unit stores files and
The network storage unit stores files.

本発明のFUSE技術に基づくハイブリッドファイル構築システムでは、ユーザーは、ファイルを新規作成するときに、ローカル記憶に基づいてサービスを提供するか、又はネットワーク記憶に基づいてサービスを提供するかを指定することができ、ファイルを新規作成した後、ファイルに対する読み書き操作は、従来の方式と同じであり、最下層の区別及び転送ロジックは、ユーザー層のハイブリッドファイルロジック実現ユニットによって実現される。 In the hybrid file construction system based on the FUSE technology of the present invention, when a new file is created, the user specifies whether to provide a service based on local storage or a service based on network storage. After creating a new file, the read / write operation for the file is the same as the conventional method, and the distinction and transfer logic of the bottom layer is realized by the hybrid file logic realization unit of the user layer.

実施例2
本実施例は、実施例1に基づいて、ファイル1、ファイル2を具体例としてハイブリッドファイル構築システムを説明する。図2に示されるように、ユーザーにより新規作成されたファイル1がローカルに記憶され、ファイル2がネットワークに記憶される。
Example 2
In this embodiment, a hybrid file construction system will be described with file 1 and file 2 as specific examples based on the first embodiment. As shown in FIG. 2, the file 1 newly created by the user is stored locally, and the file 2 is stored in the network.

ユーザーがファイル1に対して読み書き操作を行う場合、読み書き操作の命令がハイブリッドファイルロジック実現ユニットに送信され、ハイブリッドファイルロジック実現ユニットは、ファイル1がローカルに記憶されると判断し、この場合、FUS技術によって読み書き要求を磁気ディスクドライブモジュールに転送し、磁気ディスクドライブモジュールは、ローカル記憶ユニットがファイル1に対して読み書き操作を行うように駆動し、完了した後、ローカル記憶ユニットは、結果をハイブリッドファイルロジック実現ユニットにフィードバックする。 When the user performs a read / write operation on the file 1, a read / write operation command is sent to the hybrid file logic realization unit, and the hybrid file logic realization unit determines that the file 1 is stored locally. In this case, FUS The technology transfers read / write requests to the magnetic disk drive module, which drives the local storage unit to perform read / write operations on file 1, and after completion, the local storage unit hybridizes the results. Feed back to the logic realization unit.

ユーザーがファイル2に対して読み書き操作を行う場合、読み書き操作の命令がハイブリッドファイルロジック実現ユニットに送信され、ハイブリッドファイルロジック実現ユニットは、ファイル2がネットワークに記憶されると判断し、この場合、FUSE技術によって読み書き要求をネットワークドライブモジュールに転送し、ネットワークドライブモジュールは、ネットワーク記憶ユニットがファイル2に対して読み書き操作を行うように駆動し、完了した後、ネットワーク記憶ユニットは、結果をハイブリッドファイルロジック実現ユニットにフィードバックする。 When the user performs a read / write operation on the file 2, a read / write operation command is transmitted to the hybrid file logic realization unit, and the hybrid file logic realization unit determines that the file 2 is stored in the network. In this case, FUSE The technology transfers read / write requests to the network drive module, which drives the network storage unit to perform read / write operations on file 2, and after completion, the network storage unit implements the hybrid file logic result. Give feedback to the unit.

読み書き操作過程にわたって、ユーザーは、同じファイルシステムインタフェースを使用し、最下層ロジックユニットによって転送及び結果の返送を実現する。 Throughout the read / write operation process, the user uses the same file system interface and realizes transfer and return of the result by the bottom layer logic unit.

実施例3
図3に示されるように、本実施例は、FUSE技術に基づくハイブリッドファイル構築方法を提供し、当該ハイブリッドファイル構築方法は、
ユーザーは、コンピュータでファイル読み書き操作を行うステップS1と、
ハイブリッドファイルロジック実現ユニットは、ユーザーに必要なファイルに基づいて、ファイルをローカル記憶ユニットで読み書きするか、又はネットワーク記憶ユニットで読み書きするかを判断するステップS2と、
ユーザーに必要なファイルに対してローカル記憶ユニットで読み書き操作を行う必要があると、ハイブリッドファイルロジック実現ユニットは、磁気ディスクドライブモジュールをウェイクアップし、このとき、磁気ディスクドライブモジュールは、ローカル記憶ユニットがファイルの読み書き操作を行うように駆動するステップS3と、
ユーザーに必要なファイルに対してネットワーク記憶ユニットで読み書き操作を行う必要があると、ハイブリッドファイルロジック実現ユニットは、ネットワークドライブモジュールをウェイクアップし、このとき、ネットワークドライブモジュールは、ネットワーク記憶ユニットがファイルの読み書き操作を行うように駆動するステップS4と、を含む。
Example 3
As shown in FIG. 3, the present embodiment provides a hybrid file construction method based on the FUSE technology, and the hybrid file construction method is described.
In step S1, the user performs a file read / write operation on the computer.
The hybrid file logic implementation unit determines in step S2 whether to read / write the file in the local storage unit or in the network storage unit based on the file required by the user.
When the local storage unit needs to perform read / write operations on the files required by the user, the hybrid file logic implementation unit wakes up the magnetic disk drive module, and at this time, the magnetic disk drive module is the local storage unit. Step S3, which drives the file to read and write,
When the network storage unit needs to read and write the files required by the user, the hybrid file logic implementation unit wakes up the network drive module, and at this time, the network storage unit is the file of the network storage unit. Includes step S4, which drives the read / write operation.

本発明の実施例を示して説明したが、当業者であれば、本発明の原理及び精神から逸脱せずに、これらの実施例に対して様々な同等の変化、修正、置換や変形を行うことができ、本発明の範囲が添付の特許請求の範囲及びその同等範囲によって限定されることを理解できる。 Although examples of the present invention have been shown and described, those skilled in the art will make various equivalent changes, modifications, substitutions and modifications to these examples without departing from the principles and spirit of the invention. It can be understood that the scope of the present invention is limited by the appended claims and their equivalents.

Claims (3)

FUSE技術に基づくハイブリッドファイル構築システムであって、
ハイブリッドファイルロジック実現ユニットと、磁気ディスクドライブモジュールと、ネットワークドライブモジュールと、ローカル記憶ユニットと、ネットワーク記憶ユニットと、を備え、
前記ハイブリッドファイルロジック実現ユニットは、ユーザーが読み書きする必要があるファイルに基づき、ファイルの記憶位置を判断し、且つ対応する記憶位置にファイルを読み書きしてユーザーにフィードバックし、
前記磁気ディスクドライブモジュールは、前記ローカル記憶ユニットがファイルを読み書きするように駆動し、
前記ネットワークドライブモジュールは、前記ネットワーク記憶ユニットがファイルを読み書きするように駆動し、
前記ローカル記憶ユニットは、ファイルを記憶し、
前記ネットワーク記憶ユニットは、ファイルを記憶する、
ことを特徴とするFUSE技術に基づくハイブリッドファイル構築システム。
A hybrid file construction system based on FUSE technology
It is equipped with a hybrid file logic realization unit, a magnetic disk drive module, a network drive module, a local storage unit, and a network storage unit.
The hybrid file logic implementation unit determines the storage position of the file based on the file that the user needs to read and write, and reads and writes the file to the corresponding storage position to feed back to the user.
The magnetic disk drive module drives the local storage unit to read and write files.
The network drive module drives the network storage unit to read and write files.
The local storage unit stores files and
The network storage unit stores files.
A hybrid file construction system based on FUSE technology.
前記ハイブリッドファイルロジック実現ユニットは、FUSE技術に基づいて実現されるハイブリッドファイルロジック実現ユニットである、
ことを特徴とする請求項1に記載のFUSE技術に基づくハイブリッドファイル構築システム。
The hybrid file logic realization unit is a hybrid file logic realization unit realized based on the FUSE technology.
A hybrid file construction system based on the FUSE technology according to claim 1.
FUSE技術に基づくハイブリッドファイル構築方法であって、
ユーザーは、コンピュータでファイル読み書き操作を行うステップS1と、
ハイブリッドファイルロジック実現ユニットは、ユーザーに必要なファイルに基づいて、ファイルをローカル記憶ユニットで読み書きするか、又はネットワーク記憶ユニットで読み書きするかを判断するステップS2と、
ユーザーに必要なファイルに対してローカル記憶ユニットで読み書き操作を行う必要があると、ハイブリッドファイルロジック実現ユニットは、磁気ディスクドライブモジュールをウェイクアップし、このとき、磁気ディスクドライブモジュールは、ローカル記憶ユニットがファイルの読み書き操作を行うように駆動するステップS3と、
ユーザーに必要なファイルに対してネットワーク記憶ユニットで読み書き操作を行う必要があると、ハイブリッドファイルロジック実現ユニットは、ネットワークドライブモジュールをウェイクアップし、このとき、ネットワークドライブモジュールは、ネットワーク記憶ユニットがファイルの読み書き操作を行うように駆動するステップS4と、を含む、
ことを特徴とするFUSE技術に基づくハイブリッドファイル構築方法。
A hybrid file construction method based on FUSE technology.
In step S1, the user performs a file read / write operation on the computer.
The hybrid file logic implementation unit determines in step S2 whether to read / write the file in the local storage unit or in the network storage unit based on the file required by the user.
When the local storage unit needs to perform read / write operations on the files required by the user, the hybrid file logic implementation unit wakes up the magnetic disk drive module, and at this time, the magnetic disk drive module is the local storage unit. Step S3, which drives the file to read and write,
When the network storage unit needs to perform read / write operations on the files required by the user, the hybrid file logic implementation unit wakes up the network drive module, and at this time, the network storage unit is the file of the network storage unit. Including step S4, which drives the read / write operation.
A hybrid file construction method based on the FUSE technology.
JP2020008080A 2019-07-26 2020-01-22 Hybrid file construction method and system therefor based on fuse technology Pending JP2021022357A (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910681292.2A CN110489060A (en) 2019-07-26 2019-07-26 A kind of mixed file construction method and its system based on FUSE technology
CN2019106812922 2019-07-26

Publications (1)

Publication Number Publication Date
JP2021022357A true JP2021022357A (en) 2021-02-18

Family

ID=68548460

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2020008080A Pending JP2021022357A (en) 2019-07-26 2020-01-22 Hybrid file construction method and system therefor based on fuse technology

Country Status (2)

Country Link
JP (1) JP2021022357A (en)
CN (1) CN110489060A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114281636A (en) * 2021-11-12 2022-04-05 苏州浪潮智能科技有限公司 Method and device for processing user space file system fault

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113407113A (en) * 2021-05-25 2021-09-17 深圳市瑞驰信息技术有限公司 Method for realizing storage acceleration on android system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114281636A (en) * 2021-11-12 2022-04-05 苏州浪潮智能科技有限公司 Method and device for processing user space file system fault
CN114281636B (en) * 2021-11-12 2023-08-25 苏州浪潮智能科技有限公司 Method and device for processing user space file system fault

Also Published As

Publication number Publication date
CN110489060A (en) 2019-11-22

Similar Documents

Publication Publication Date Title
CN101743546B (en) Hierarchical storage management for a file system providing snapshots
US7395389B2 (en) Extending non-volatile storage at a computer system
US8392685B2 (en) Arrangements for managing metadata of an integrated logical unit including differing types of storage media
CN101404567B (en) For accessing method and the computer system of Backup Data
CN107180092B (en) File system control method and device and terminal
JP2010191647A (en) File sharing system, file server, and method for managing file
JP2804115B2 (en) Disk file system
US9996557B2 (en) Database storage system based on optical disk and method using the system
TW200416589A (en) Hierarchical storage management using dynamic tables of contents and sets of tables of contents
CN105493043A (en) System and method for virtual machine conversion
TW201211800A (en) Migration of metadata and storage management of data in a first storage environment to a second storage environment
CN1770114A (en) Copy operations in storage networks
CN102982151B (en) Method for merging multiple physical files into one logic file
JP2006268534A (en) Control technique for storage system
KR20020080458A (en) A method for repartitioning physical sectors of a storage system with use of virtual disc drives, a data processing apparatus and a data storage apparatus
CN107451138A (en) A kind of distributed file system storage method and system
JP2021022357A (en) Hybrid file construction method and system therefor based on fuse technology
KR100224524B1 (en) Method for incrementally archiving primary storage to archive storage by utlizing both a partition archive status array and a partition map
JP2010225024A (en) Storage apparatus, its file control method, and storage system
JP5556025B2 (en) Storage system
JP6531574B2 (en) Storage device, storage device control program and storage device control method
JP2006251990A (en) Database reorganization program and database reorganization method
CN104133970A (en) Data space management method and device
EP3436973A1 (en) File system support for file-level ghosting
JPH01204163A (en) File controller

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20200125

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20200618

A975 Report on accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A971005

Effective date: 20200714

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20201014

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20201027

A601 Written request for extension of time

Free format text: JAPANESE INTERMEDIATE CODE: A601

Effective date: 20210126

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20210126

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210325

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20210406