CN102253985A - File system data management method and system - Google Patents

File system data management method and system Download PDF

Info

Publication number
CN102253985A
CN102253985A CN 201110181032 CN201110181032A CN102253985A CN 102253985 A CN102253985 A CN 102253985A CN 201110181032 CN201110181032 CN 201110181032 CN 201110181032 A CN201110181032 A CN 201110181032A CN 102253985 A CN102253985 A CN 102253985A
Authority
CN
China
Prior art keywords
data
file
district
catalogue
sector
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.)
Granted
Application number
CN 201110181032
Other languages
Chinese (zh)
Other versions
CN102253985B (en
Inventor
豆威
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.)
Shenzhen Netcom Electronics Co Ltd
Original Assignee
Shenzhen Netcom Electronics 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 Shenzhen Netcom Electronics Co Ltd filed Critical Shenzhen Netcom Electronics Co Ltd
Priority to CN 201110181032 priority Critical patent/CN102253985B/en
Publication of CN102253985A publication Critical patent/CN102253985A/en
Application granted granted Critical
Publication of CN102253985B publication Critical patent/CN102253985B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention is applicable to the technical field of storage and provides a file system data management method and a file system data management system. The method comprises the following steps of: performing recursion on an enumeration source folder, calculating total sectors needed by directory and subdirectory data of all folders and files; dividing a data area of a target disk into a directory data area and a file data area according to the total sectors needed by the directory data of all the folders and files, and acquiring sector start offset address information of the file data area; writing all the directory and subdirectory data into a directory data area in the data area of the target disk, and writing all the file data into the file data area of the data area of the target disk; and updating two file distribution lists of a file system according to the writing addresses of the directory data and the file data. In the embodiment of the invention, the file data and the directory data are separately stored, and a calculation program is effectively simplified and processed.

Description

A kind of management method of file system data and system
Technical field
The invention belongs to technical field of memory, relate in particular to a kind of management method and system of file system data.
Background technology
Common file system has file allocation table (File Allocation Table, FAT) file system and New Technology File System (New Technology File System, NTFS) etc., what be stored wherein that card uses always is the FAT file system of being set up by Microsoft, comprises FAT12, FAT16 and FAT32 file system.
The FAT file system is made up of Main Boot Record and some FAT subregions usually, has only a FAT subregion on the storage card usually, and wherein, this FAT subregion is made up of boot sector (BPB), FAT table, root directory area (FDT) and data field.
Boot sector (BPB) is first sector of FAT subregion, it is logic sector 0, be mainly used in relevant parameter setting in the whole FAT file system of record, for example: the sector number of every sector byte number, every bunch of sector number, each FAT, sector sum, root directory item number or the like parameter.
The FAT table record membership credentials in the file system, particularly important, so two FAT tables are arranged, FAT1 table and FAT2 table, but its content is in full accord, this has shown each the list item co-registered chained list index structure of storage elementary cell bunch, i.e. each bunch of the starting cluster of each file and successive links thereof number; And show which is the sky bunch of available (FREE).Wherein, bunch be the minimum memory unit of file data in the FAT subregion, file size is if one bunch of less than also will take one bunch space; If more than one bunch of length,, store file data in the data field a plurality of bunches space then by by chained list guided bunch number.
Root directory area (FDT) has write down the content of file system root directory, comprises the substance such as title, size, reference position, creation-time, modification time of each file and file.Each file in the file system is all on the books in catalogue listing.Catalogue and file all show as a file item, and are distinguished by the attribute byte of file item.
The data field, the actual file data and the zone of catalogue and sub-directory data storage take most of storage space, and the data field is organized by the chained list of file bunch to be storage cell, and data write all is passive.The FAT system is bunch to be that base unit is deposited file data, and each bunch has N sector, and each file has M bunch, and every bunch sector number N is relevant with the total volume size of disk, and how much relevant with file size bunch M that file takies is.
The file system that format just is good; copied files inside; bunch take the order be to deposit with the TOC level of source file; promptly in the data field; catalogue data and file data are entrained in together to be deposited; shown in Fig. 1 and 2, this storage mode is divided into a lot of fragments with the data field, calculation of complex when protected file.
The content of file may be with different levels, file and file is arranged below the file, if be entrained in together when depositing these data; will divide a lot of fragments to handle; as described in Figure 2, mix with catalogue data and be in the same place in the file data district, and the fragment that is divided into is more; the data field is divided into six fragments in Fig. 2; in storer, Data Protection is to be foundation with the address realm, in the case; six fragments then form six protection domains, calculate complicated when protected file.
Summary of the invention
The object of the present invention is to provide a kind of management method of file system data; be intended to solve in the system file that prior art provides; catalogue data and file data deposit irregular no level, the data field is divided into a lot of fragments, be unfavorable for the problem of protected file.
The present invention is achieved in that a kind of management method of file system data, and described method comprises the steps:
The recursively enumerate source folder calculates the catalogue of All Files folder and file and the sector sum that the sub-directory data need;
According to the sector sum of the catalogue data needs of All Files folder and file the data field of target disk is divided into catalogue data district and file data district, and obtains the sector start offset address information in file data district;
All catalogues and sub-directory data are write catalogue data district in the target disk data field, the All Files data are write file data district in the target disk data field;
According to the address that writes of catalogue data and file data, two file allocation table of updating file system.
Another purpose of the embodiment of the invention is to provide a kind of management system of file system data, and described system comprises:
Sector sum computing module is used for the recursively enumerate source folder, calculates the catalogue of All Files folder and file and the sector sum that the sub-directory data need;
Module is divided in the data field, and the sector sum that is used for the catalogue data needs of the All Files folder that calculates according to described sector sum computing module and file is divided into catalogue data district and file data district with the data field of target disk;
Sector start offset address information acquisition module is used to obtain the sector start offset address information in file data district;
Writing module is used for dividing the division of module to the data field according to described data field, and all catalogues and sub-directory data are write catalogue data district in the target disk data field, and the All Files data are write file data district in the target disk data field; And
Update module is used for the address that writes according to catalogue data and file data, two file allocation table of updating file system.
In embodiments of the present invention, the recursively enumerate source folder calculates the catalogue of All Files folder and file and the sector sum that the sub-directory data need; According to the sector sum of the catalogue data needs of All Files folder and file the data field of target disk is divided into catalogue data district and file data district, and obtains the sector start offset address information in file data district; All catalogues and sub-directory data are write catalogue data district in the target disk data field, the All Files data are write file data district in the target disk data field; According to the address that writes of catalogue data and file data, two file allocation table of updating file system, thus realize file data and catalogue data separate storage, effectively simplify and handle calculation procedure.
Description of drawings
Fig. 1 is the subregion synoptic diagram of the file system that provides of prior art;
Fig. 2 is the file partition deposit data synoptic diagram that prior art provides;
Fig. 3 is the realization flow figure of the management method of the file system data that provides of the embodiment of the invention;
Fig. 4 is the realization flow figure of the management method of the file system data that provides of second embodiment of the invention;
Fig. 5 is the subregion synoptic diagram of the file system that provides of the embodiment of the invention;
Fig. 6 is the file partition deposit data synoptic diagram that the embodiment of the invention provides;
Fig. 7 is the structured flowchart of the management system of the file system data that provides of the embodiment of the invention.
Embodiment
In order to make purpose of the present invention, technical scheme and beneficial effect clearer,, the present invention is further elaborated below in conjunction with drawings and Examples.Should be appreciated that specific embodiment described herein only in order to explanation the present invention, and be not used in qualification the present invention.
In embodiments of the present invention, the recursively enumerate source folder calculates the catalogue of All Files folder and file and the sector sum that the sub-directory data need; According to the sector sum of the catalogue data needs of All Files folder and file the data field of target disk is divided into catalogue data district and file data district, and obtains the sector start offset address information in file data district; All catalogues and sub-directory data are write catalogue data district in the target disk data field, the All Files data are write file data district in the target disk data field; According to the address that writes of catalogue data and file data, two file allocation table of updating file system, thus realize file data and catalogue data separate storage, effectively simplify and handle calculation procedure.
The purpose of the embodiment of the invention is to provide a kind of management method of file system data, it is characterized in that, described method comprises the steps:
The recursively enumerate source folder calculates the catalogue of All Files folder and file and the sector sum that the sub-directory data need;
According to the sector sum of the catalogue data needs of All Files folder and file the data field of target disk is divided into catalogue data district and file data district, and obtains the sector start offset address information in file data district;
All catalogues and sub-directory data are write catalogue data district in the target disk data field, the All Files data are write file data district in the target disk data field;
According to the address that writes of catalogue data and file data, two file allocation table of updating file system.
Further, the space in described catalogue data district is more than or equal to the sector sum of the catalogue data needs of All Files folder and file.
Further, it is continuous to write in the target disk data field data storage addresses in catalogue data district and file data district.
Another purpose of the embodiment of the invention is to provide a kind of management system of file system data, it is characterized in that, described system comprises:
Sector sum computing module is used for the recursively enumerate source folder, calculates the catalogue of All Files folder and file and the sector sum that the sub-directory data need;
Module is divided in the data field, and the sector sum that is used for the catalogue data needs of the All Files folder that calculates according to described sector sum computing module and file is divided into catalogue data district and file data district with the data field of target disk;
Sector start offset address information acquisition module is used to obtain the sector start offset address information in file data district;
Writing module is used for dividing the division of module to the data field according to described data field, and all catalogues and sub-directory data are write catalogue data district in the target disk data field, and the All Files data are write file data district in the target disk data field; And
Update module is used for the address that writes according to catalogue data and file data, two file allocation table of updating file system.
Further, the space in described catalogue data district is more than or equal to the sector sum of the catalogue data needs of All Files folder and file.
Further, it is continuous to write in the target disk data field data storage addresses in catalogue data district and file data district.
Fig. 3 shows the realization flow of the management method of the file system data that the embodiment of the invention provides, and its concrete step is as described below:
In step S101, the recursively enumerate source folder calculates the catalogue of All Files folder and file and the sector sum that the sub-directory data need.
In step S102, according to the sector sum of the catalogue data needs of All Files folder and file the data field of target disk is divided into catalogue data district and file data district, and obtains the sector start offset address information in file data district.
In embodiments of the present invention, this division foundation to the data field is: the space in catalogue data district is more than or equal to the sector sum of the catalogue data needs of All Files folder and file.Be that the catalogue data district wants to store all catalogue datas.
In embodiments of the present invention, the address of the catalogue data district that obtains after dividing and the data storage in file data district is continuous, wherein, in order to save the space of target disk data field, make the data field can deposit more catalogue data and file data, all catalogues and sub-directory are continuous in catalogue data district storage addresses, and all file datas are continuous in file data district storage addresses.
In the case, catalogue data district and file data district respectively have only a fragment, promptly only form two protection domains; middle compared to existing technology catalogue data and file data are entrained in together to be deposited; form a plurality of fragments, a plurality of protection domains calculate simpler when protected file.
In step S103, all catalogues and sub-directory data are write catalogue data district in the target disk data field, the All Files data are write file data district in the target disk data field.
In embodiments of the present invention,, be about to catalogue data and write the catalogue data district, file data is write the file data district, finish the operation of classification and storage the data field being carried out the data in original data field are carried out classification and storage after division operation finishes.
In step S104, according to the address that writes of catalogue data and file data, two file allocation table of updating file system.
File allocation table is a chained list, is used for the order of depositing of identification document data, and when writing catalogue data and file data, which bunches are the data that need record to write are, need fill in bunch chained list of correspondence complete during the updating file allocation table.As: a file has taken two bunches among the FAT16, and bunches 3, bunches 4, in file allocation table, will fill out 4 in bunch 3 positions and indicate that next bunch is bunches 4, the ending that 0xffff0xff indicates this chained list is filled out in bunch 4 positions.
Fig. 4 shows the realization flow of the management method of the file system data that second embodiment of the invention provides, and its concrete step is as described below:
In step S201, the recursively enumerate source folder calculates the catalogue of All Files folder and file and the sector sum that the sub-directory data need.
In step S202, according to the sector sum of the catalogue data needs of All Files folder and file the data field of target disk is divided into catalogue data district and file data district, and obtains the sector start offset address information in file data district.
In step S203, calculate the sector sum that the All Files data need.
In step S204, the total sector sum with the file data district in sector that the All Files data are needed compares, judging sector sum that the All Files data need whether greater than the sector sum in file data district, is execution in step S205 then, otherwise execution in step S206.
In step S205, send warning message, prompting source folder capacity is excessive, and the target disk capacity is stored source file inadequately.
In step S206, all catalogues and sub-directory data are write catalogue data district in the target disk data field, the All Files data are write file data district in the target disk data field.
In step S207, according to the address that writes of catalogue data and file data, two file allocation table of updating file system.
Above-mentioned is one embodiment of the present of invention only, do not repeat them here, but not in order to restriction the present invention.
As a specific embodiment of the present invention, as illustrated in Figures 5 and 6, form a sharp contrast with above-mentioned Fig. 1 and Fig. 2 respectively:
In Fig. 1, do not carry out the data field of area dividing, to mix and depositing catalogue and sub-directory data and file data, depositing that it is concrete can be with reference to shown in Figure 2, and promptly catalogue data and file data storing have no rule, deposit at random;
In Fig. 5, pass through embodiment of the present invention, the data field of target disk is divided into catalogue data district and file data district, and the data qualification of data field will be original shown in Figure 1 stores catalogue data district and file data district after the division into, data have been carried out classified and stored, convenient management, it specifically can be with reference to synoptic diagram shown in Figure 6, file data and catalogue data separate storage are convenient to management.
Fig. 7 shows the structured flowchart of the management system of the file system data that the embodiment of the invention provides, for convenience of explanation, only provided the part relevant with the embodiment of the invention among the figure, the management system of this document system data can be built in the software unit or the hardware cell of hardware devices such as storer.
Sector sum computing module 11 recursively enumerate source folders calculate the catalogue of All Files folder and file and the sector sum that the sub-directory data need; The sector sum that the catalogue data needs of All Files folder that module 12 calculates according to described sector sum computing module 11 and file are divided in the data field is divided into catalogue data district and file data district with the data field of target disk; Sector start offset address information acquisition module 13 obtains the sector start offset address information in file data district; According to the division that 12 pairs of data fields of module are divided in described data field, writing module 14 writes catalogue data district in the target disk data field with all catalogues and sub-directory data, and the All Files data are write file data district in the target disk data field; Update module 15 is according to the address that writes of catalogue data and file data, two file allocation table of updating file system.
As one embodiment of the present of invention, file data sector sum computing module 16 calculates the sector sum that the All Files data need; The sector sum that the All Files data that comparing module 17 calculates described file data sector sum computing module need compares with the sector sum in file data district, judge the All Files data need the sector sum whether greater than the sector sum in file data district; If the sector sum that the All Files data need is greater than the sector sum in file data district, reminding module 18 sends warning message, and prompting source folder capacity is excessive, and the target disk capacity is stored source file inadequately; If the sector sum that the All Files data need is less than or equal to the sector sum in file data district, then carry out said write module 14 all catalogues and sub-directory data are write catalogue data district in the target disk data field, the All Files data are write the step in the file data district in the target disk data field.
Wherein, the concrete enforcement of above-mentioned each module as described in above-mentioned method embodiment, does not repeat them here, but not in order to restriction the present invention.
In embodiments of the present invention, the recursively enumerate source folder calculates the catalogue of All Files folder and file and the sector sum that the sub-directory data need; According to the sector sum of the catalogue data needs of All Files folder and file the data field of target disk is divided into catalogue data district and file data district, and obtains the sector start offset address information in file data district; All catalogues and sub-directory data are write catalogue data district in the target disk data field, the All Files data are write file data district in the target disk data field; According to the address that writes of catalogue data and file data, two file allocation table of updating file system, thus realize file data and catalogue data separate storage, effectively simplify and handle calculation procedure.
The above only is preferred embodiment of the present invention, not in order to restriction the present invention, all any modifications of being done within the spirit and principles in the present invention, is equal to and replaces and improvement etc., all should be included within protection scope of the present invention.

Claims (8)

1. the management method of a file system data is characterized in that, described method comprises the steps:
The recursively enumerate source folder calculates the catalogue of All Files folder and file and the sector sum that the sub-directory data need;
According to the sector sum of the catalogue data needs of All Files folder and file the data field of target disk is divided into catalogue data district and file data district, and obtains the sector start offset address information in file data district;
All catalogues and sub-directory data are write catalogue data district in the target disk data field, the All Files data are write file data district in the target disk data field;
According to the address that writes of catalogue data and file data, two file allocation table of updating file system.
2. the method for claim 1, it is characterized in that, the sector sum of described catalogue data needs according to All Files folder and file is divided into catalogue data district and file data district with the data field of target disk, and obtain after the step of sector start offset address information in file data district, described all catalogues and sub-directory data are write catalogue data district in the target disk data field, the All Files data are write before the step in the file data district in the target disk data field, also comprise the steps:
Calculate the sector sum that the All Files data need, and the total sector sum with the file data district in sector that the All Files data need is compared;
If the sector sum that the All Files data need is less than or equal to the sector sum in file data district, then carry out described all catalogues and sub-directory data are write catalogue data district in the target disk data field, the All Files data are write the step in the file data district in the target disk data field;
If the sector sum that the All Files data need then sends warning message greater than the sector sum in file data district, prompting source folder capacity is excessive, and the target disk capacity is stored source file inadequately.
3. the method for claim 1 is characterized in that, the space in described catalogue data district is more than or equal to the sector sum of the catalogue data needs of All Files folder and file.
4. the method for claim 1 is characterized in that, it is continuous to write in the target disk data field data storage addresses in catalogue data district and file data district.
5. the management system of a file system data is characterized in that, described system comprises:
Sector sum computing module is used for the recursively enumerate source folder, calculates the catalogue of All Files folder and file and the sector sum that the sub-directory data need;
Module is divided in the data field, and the sector sum that is used for the catalogue data needs of the All Files folder that calculates according to described sector sum computing module and file is divided into catalogue data district and file data district with the data field of target disk;
Sector start offset address information acquisition module is used to obtain the sector start offset address information in file data district;
Writing module is used for dividing the division of module to the data field according to described data field, and all catalogues and sub-directory data are write catalogue data district in the target disk data field, and the All Files data are write file data district in the target disk data field; And
Update module is used for the address that writes according to catalogue data and file data, two file allocation table of updating file system.
6. system as claimed in claim 5 is characterized in that, described system also comprises:
Sum computing module in file data sector is used to calculate the sector sum of All Files data needs;
Comparing module, the sector sum that is used for All Files data needs that sum computing module in described file data sector is calculated compares with the sector sum in file data district, and whether the sector sum of judging All Files data needs is greater than the sector sum in file data district;
Reminding module is used for if the sector sum of All Files data needs greater than the sector sum in file data district, then sends warning message, and prompting source folder capacity is excessive, and the target disk capacity is stored source file inadequately;
If the sector sum that the All Files data need is less than or equal to the sector sum in file data district, then carry out the said write module all catalogues and sub-directory data are write catalogue data district in the target disk data field, the All Files data are write the step in the file data district in the target disk data field.
7. system as claimed in claim 5 is characterized in that, the space in described catalogue data district is more than or equal to the sector sum of the catalogue data needs of All Files folder and file.
8. system as claimed in claim 5 is characterized in that, it is continuous to write in the target disk data field data storage addresses in catalogue data district and file data district.
CN 201110181032 2011-06-30 2011-06-30 File system data management method and system Active CN102253985B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 201110181032 CN102253985B (en) 2011-06-30 2011-06-30 File system data management method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 201110181032 CN102253985B (en) 2011-06-30 2011-06-30 File system data management method and system

Publications (2)

Publication Number Publication Date
CN102253985A true CN102253985A (en) 2011-11-23
CN102253985B CN102253985B (en) 2013-05-08

Family

ID=44981249

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 201110181032 Active CN102253985B (en) 2011-06-30 2011-06-30 File system data management method and system

Country Status (1)

Country Link
CN (1) CN102253985B (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103345477A (en) * 2013-06-18 2013-10-09 任沙浦 Data storage method for monitoring device
CN103377220A (en) * 2012-04-23 2013-10-30 安凯(广州)微电子技术有限公司 Storage method and system for file systems
CN104657471A (en) * 2015-02-13 2015-05-27 厦门雅迅网络股份有限公司 Predistribution file establishing method and system of FAT (file allocation table) file system
CN104794062A (en) * 2015-04-15 2015-07-22 四川神琥科技有限公司 Method for reading magnetic disk
CN103377220B (en) * 2012-04-23 2016-11-30 安凯(广州)微电子技术有限公司 A kind of storage method and system of file system
CN107644056A (en) * 2017-08-04 2018-01-30 武汉烽火众智数字技术有限责任公司 A kind of file memory method, apparatus and system
CN111090396A (en) * 2019-12-10 2020-05-01 联想(北京)有限公司 File processing method and device and electronic equipment
CN112328678A (en) * 2020-09-29 2021-02-05 深圳开源互联网安全技术有限公司 Document data processing method and device, electronic equipment and storage medium
CN117112304A (en) * 2023-08-31 2023-11-24 成都傲梅科技有限公司 Disk cloning method and system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0254326A (en) * 1988-08-19 1990-02-23 Victor Co Of Japan Ltd Control system for disk data
CN1365464A (en) * 1999-07-28 2002-08-21 夏普公司 Disc medium managing method
CN1485842A (en) * 2002-09-29 2004-03-31 上海乐金广电电子有限公司 Recording and access method of Digital document
CN1947100A (en) * 2004-04-20 2007-04-11 松下电器产业株式会社 Nonvolatile memory system, nonvolatile memory device, memory controller, access device, and method for controlling nonvolatile memory device
JP2009266026A (en) * 2008-04-25 2009-11-12 Sharp Corp Data processor, storage device and computer program

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0254326A (en) * 1988-08-19 1990-02-23 Victor Co Of Japan Ltd Control system for disk data
CN1365464A (en) * 1999-07-28 2002-08-21 夏普公司 Disc medium managing method
CN1485842A (en) * 2002-09-29 2004-03-31 上海乐金广电电子有限公司 Recording and access method of Digital document
CN1947100A (en) * 2004-04-20 2007-04-11 松下电器产业株式会社 Nonvolatile memory system, nonvolatile memory device, memory controller, access device, and method for controlling nonvolatile memory device
JP2009266026A (en) * 2008-04-25 2009-11-12 Sharp Corp Data processor, storage device and computer program

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103377220A (en) * 2012-04-23 2013-10-30 安凯(广州)微电子技术有限公司 Storage method and system for file systems
CN103377220B (en) * 2012-04-23 2016-11-30 安凯(广州)微电子技术有限公司 A kind of storage method and system of file system
CN103345477A (en) * 2013-06-18 2013-10-09 任沙浦 Data storage method for monitoring device
CN104657471A (en) * 2015-02-13 2015-05-27 厦门雅迅网络股份有限公司 Predistribution file establishing method and system of FAT (file allocation table) file system
CN104657471B (en) * 2015-02-13 2020-05-12 厦门雅迅网络股份有限公司 Method and system for establishing pre-allocated file of FAT file system
CN104794062A (en) * 2015-04-15 2015-07-22 四川神琥科技有限公司 Method for reading magnetic disk
CN107644056A (en) * 2017-08-04 2018-01-30 武汉烽火众智数字技术有限责任公司 A kind of file memory method, apparatus and system
CN111090396A (en) * 2019-12-10 2020-05-01 联想(北京)有限公司 File processing method and device and electronic equipment
CN112328678A (en) * 2020-09-29 2021-02-05 深圳开源互联网安全技术有限公司 Document data processing method and device, electronic equipment and storage medium
CN117112304A (en) * 2023-08-31 2023-11-24 成都傲梅科技有限公司 Disk cloning method and system
CN117112304B (en) * 2023-08-31 2024-02-20 成都傲梅科技有限公司 Disk cloning method and system

Also Published As

Publication number Publication date
CN102253985B (en) 2013-05-08

Similar Documents

Publication Publication Date Title
CN102253985B (en) File system data management method and system
CN103064639B (en) Date storage method and device
US9367551B2 (en) File system accessing an object store
US11249664B2 (en) File system metadata decoding for optimizing flash translation layer operations
US8433677B2 (en) Extending cluster allocations in an extensible file system
CN108021513B (en) Data storage method and device
JP2012531675A5 (en)
CN103646063B (en) A kind of spaceborne high speed document management system
CN105787093B (en) A kind of construction method of the log file system based on LSM-Tree structure
CN104298681B (en) A kind of date storage method and device
CN103020174A (en) Similarity analysis method, device and system
CN103838853B (en) Mixed file system based on different storage media
CN101488153A (en) Method for implementing high-capacity flash memory file system in embedded type Linux
CN105468642A (en) Data storage method and apparatus
CN101571869B (en) File memory and read method of smart card and device thereof
US10922276B2 (en) Online file system check
CN102999429A (en) Faster tree flattening for a system having non-volatile memory
CN109804359A (en) For the system and method by write back data to storage equipment
CN104462389A (en) Method for implementing distributed file systems on basis of hierarchical storage
CN104536903A (en) Mixed storage method and system for conducting classified storage according to data attributes
CN102541969B (en) File protection method and system based on file allocation table (FAT) file system, and memory
CN101441596B (en) Method for improving flash memory medium read-write speed
CN106709014A (en) File system conversion method and apparatus
CN105279166A (en) File management method and system
CN108804571B (en) Data storage method, device and equipment

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C53 Correction of patent for invention or patent application
CB03 Change of inventor or designer information

Inventor after: Dou Wei

Inventor after: Tan Kangqiang

Inventor after: Pang Weiwen

Inventor before: Dou Wei

COR Change of bibliographic data

Free format text: CORRECT: INVENTOR; FROM: DOU WEI TO: DOU WEI TAN KANGQIANG PANG WEIWEN

C14 Grant of patent or utility model
GR01 Patent grant
CP03 Change of name, title or address

Address after: 518057 A, B, C, D, E, F1, 8 Building, Financial Services Technology Innovation Base, No. 8 Kefa Road, Nanshan District, Shenzhen City, Guangdong Province

Patentee after: Shenzhen jiangbolong electronic Limited by Share Ltd

Address before: 518000 A, B, C, D, E, F1, 8 Building, Financial Services Technology Innovation Base, No. 8 Kefa Road, Nanshan District, Shenzhen City, Guangdong Province

Patentee before: Shenzhen jiangbolong Electronic Co., Ltd.

CP03 Change of name, title or address