CN108647278B - File management method and system - Google Patents

File management method and system Download PDF

Info

Publication number
CN108647278B
CN108647278B CN201810415462.8A CN201810415462A CN108647278B CN 108647278 B CN108647278 B CN 108647278B CN 201810415462 A CN201810415462 A CN 201810415462A CN 108647278 B CN108647278 B CN 108647278B
Authority
CN
China
Prior art keywords
file
address
area
date information
storage unit
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.)
Active
Application number
CN201810415462.8A
Other languages
Chinese (zh)
Other versions
CN108647278A (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.)
North University of China
Original Assignee
North University of China
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 North University of China filed Critical North University of China
Priority to CN201810415462.8A priority Critical patent/CN108647278B/en
Publication of CN108647278A publication Critical patent/CN108647278A/en
Application granted granted Critical
Publication of CN108647278B publication Critical patent/CN108647278B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Techniques For Improving Reliability Of Storages (AREA)

Abstract

The invention discloses a file management method and a system, wherein the system comprises the following steps: the system comprises an upper computer, an FPGA, a time service module and a data storage module, wherein the data storage module comprises a ROM storage unit and a FLASH storage unit; the storage unit of the ROM is divided into a configuration area and an address area, the FLASH storage unit is divided into a data area and an idle area, the configuration area is used for storing configuration information of a data storage module, and the address area is used for storing a starting block address of a user file and the number of blocks occupied by the user file; the data area is used for storing user files; the free area is used for storing date information; and the time service module is used for providing date information for the FPGA. According to the invention, the file date information is obtained to obtain the file date information list, the initial block address stored by the user file is read in the file date information list, and the storage position of the required user file can be determined according to the initial block address corresponding to the date information and the number of blocks occupied by the user file, so that the visual selective reading of the user data by the upper computer is realized.

Description

File management method and system
Technical Field
The present invention relates to the field of file management technologies, and in particular, to a file management method and system.
Background
With the rapid development of modern science and technology, the storage and reading of large-capacity data have been widely applied in many fields such as aerospace, survey, medical treatment and the like. In practical environments, people always want to better study the relation between data through a large amount of data, or find problems in time through comparison of data so as to avoid possible problems, and further provide direct experience in future design practice. Therefore, the research of mass storage has never been completed.
In scientific research and industrial production, more and more dynamic information needs to be processed, and more data needs to be researched, and accordingly, higher requirements are put on the storage capacity and storage speed of a memory, and the reading speed and reading mode of the memory. In this case, a document processing system having a direct relationship with the reading speed is of particular importance.
In the application field of data collection and storage, file systems are roughly divided into file management systems based on operating systems and file management systems without operating systems according to the resource environment of the systems. The file management system without the operating system is suitable for storage equipment with relatively simple functions and strong specificity. The file management has strong flexibility, and the functions of the file management can be modified correspondingly according to different application environments, so that the aim of realizing the optimal performance with the minimum cost is fulfilled.
Today, file management methods for memory are changing day by day. Generally speaking, however, most of the existing file management methods reserve a plurality of blocks in the NAND FLASH data area, and use these blocks to store index information of files, where the index information generally includes specific information of some user files, such as total number of files, size of files, update time of files, and first and last addresses of file storage, and timely updates these information. And finally, reading the index information list through the upper computer to realize visual reading of the user data. However, in the file management method, a certain amount of memory needs to be additionally provided to store the index information, and the file in the index area needs to be updated every time data is stored, so that the updating manner is complicated, the program design is complicated, and moreover, the operations of erasing, writing and the like are frequently performed on the block reserved for storing the file information, so that the loss of the block storage space of the part cannot be well balanced.
Disclosure of Invention
In view of the shortcomings of the prior art, an object of the present invention is to provide a simple and effective file management method capable of effectively managing large-capacity data.
A method of file management, the method comprising:
the method comprises the steps that an FPGA receives a writing date information request sent by an upper computer, obtains the initial block address of the storage from an address area of a ROM storage unit according to the writing date information request, obtains date information from a time service module, and writes the obtained date information into an idle area of a FLASH storage unit;
the FPGA receives a user file writing request sent by an upper computer, acquires the initial block address of the storage from the address area of the ROM storage unit according to the user file writing request, and writes user files into the data area of the FLASH storage unit in sequence according to the acquired initial block address;
the FPGA receives a file reading date information request sent by an upper computer, and reads file date information from an idle area of a FLASH storage unit according to the file reading date information request;
the upper computer analyzes and arranges the read file date information to obtain a file date information list;
and the upper computer finds the date information and the initial block address of the required user file from the file information list and reads the user file from the data area of the FLASH storage unit according to the date information and the initial block address of the found user file.
As a further improvement of the invention, before receiving a file writing date information request sent by an upper computer for the first time, the FPGA writes the first address information of the FLASH memory cell into the address area of the ROM memory cell;
after writing the user file into the data area of the FLASH storage unit in sequence at the Nth time (N is an integer greater than or equal to 1), the FPGA updates the address of the address area of the ROM storage unit to the initial block address of the (N + 1) th time data storage.
As a further improvement of the present invention, the method further comprises: and writing the configuration information of the ROM storage unit and the FLASH storage unit into a configuration area of the ROM storage unit.
As a further improvement of the invention, the configuration information at least comprises the capacities of the ROM storage unit and the FLASH storage unit, the capacity of the configuration area, the initial address of the configuration area, the capacity of the address area, the initial address of the address area, the capacity of the data area, the initial address of the data area, the number of bytes of a complete frame structure, a frame structure table and a sampling control rate.
As a further improvement of the present invention, writing the user file data into the data area of the FLASH memory unit in sequence according to the obtained starting block address specifically includes:
when writing a block, judging whether the storage space of the next block is empty, if so, erasing the data of the next block, and writing the user file into the data area of the FLASH storage unit in sequence, otherwise, directly writing the user file data into the data area of the FLASH storage unit in sequence.
As a further improvement of the invention, when a recording stopping command or sudden power failure sent by an upper computer is received, the power supply module provides electric energy to completely write the user files cached in the data area of the FLASH storage unit and update the address information in the address area of the ROM storage unit, wherein the address information comprises the initial block address and the number of blocks occupied by the user files.
As a further improvement of the present invention, the reading the user file from the data area of the FLASH memory unit according to the date information and the start block address of the found user file specifically includes: when a block is read, judging whether the block is the last block, if so, stopping reading after the block is read; otherwise, after reading the block, continuing to read the next block.
It is a second object of the present invention to provide a file management system which is simple and effective and can efficiently manage large-capacity data.
A file management system, the system comprising: the method comprises the following steps: the system comprises an upper computer, an FPGA, a time service module and a data storage module, wherein the data storage module comprises a ROM storage unit and a FLASH storage unit;
the storage unit of the ROM is divided into a configuration area and an address area, the FLASH storage unit is divided into a data area and an idle area, the configuration area is used for storing configuration information of the data storage module, and the address area is used for storing a starting block address of a user file and the number of blocks occupied by the user file; the data area is used for storing user files; the free area is used for storing date information;
the upper computer is used for sending a date writing information request to the FPGA;
the FPGA is used for receiving the writing date information request, acquiring the initial block address of the current storage from the address area according to the writing date information request, acquiring date information from the time service module, and writing the acquired date information into the corresponding page of the idle area;
the time service module is used for providing date information;
the upper computer is also used for sending a user file writing request to the FPGA;
the FPGA is also used for receiving a user file writing request, acquiring the initial block address of the storage from the address area according to the user file writing request, and writing user files into the data area in sequence according to the acquired initial block address;
the upper computer is also used for sending a file reading date information request to the FPGA;
the FPGA is also used for receiving the file reading date information request and reading date information from the idle area according to the file reading date information request;
the upper computer is also used for analyzing and sorting the read date information to obtain a file date information list;
the upper computer is also used for finding the date information and the starting block address of the required user file from the file date information list and reading the user file from the data area according to the date information and the starting block address of the found user file.
As a further improvement of the present invention, the FPGA is further configured to:
before a file writing date information request sent by an upper computer is received for the first time, writing the first address information of the FLASH storage unit into an address area of the ROM storage unit;
after writing the user file into the data area of the FLASH memory unit in sequence the Nth time (N is an integer greater than or equal to 1), the address of the address area of the ROM memory unit is updated to the initial block address of the data storage of the (N + 1) th time.
As a further improvement of the present invention, the system further comprises: and the power supply module is used for providing electric energy to write the user files cached in the data area of the FLASH storage unit and update the address information in the address area of the ROM storage unit when a recording stopping command or sudden power failure sent by the upper computer is received.
The invention has the beneficial effects that:
the invention stores user files by using a FLASH data area, stores file date information by using a FLASH idle area, stores configuration information by using a ROM configuration area, stores the initial block address of the user files by using a ROM address area, obtains a user file information list by obtaining the file date information of the idle area, reads the initial block address stored by the user files in the file information list, and can determine the storage position of the required user files according to the initial address corresponding to the date information, thereby realizing the visual selective reading of the user data by an upper computer.
The foregoing description is only an overview of the technical solutions of the present invention, and in order to make the technical means of the present invention more clearly understood, the present invention may be implemented in accordance with the content of the description, and in order to make the above and other objects, features, and advantages of the present invention more clearly understood, the following preferred embodiments are described in detail with reference to the accompanying drawings.
Drawings
FIG. 1 is a schematic diagram of a file management method in an embodiment of the invention;
fig. 2 is a schematic structural diagram of a FLASH memory unit in the embodiment of the present invention.
Detailed Description
The present invention is further described below in conjunction with the following figures and specific examples so that those skilled in the art may better understand the present invention and practice it, but the examples are not intended to limit the present invention.
As shown in fig. 1, in the embodiment of the present invention, the method includes the following steps:
step S110, the FPGA receives a writing date information request sent by an upper computer, acquires the initial block address of the current storage from the address area of the ROM storage unit according to the writing date information request, acquires date information from the time service module, and writes the acquired date information into the idle area of the FLASH storage unit;
wherein the date information is stored in each page of each block corresponding to the user data. Writing the obtained date address into the idle area as the idle area corresponding to the obtained initial block address; the time service module is a GPS time service module, the format of the date information is year, month, day, hour, minute and second milliseconds, 11 bits are occupied every year, 4 bits are occupied every month, 5 bits are occupied every day, 5 bits are occupied every hour, 6 bits are occupied every minute, 6 bits are occupied every second, 6 bits are occupied every millisecond, and 43 bits are occupied every page of the free area, namely, six bytes are occupied at most.
Preferably, before the step S110 is executed for the first time, the method further includes the following steps:
writing the configuration information of the ROM storage unit and the FLASH storage unit into a configuration area of the ROM storage unit;
specifically, the configuration information includes capacities of the ROM storage unit and the FLASH storage unit, a configuration area capacity, a configuration area start address, an address area capacity, an address area start address, a data area capacity, a data area start address, a number of bytes of a complete frame structure, a frame structure table, and the like.
Preferably, before the step S110 is executed for the first time, the method further includes the following steps:
and the FPGA writes the first address information of the FLASH storage unit into the address area of the ROM storage unit.
The acquired file information list contains the start block address of the user file storage, and the free area does not store the start address of the user file, so that the first address information of the data storage is required to be written back to the file list at the beginning.
Step S120, the FPGA receives a user file writing request sent by an upper computer, obtains the initial block address of the storage from the address area of the ROM storage unit according to the user file writing request, and writes user files into the data area of the FLASH storage unit according to the obtained initial block address in sequence;
preferably, after each user file writing, if the block storage space is not fully written, the next data storage after power failure is directly written from the next block.
After the user files are sequentially written into the data area of the FLASH storage unit for the Nth time (N is an integer which is more than or equal to 1), the address of the address area of the ROM storage unit is updated to the initial block address of the data storage for the (N + 1) th time by the FPGA.
The writing of the user file data into the data area of the FLASH memory unit in sequence according to the obtained starting block address specifically includes: when writing a block, judging whether the storage space of the next block is empty, if so, erasing the data of the next block, and writing the user file into the data area of the FLASH storage unit in sequence, otherwise, directly writing the user file data into the data area of the FLASH storage unit in sequence.
Step S130, the FPGA receives a file reading date information request sent by an upper computer, and reads file date information from an idle area of a FLASH storage unit according to the file reading date information request;
step S140, the upper computer analyzes and arranges the read file date information to obtain a file date information list;
the file date information list is composed of the starting time and the ending time of writing the user file, the first address of storing the data and the like.
And step S150, the upper computer finds the date information and the initial block address of the required user file from the file information list, and reads the user file from the data area of the FLASH storage unit according to the date information and the initial block address of the found user file.
Reading the user file from the data area of the FLASH storage unit according to the date information and the starting block address of the found user file, which specifically comprises the following steps: when a block is read, judging whether the block is the last block, if so, stopping reading after the block is read; otherwise, after reading the block, continuing to read the next block.
Preferably, the method further comprises the steps of:
when a recording stopping command or sudden power failure sent by the upper computer is received, the power supply module provides electric energy to completely write the user files cached in the data area of the FLASH storage unit and update the address information in the address area of the ROM storage unit. The address information includes a start block address.
Preferably, the FLASH memory unit is NAND FLASH mass storage.
The present invention also includes a file management system, comprising: the device comprises an upper computer, an FPGA, a time service module and a data storage module, wherein the data storage module comprises a ROM storage unit and a FLASH storage unit.
The ROM storage unit is divided into a configuration area and an address area, the configuration area is used for storing configuration information of the data storage module, and the address area is used for storing a starting block address of a user file and the number of blocks occupied by the user file;
as shown in fig. 2, the FLASH memory unit includes a plurality of blocks, each block includes a plurality of pages, each page includes a data area for storing user files and a free area for storing date information.
The upper computer is used for sending a date writing information request to the FPGA; the time service module is used for providing date information;
the FPGA is used for receiving the writing date information request, acquiring the initial block address of the current storage from the address area according to the writing date information request, acquiring date information from the time service module, and writing the acquired date information into the corresponding page of the idle area;
wherein the date information is stored in each page of each block corresponding to the user data. Writing the obtained date address into the idle area as the idle area corresponding to the obtained initial block address; the time service module is a GPS time service module, the format of the date information is year, month, day, hour, minute and second milliseconds, 11 bits are occupied every year, 4 bits are occupied every month, 5 bits are occupied every day, 5 bits are occupied every hour, 6 bits are occupied every minute, 6 bits are occupied every second, 6 bits are occupied every millisecond, and 43 bits are occupied every page of the free area, namely, six bytes are occupied at most.
The upper computer is also used for sending a user file writing request to the FPGA;
the FPGA is also used for receiving a user file writing request, acquiring the initial block address of the storage from the address area according to the user file writing request, and writing the user files into the data area according to the acquired initial block address in sequence;
the writing of the user file data into the data area in sequence according to the obtained starting block address specifically includes: when writing a block, judging whether the storage space of the next block is empty, if so, erasing the data of the next block, and writing the user file into the data area of the FLASH storage unit in sequence, otherwise, directly writing the user file data into the data area of the FLASH storage unit in sequence.
Preferably, after each user file writing, if the block storage space is not fully written, the next data storage after power failure is directly written from the next block.
The upper computer is also used for sending a file reading date information request to the FPGA;
the FPGA is also used for receiving the file reading date information request and reading date information from the idle area according to the file reading date information request;
the upper computer is also used for analyzing and sorting the read date information to obtain a file date information list;
the file date information list is composed of the starting time and the ending time of writing the user file, the first address of storing the data and the like.
The upper computer is also used for finding the date information and the starting block address of the required user file from the file date information list and reading the user file from the data area according to the date information and the starting block address of the found user file.
Reading the user file from the data area of the FLASH storage unit according to the date information and the starting block address of the found user file, which specifically comprises the following steps: when a block is read, judging whether the block is the last block, if so, stopping reading after the block is read; otherwise, after reading the block, continuing to read the next block.
Preferably, the FPGA is further configured to:
before a write date information request sent by an upper computer is received for the first time, the first address information of the FLASH storage unit is written into an address area of the ROM storage unit.
The acquired file information list contains the start block address of the user file storage, and the free area does not store the start address of the user file, so that the first address information of the data storage is required to be written back to the file list at the beginning.
After writing the user file into the data area of the FLASH storage unit in sequence at the Nth time (N is an integer greater than or equal to 1), the FPGA updates the address of the address area of the ROM storage unit to the initial block address of the (N + 1) th time data storage.
Preferably, the system further comprises a power module, wherein the power module is used for providing electric energy to complete writing of the user file cached in the data area of the FLASH memory unit and update the address information in the address area of the ROM memory unit when a recording stopping command or sudden power failure sent by the upper computer is received.
Preferably, the FLASH memory unit is NAND FLASH mass storage.
The invention has the beneficial effects that:
the invention stores user files by using a FLASH data area, stores file date information by using a FLASH idle area, stores configuration information by using a ROM configuration area, stores the initial block address of the user files by using a ROM address area, obtains a user file information list by obtaining the file date information of the idle area, reads the initial block address stored by the user files in the file information list, and can determine the storage position of the required user files according to the initial address corresponding to the date information and the number of blocks occupied by the user files, thereby realizing the visual selective reading of the user data by an upper computer.
The above embodiments are merely preferred embodiments for fully illustrating the present invention, and the scope of the present invention is not limited thereto. The equivalent substitution or change made by the technical personnel in the technical field on the basis of the invention is all within the protection scope of the invention. The protection scope of the invention is subject to the claims.

Claims (8)

1. A file management method, comprising:
the method comprises the steps that an FPGA receives a writing date information request sent by an upper computer, obtains the initial block address of the storage from an address area of a ROM storage unit according to the writing date information request, obtains date information from a time service module, and writes the obtained date information into an idle area of a FLASH storage unit;
the FPGA receives a user file writing request sent by an upper computer, acquires the initial block address of the storage from the address area of the ROM storage unit according to the user file writing request, and writes user files into the data area of the FLASH storage unit in sequence according to the acquired initial block address;
the FPGA receives a file reading date information request sent by an upper computer, and reads file date information from an idle area of a FLASH storage unit according to the file reading date information request;
the upper computer analyzes and arranges the read file date information to obtain a file date information list;
the upper computer finds the date information and the initial block address of the required user file from the file date information list, and reads the user file from the data area of the FLASH storage unit according to the date information and the initial block address of the found user file;
further comprising: before a file writing date information request sent by an upper computer is received for the first time, the FPGA writes the first address information of the FLASH storage unit into an address area of the ROM storage unit;
and after the Nth time of writing the user files into the data area of the FLASH storage unit in sequence, wherein N is an integer greater than or equal to 1, the FPGA updates the address of the address area of the ROM storage unit to the initial block address of the (N + 1) th time of data storage.
2. The file management method according to claim 1, further comprising: and writing the configuration information of the ROM storage unit and the FLASH storage unit into a configuration area of the ROM storage unit.
3. The file management method according to claim 2, wherein said configuration information includes at least capacities of a ROM storage unit and a FLASH storage unit, a configuration area capacity, a configuration area start address, an address area capacity, an address area start address, a data area capacity, a data area start address, a number of bytes of a complete frame structure, a frame structure table, and a sampling control rate.
4. The file management method according to claim 1, wherein writing the user file data into the data area of the FLASH memory unit in sequence according to the obtained start block address specifically comprises:
when writing a block, judging whether the storage space of the next block is empty, if so, directly writing the user file data into the data area of the FLASH storage unit in sequence, otherwise, after erasing the data of the next block, writing the user file into the data area of the FLASH storage unit in sequence.
5. The file management method according to claim 1, further comprising: when a recording stopping command or sudden power failure sent by an upper computer is received, the power supply module provides electric energy to completely write the user files cached in the data area of the FLASH storage unit and update the address information in the address area of the ROM storage unit, wherein the address information comprises the initial block address and the number of blocks occupied by the user files.
6. The file management method according to claim 1, wherein reading the user file from the data area of the FLASH memory unit according to the date information and the start block address of the found user file specifically comprises: when a block is read, judging whether the block is the last block, if so, stopping reading after the block is read; otherwise, after reading the block, continuing to read the next block.
7. A file management system, comprising: the system comprises an upper computer, an FPGA, a time service module and a data storage module, wherein the data storage module comprises a ROM storage unit and a FLASH storage unit;
the storage unit of the ROM is divided into a configuration area and an address area, the FLASH storage unit is divided into a data area and an idle area, the configuration area is used for storing configuration information of the data storage module, and the address area is used for storing a starting block address of a user file and the number of blocks occupied by the user file; the data area is used for storing user files; the free area is used for storing date information;
the upper computer is used for sending a date writing information request to the FPGA;
the FPGA is used for receiving the writing date information request, acquiring the initial block address of the current storage from the address area according to the writing date information request, acquiring date information from the time service module, and writing the acquired date information into the corresponding page of the idle area;
the time service module is used for providing date information for the FPGA;
the upper computer is also used for sending a user file writing request to the FPGA;
the FPGA is also used for receiving a user file writing request, acquiring the initial block address of the storage from the address area according to the user file writing request, and writing user files into the data area in sequence according to the acquired initial block address;
the upper computer is also used for sending a file reading date information request to the FPGA;
the FPGA is also used for receiving the file reading date information request and reading date information from the idle area according to the file reading date information request;
the upper computer is also used for analyzing and sorting the read date information to obtain a file date information list;
the upper computer is also used for finding date information and a starting block address of a required user file from the file date information list and reading the user file from the data area according to the date information and the starting block address of the found user file;
the FPGA is further configured to:
before a file writing date information request sent by an upper computer is received for the first time, writing the first address information of the FLASH storage unit into an address area of the ROM storage unit;
and after the Nth time of writing the user files into the data area of the FLASH storage unit in sequence, wherein N is an integer larger than or equal to 1, updating the address of the address area of the ROM storage unit to the initial block address of the (N + 1) th time of data storage.
8. The file management system of claim 7, further comprising: and the power supply module is used for providing electric energy to write the user files cached in the data area of the FLASH storage unit and update the address information in the address area of the ROM storage unit when a recording stopping command or sudden power failure sent by the upper computer is received.
CN201810415462.8A 2018-05-03 2018-05-03 File management method and system Active CN108647278B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810415462.8A CN108647278B (en) 2018-05-03 2018-05-03 File management method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810415462.8A CN108647278B (en) 2018-05-03 2018-05-03 File management method and system

Publications (2)

Publication Number Publication Date
CN108647278A CN108647278A (en) 2018-10-12
CN108647278B true CN108647278B (en) 2021-07-02

Family

ID=63748756

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810415462.8A Active CN108647278B (en) 2018-05-03 2018-05-03 File management method and system

Country Status (1)

Country Link
CN (1) CN108647278B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111159114A (en) * 2019-12-30 2020-05-15 中国科学院寒区旱区环境与工程研究所 File storage method and device and server
CN111061683B (en) * 2019-12-30 2023-03-21 成都定为电子技术有限公司 Method and device for storing and operating data stream at high speed
CN113342272B (en) * 2021-06-07 2023-02-10 深圳数联天下智能科技有限公司 Sitting posture data storage method, sitting posture data display method, intelligent cushion and system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1632765A (en) * 2004-12-31 2005-06-29 大唐微电子技术有限公司 A flash memory file system management method
WO2008026466A1 (en) * 2006-08-31 2008-03-06 Sharp Kabushiki Kaisha File system
CN101644996A (en) * 2009-09-25 2010-02-10 杭州华三通信技术有限公司 Storage method of index data and storage control device
CN107239526A (en) * 2017-05-27 2017-10-10 河南思维轨道交通技术研究院有限公司 File system implementation method, scrap cleaning method, operating position localization method
CN107391030A (en) * 2017-06-26 2017-11-24 广州日滨科技发展有限公司 Date storage method, device, computer-readable recording medium and computer equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1632765A (en) * 2004-12-31 2005-06-29 大唐微电子技术有限公司 A flash memory file system management method
WO2008026466A1 (en) * 2006-08-31 2008-03-06 Sharp Kabushiki Kaisha File system
CN101644996A (en) * 2009-09-25 2010-02-10 杭州华三通信技术有限公司 Storage method of index data and storage control device
CN107239526A (en) * 2017-05-27 2017-10-10 河南思维轨道交通技术研究院有限公司 File system implementation method, scrap cleaning method, operating position localization method
CN107391030A (en) * 2017-06-26 2017-11-24 广州日滨科技发展有限公司 Date storage method, device, computer-readable recording medium and computer equipment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于FPGA的高速大容量FLASH存储;麻海霞 等;《微计算机信息》;20080915;144,145,151 *

Also Published As

Publication number Publication date
CN108647278A (en) 2018-10-12

Similar Documents

Publication Publication Date Title
CN108664577B (en) File management method and system based on FLASH idle area
CN102508784B (en) Data storage method of flash memory card in video monitoring equipment, and system thereof
US20080195833A1 (en) Systems, methods and computer program products for operating a data processing system in which a file system's unit of memory allocation is coordinated with a storage system's read/write operation unit
KR101157171B1 (en) A storage system for a smart card and a method of managing file creation in the storage system
US9189389B2 (en) Memory controller and memory system
CN103294710B (en) A kind of data access method and device
CN108647278B (en) File management method and system
CN107220348B (en) Data collection method based on Flume and Alluxio
CN101162441B (en) Access apparatus and method for data
CN101916290B (en) Managing method of internal memory database and device
US9569381B2 (en) Scheduler for memory
CN101627372A (en) Selectively utilizing a plurality of disparate solid state storage locations
US20140281227A1 (en) Provisioning in heterogenic volume of multiple tiers
US20140279966A1 (en) Volume having tiers of different storage traits
CN102169460A (en) Method and device for managing variable length data
CN105094691A (en) Data manipulation methods and system, and devices
CN111796759A (en) Computer readable storage medium and method for fragment data reading on multiple planes
CN110750372A (en) Log system based on shared memory and log management method
CN109189724B (en) Method and device for improving audio and video data storage efficiency of video monitoring system
CN109508317B (en) High-capacity data and service management system
CN108829345B (en) Data processing method of log file and terminal equipment
CN112596949B (en) High-efficiency SSD (solid State disk) deleted data recovery method and system
CN108664578B (en) File circulating storage method and system
CN101783814A (en) Metadata storing method for mass storage system
CN115934002B (en) Solid state disk access method, solid state disk, storage system and cloud server

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant