CN112579004A - Method, system, computer equipment and storage medium for quickly deleting flash data - Google Patents

Method, system, computer equipment and storage medium for quickly deleting flash data Download PDF

Info

Publication number
CN112579004A
CN112579004A CN202011513530.8A CN202011513530A CN112579004A CN 112579004 A CN112579004 A CN 112579004A CN 202011513530 A CN202011513530 A CN 202011513530A CN 112579004 A CN112579004 A CN 112579004A
Authority
CN
China
Prior art keywords
data
size
standard
flag value
valid flag
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
CN202011513530.8A
Other languages
Chinese (zh)
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.)
Hangzhou Aixin Intelligent Technology Co ltd
Original Assignee
Hangzhou Aixin Intelligent Technology 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 Hangzhou Aixin Intelligent Technology Co ltd filed Critical Hangzhou Aixin Intelligent Technology Co ltd
Priority to CN202011513530.8A priority Critical patent/CN112579004A/en
Publication of CN112579004A publication Critical patent/CN112579004A/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/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
    • G06F3/0652Erasing, e.g. deleting, data cleaning, moving of data to a wastebasket
    • 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/0614Improving the reliability of storage systems
    • G06F3/0616Improving the reliability of storage systems in relation to life time, e.g. increasing Mean Time Between Failures [MTBF]
    • 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/0673Single storage device
    • G06F3/0679Non-volatile semiconductor memory device, e.g. flash memory, one time programmable memory [OTP]

Abstract

The application relates to a method and a device for quickly deleting flash data, computer equipment and a storage medium. The method comprises the following steps: setting a valid flag value of the data; storing the data in combination with its valid flag value into one or more consecutive standard sectors according to the data size and the standard sector size; if the group of data needs to be erased, the state of the valid flag value is directly modified into invalid data. According to the technical scheme, when the group of data needs to be erased, the effective mark representing the validity of the group of data is directly rewritten, the group of data does not need to be actually erased, time loss in operation is low, operation efficiency is improved, the problem of flash damage is avoided, and the service life of flash is prolonged.

Description

Method, system, computer equipment and storage medium for quickly deleting flash data
Technical Field
The present application relates to the field of data storage technologies, and in particular, to a method, a system, a computer device, and a storage medium for quickly deleting flash data.
Background
Nowadays, we have already stepped into the era of the rapid development of computer information technology,
flash chips in this time are increasingly used in a variety of computer systems of different sizes. Although the used flash chips have inconsistent storage capacity, inconsistent models and inconsistent read-write life, the flash chips are used in large quantities to achieve the consistent purpose, namely, various data information can be safely stored.
In the inherent operation flow of the flash chip, when a user needs to delete certain data stored in the flash, the useful data needs to be read out first, then the sector where the useful data is located is erased, and finally the read data is written in. When writing is needed, the sector is still needed to be deleted, and the data needed to be stored is written again. The adoption of such a simple operation mode can cause frequent sector erasure, which results in considerable time resource consumption during the operation of erasing the whole sector, which seriously affects the response efficiency of the program and cannot bring good interactive experience to the user.
Disclosure of Invention
In view of the foregoing, it is desirable to provide a method, a system, a computer device and a storage medium for fast deleting flash data.
A method for quickly deleting flash data comprises the following steps:
setting a valid flag value of the data;
storing the data in combination with its valid flag value into one or more consecutive standard sectors according to the data size and the standard sector size;
if the group of data needs to be erased, the state of the valid flag value is directly modified into invalid data.
As an embodiment, the method further comprises the following steps:
if the group of data needs to be rewritten, erasing the data of one or more continuous standard sectors containing the group of data;
writing new data;
the valid flag value characterizing the new data is modified.
As an embodiment, the storing the data with its valid flag value into one or more consecutive standard sectors according to the data size and the standard sector size specifically includes the following steps:
calculating the number of occupied standard sectors of the data;
the data is stored in the corresponding standard sector in combination with its valid flag value.
As an implementation manner, the calculating the number of occupied standard sectors of the data specifically includes the following steps:
setting a standard sector size of 4096;
reading the size of the data store;
n1 represents the integer part of the size of the stored information divided by the size of one standard sector, N1 ═ actual data size + 2)/4096;
n2 represents the size of the stored information divided by a standard sector size, whether there is a fractional part, if N2 has a fractional part, then N2 is 1, otherwise N2 is 0, and N2 is ((actual data size + 2)% 40961: 0);
n is N1+ N2, where N is the number of standard sectors occupied by the data.
A system for fast deleting flash data, comprising:
a setting unit for setting a valid flag value of the data;
a storage unit for storing the data in combination with its valid flag value into one or more consecutive standard sectors according to the data size and the standard sector size;
and the correcting unit is used for directly modifying the state of the valid mark value of the data into invalid data when the group of data needs to be erased.
As an embodiment, further comprising:
the erasing unit is used for erasing the data of one or more continuous standard sectors containing the group of data when the group of data needs to be rewritten;
a write unit for writing new data;
a modification unit for modifying the valid flag value characterizing the new data.
A computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor implements the steps of a method of fast deleting flash data when executing the computer program.
A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the method of fast deleting flash data.
According to the method, the system, the computer equipment and the storage medium for quickly deleting the flash data, when the group of data needs to be erased, the effective mark representing the validity of the group of data is directly rewritten, the group of data does not need to be actually erased, time loss in operation is low, operation efficiency is improved, the problem of flash damage is solved, and the service life of the flash is prolonged.
When the group of data needs to be used, the valid tag value of the data is read first, whether the data is valid is judged, and then whether the group of data needs to be taken is determined.
When the group of data needs to be rewritten, the memory area corresponding to the data is erased only before the data is to be written.
Drawings
FIG. 1 is a diagram of an application environment for a method for fast deleting flash data in one embodiment;
FIG. 2 is a flowchart illustrating a method for fast deleting flash data in one embodiment;
FIG. 3 is a block diagram of a system for fast deleting flash data in one embodiment;
FIG. 4 is a diagram illustrating an internal structure of a computer device according to an embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application.
The method for quickly deleting flash data provided by the application can be applied to the application environment shown in fig. 1. Wherein the terminal 102 communicates with the server 104 via a network. The terminal 102 may be, but not limited to, various personal computers, notebook computers, smart phones, tablet computers, and the like, and the server 104 may be implemented by an independent server or a server cluster formed by a plurality of servers.
In one embodiment, as shown in FIG. 2, a method for fast deleting flash data is provided. The method is described as an example of the application to the terminal in fig. 1, and the method includes the following steps:
s100, setting a valid flag value of data; in the present embodiment, the valid flag value Fvalid is 0x55A a/0xAA55 (other specific values are also possible), where 0x55AA indicates that the data is valid and 0xAA55 indicates that the data is invalid.
S200, storing the data combined with the effective mark value into one or more continuous standard sectors according to the size of the data and the size of the standard sectors;
specifically, in step S200, one or more continuous standard sectors are allocated according to the data size and the standard sector size for storing the group of data, and the flow of calculating the number of standard sectors needed for storing data is as follows:
the size of a standard sector is set to be 4096 bytes, of course, other numbers of bytes can be set, and if the standard sector is of other sizes, adaptive modification can be carried out in the following calculation formula;
reading the size of the data store;
n1 represents the integer part of the size of the stored information divided by the size of a standard sector, N1 ═ actual data size +2)/4096, 4096 is the size of a standard sector;
n2 represents the size of the stored information divided by a standard sector size, whether there is a fractional part, if N2 has a fractional part, then N2 is 1, otherwise N2 is 0, and N2 is ((actual data size + 2)% 40961: 0);
n is N1+ N2, where N is the number of standard sectors occupied by the data.
After the number of the required standard sectors is obtained, the data is stored in the corresponding standard sectors in combination with the valid tag values of the data, and the data cannot be stored in a partitioned mode, so that when the size of the actual data exceeds the size of one standard sector, the actual data is stored in a plurality of continuous standard sectors to guarantee the continuity of the data.
In one embodiment, if the data size is 4098 bytes (generally, the number of bytes for which the valid flag value is set is 2, which is negligible, and only the number of standard sectors that need to be occupied is calculated according to the actual data size), then N1 is 1, N2 is 1, and N is 2, so the data needs to occupy two consecutive standard sectors to store the data.
S300, if the group of data needs to be erased, the state of the valid flag value is directly modified into invalid data.
After the valid flag value of the data is modified, the data state is an invalid state when the data is read next time, that is, the data is erased by default.
When the storage space is insufficient or the data is required to be stored in the standard sector area, the data in the standard sector area of the area is rewritten. The specific step S400 of rewriting data is as follows:
erasing data of one or more consecutive standard sectors containing the set of data;
writing new data;
the valid flag value characterizing the new data is modified.
In the erasing process, the number and the position of the standard sectors occupied by the data during storage can be directly read, or the number of the standard sectors occupied by the data can be obtained through a calculation mode (the same as the flow of calculating the number of the standard sectors required by the stored data), and the data stored in the sectors can be erased after corresponding information is obtained.
In one embodiment, as shown in fig. 3, a system for quickly deleting flash data includes a setting unit 1, a storage unit 2, and a modification unit 3, where the setting unit 1 is configured to set a valid flag value of data; the storage unit 2 is used for storing the data combined with the valid mark value thereof into one or more continuous standard sectors according to the data size and the standard sector size; the modification unit 3 is used for directly modifying the valid flag value of the group of data if the group of data needs to be erased.
In addition to the above units, the device also comprises an erasing unit 4, a writing unit 5 and a modifying unit 6, wherein the erasing unit is used for erasing the data of one or more continuous standard sectors containing the group of data if the group of data needs to be rewritten; the writing unit is used for writing new data; the modification unit is adapted to modify a valid flag value characterizing the new data.
For the specific limitations of the above system, reference may be made to the limitations of the method above, which are not described herein again. The various modules in the above-described apparatus may be implemented in whole or in part by software, hardware, and combinations thereof. The modules can be embedded in a hardware form or independent from a processor in the computer device, and can also be stored in a memory in the computer device in a software form, so that the processor can call and execute operations corresponding to the modules.
In one embodiment, a computer device is provided, which may be a server, the internal structure of which may be as shown in fig. 4. The computer device includes a processor, a memory, a network interface, and a database connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, a computer program, and a database. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. The database of the computer equipment is used for storing the data of the human face living body detection method based on the infrared image. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program is executed by a processor to realize a human face living body detection method based on infrared images.
Those skilled in the art will appreciate that the architecture shown in fig. 4 is merely a block diagram of some of the structures associated with the disclosed aspects and is not intended to limit the computing devices to which the disclosed aspects apply, as particular computing devices may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
In one embodiment, there is provided a computer device comprising a memory and a processor, the memory storing a computer program, the processor implementing the following steps when executing the computer program:
s100, setting a valid flag value of data; in the present embodiment, the valid flag value Fvalid is 0x55A a/0xAA55 (other specific values are also possible), where 0x55AA indicates that the data is valid and 0xAA55 indicates that the data is invalid.
S200, storing the data combined with the effective mark value into one or more continuous standard sectors according to the size of the data and the size of the standard sectors;
specifically, in step S200, one or more continuous standard sectors are allocated according to the data size and the standard sector size for storing the group of data, and the flow of calculating the number of standard sectors needed for storing data is as follows:
the size of a standard sector is set to be 4096 bytes, of course, other numbers of bytes can be set, and if the standard sector is of other sizes, adaptive modification can be carried out in the following calculation formula;
reading the size of the data store;
n1 represents the integer part of the size of the stored information divided by the size of a standard sector, N1 ═ actual data size +2)/4096, 4096 is the size of a standard sector;
n2 represents the size of the stored information divided by a standard sector size, whether there is a fractional part, if N2 has a fractional part, then N2 is 1, otherwise N2 is 0, and N2 is ((actual data size + 2)% 40961: 0);
n is N1+ N2, where N is the number of standard sectors occupied by the data.
After the number of the required standard sectors is obtained, the data is stored in the corresponding standard sectors in combination with the valid tag values of the data, and the data cannot be stored in a partitioned mode, so that when the size of the actual data exceeds the size of one standard sector, the actual data is stored in a plurality of continuous standard sectors to guarantee the continuity of the data.
In one embodiment, if the data size is 4098 bytes (generally, the number of bytes for which the valid flag value is set is 2, which is negligible, and only the number of standard sectors that need to be occupied is calculated according to the actual data size), then N1 is 1, N2 is 1, and N is 2, so the data needs to occupy two consecutive standard sectors to store the data.
S300, if the group of data needs to be erased, the state of the valid flag value is directly modified into invalid data.
After the valid flag value of the data is modified, the data state is an invalid state when the data is read next time, that is, the data is erased by default.
When the storage space is insufficient or the data is required to be stored in the standard sector area, the data in the standard sector area of the area is rewritten. The specific step S400 of rewriting data is as follows:
erasing data of one or more consecutive standard sectors containing the set of data;
writing new data;
the valid flag value characterizing the new data is modified.
In the erasing process, the number and the position of the standard sectors occupied by the data during storage can be directly read, or the number of the standard sectors occupied by the data can be obtained through a calculation mode (the same as the flow of calculating the number of the standard sectors required by the stored data), and the data stored in the sectors can be erased after corresponding information is obtained.
In one embodiment, a computer-readable storage medium is provided, having a computer program stored thereon, which when executed by a processor, performs the steps of:
s100, setting a valid flag value of data; in the present embodiment, the valid flag value Fvalid is 0x55A a/0xAA55 (other specific values are also possible), where 0x55AA indicates that the data is valid and 0xAA55 indicates that the data is invalid.
S200, storing the data combined with the effective mark value into one or more continuous standard sectors according to the size of the data and the size of the standard sectors;
specifically, in step S200, one or more continuous standard sectors are allocated according to the data size and the standard sector size for storing the group of data, and the flow of calculating the number of standard sectors needed for storing data is as follows:
the size of a standard sector is set to be 4096 bytes, of course, other numbers of bytes can be set, and if the standard sector is of other sizes, adaptive modification can be carried out in the following calculation formula;
reading the size of the data store;
n1 represents the integer part of the size of the stored information divided by the size of a standard sector, N1 ═ actual data size +2)/4096, 4096 is the size of a standard sector;
n2 represents the size of the stored information divided by a standard sector size, whether there is a fractional part, if N2 has a fractional part, then N2 is 1, otherwise N2 is 0, and N2 is ((actual data size + 2)% 40961: 0);
n is N1+ N2, where N is the number of standard sectors occupied by the data.
After the number of the required standard sectors is obtained, the data is stored in the corresponding standard sectors in combination with the valid tag values of the data, and the data cannot be stored in a partitioned mode, so that when the size of the actual data exceeds the size of one standard sector, the actual data is stored in a plurality of continuous standard sectors to guarantee the continuity of the data.
In one embodiment, if the data size is 4098 bytes (generally, the number of bytes for which the valid flag value is set is 2, which is negligible, and only the number of standard sectors that need to be occupied is calculated according to the actual data size), then N1 is 1, N2 is 1, and N is 2, so the data needs to occupy two consecutive standard sectors to store the data.
S300, if the group of data needs to be erased, the state of the valid flag value is directly modified into invalid data.
After the valid flag value of the data is modified, the data state is an invalid state when the data is read next time, that is, the data is erased by default.
When the storage space is insufficient or the data is required to be stored in the standard sector area, the data in the standard sector area of the area is rewritten. The specific step S400 of rewriting data is as follows:
erasing data of one or more consecutive standard sectors containing the set of data;
writing new data;
the valid flag value characterizing the new data is modified.
In the erasing process, the number and the position of the standard sectors occupied by the data during storage can be directly read, or the number of the standard sectors occupied by the data can be obtained through a calculation mode (the same as the flow of calculating the number of the standard sectors required by the stored data), and the data stored in the sectors can be erased after corresponding information is obtained.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by hardware instructions of a computer program, which can be stored in a non-volatile computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in the embodiments provided herein may include non-volatile and/or volatile memory, among others. Non-volatile memory can include read-only memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms, such as Static RAM (SRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), enhanced SD RAM (ESDRAM), synchronous Link (Synchlink)
Dram (sldram), Rambus (Rambus) direct ram (rdram), direct memory bus dynamic ram (drdram), and memory bus dynamic ram (rdram), among others.
The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the concept of the present application, which falls within the scope of protection of the present application. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (8)

1. A method for quickly deleting flash data is characterized by comprising the following steps:
setting a valid flag value of the data;
storing the data in combination with its valid flag value into one or more consecutive standard sectors according to the data size and the standard sector size;
if the group of data needs to be erased, the state of the valid flag value is directly modified into invalid data.
2. The method for rapidly deleting flash data according to claim 1, further comprising the steps of:
if the group of data needs to be rewritten, erasing the data of one or more continuous standard sectors containing the group of data;
writing new data;
the valid flag value characterizing the new data is modified.
3. The method for rapidly deleting flash data according to claim 1, wherein the data is stored in one or more continuous standard sectors according to the data size and the standard sector size in combination with the valid flag value thereof, and the method specifically comprises the following steps:
calculating the number of occupied standard sectors of the data;
the data is stored in the corresponding standard sector in combination with its valid flag value.
4. The method for rapidly deleting flash data according to claim 3, wherein the step of calculating the number of occupied standard sectors of the data specifically comprises the following steps:
setting a standard sector size of 4096;
reading the size of the data store;
n1 represents the integer part of the size of the stored information divided by the size of one standard sector, N1 ═ actual data size + 2)/4096;
n2 represents the size of the stored information divided by a standard sector size, whether there is a fractional part, if N2 has a fractional part, then N2 is 1, otherwise N2 is 0, and N2 is ((actual data size + 2)% 40961: 0);
n is N1+ N2, where N is the number of standard sectors occupied by the data.
5. A system for quickly deleting flash data, comprising:
a setting unit for setting a valid flag value of the data;
a storage unit for storing the data in combination with its valid flag value into one or more consecutive standard sectors according to the data size and the standard sector size;
and the correcting unit is used for directly modifying the state of the valid mark value of the data into invalid data when the group of data needs to be erased.
6. The system for rapidly deleting flash data according to claim 5, further comprising:
the erasing unit is used for erasing the data of one or more continuous standard sectors containing the group of data when the group of data needs to be rewritten;
a write unit for writing new data;
a modification unit for modifying the valid flag value characterizing the new data.
7. A computer device comprising a memory and a processor, the memory storing a computer program, wherein the processor implements the steps of the method of any one of claims 1 to 4 when executing the computer program.
8. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method of any one of claims 1 to 4.
CN202011513530.8A 2020-12-17 2020-12-17 Method, system, computer equipment and storage medium for quickly deleting flash data Pending CN112579004A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011513530.8A CN112579004A (en) 2020-12-17 2020-12-17 Method, system, computer equipment and storage medium for quickly deleting flash data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011513530.8A CN112579004A (en) 2020-12-17 2020-12-17 Method, system, computer equipment and storage medium for quickly deleting flash data

Publications (1)

Publication Number Publication Date
CN112579004A true CN112579004A (en) 2021-03-30

Family

ID=75136361

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011513530.8A Pending CN112579004A (en) 2020-12-17 2020-12-17 Method, system, computer equipment and storage medium for quickly deleting flash data

Country Status (1)

Country Link
CN (1) CN112579004A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116661696A (en) * 2023-06-05 2023-08-29 深圳市航顺芯片技术研发有限公司 Storage method based on flash memory and related device

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6154808A (en) * 1997-10-31 2000-11-28 Fujitsu Limited Method and apparatus for controlling data erase operations of a non-volatile memory device
CN101446921A (en) * 2008-12-23 2009-06-03 青岛海信宽带多媒体技术股份有限公司 Dynamic storage method of Flash memory
CN101692211A (en) * 2009-09-15 2010-04-07 苏州超锐微电子有限公司 Method for managing Flash data
CN202473263U (en) * 2012-03-16 2012-10-03 无锡华润矽科微电子有限公司 FLASH memorizer circuit supporting high erasing times
CN104978154A (en) * 2015-07-27 2015-10-14 武汉天喻信息产业股份有限公司 Cache operation-based flash rapid read-write method and system
CN105045537A (en) * 2015-08-04 2015-11-11 国网浙江兰溪市供电公司 Erasing and writing method for parameter data of ammeter, method for searching power line parameters in storage device of ammeter and ammeter
CN105740162A (en) * 2015-12-31 2016-07-06 上海盈方微电子有限公司 NFTL data storage system and method applied to NAND flash
CN109656481A (en) * 2018-12-14 2019-04-19 成都三零嘉微电子有限公司 A method of it improving smart card document system FLASH and the service life is written
CN110688084A (en) * 2019-10-14 2020-01-14 深圳市蓝度汽车电控技术有限公司 First-in first-out FLASH data storage method, system and terminal
CN110764695A (en) * 2019-09-23 2020-02-07 合肥富煌君达高科信息技术有限公司 Storage method and system based on high-speed acquisition

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6154808A (en) * 1997-10-31 2000-11-28 Fujitsu Limited Method and apparatus for controlling data erase operations of a non-volatile memory device
CN101446921A (en) * 2008-12-23 2009-06-03 青岛海信宽带多媒体技术股份有限公司 Dynamic storage method of Flash memory
CN101692211A (en) * 2009-09-15 2010-04-07 苏州超锐微电子有限公司 Method for managing Flash data
CN202473263U (en) * 2012-03-16 2012-10-03 无锡华润矽科微电子有限公司 FLASH memorizer circuit supporting high erasing times
CN104978154A (en) * 2015-07-27 2015-10-14 武汉天喻信息产业股份有限公司 Cache operation-based flash rapid read-write method and system
CN105045537A (en) * 2015-08-04 2015-11-11 国网浙江兰溪市供电公司 Erasing and writing method for parameter data of ammeter, method for searching power line parameters in storage device of ammeter and ammeter
CN105740162A (en) * 2015-12-31 2016-07-06 上海盈方微电子有限公司 NFTL data storage system and method applied to NAND flash
CN109656481A (en) * 2018-12-14 2019-04-19 成都三零嘉微电子有限公司 A method of it improving smart card document system FLASH and the service life is written
CN110764695A (en) * 2019-09-23 2020-02-07 合肥富煌君达高科信息技术有限公司 Storage method and system based on high-speed acquisition
CN110688084A (en) * 2019-10-14 2020-01-14 深圳市蓝度汽车电控技术有限公司 First-in first-out FLASH data storage method, system and terminal

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116661696A (en) * 2023-06-05 2023-08-29 深圳市航顺芯片技术研发有限公司 Storage method based on flash memory and related device
CN116661696B (en) * 2023-06-05 2024-03-22 深圳市航顺芯片技术研发有限公司 Storage method based on flash memory and related device

Similar Documents

Publication Publication Date Title
US6871259B2 (en) File system including non-volatile semiconductor memory device having a plurality of banks
US8850102B2 (en) Flash memory with small data programming capability
CN109597571B (en) Data storage method, data reading method, data storage device, data reading device and computer equipment
KR20040087916A (en) Memory card
US20170220462A1 (en) Data storage method and system thereof
CN110727395A (en) Flash memory controller, method and storage device
US11138104B2 (en) Selection of mass storage device streams for garbage collection based on logical saturation
CN112579004A (en) Method, system, computer equipment and storage medium for quickly deleting flash data
CN112347002B (en) flash data storage method, system, computer equipment and storage medium
US11218164B2 (en) Data storage device and non-volatile memory control method
CN114138176A (en) Nor Flash erasing and upgrading method and device, computer equipment and storage medium
CN107257281B (en) Method, apparatus and computer readable storage medium for NOR F L ASH storage key record
CN111552650B (en) Data storage method and device, storage medium and data storage equipment
US8209475B2 (en) Write timeout control methods for flash memory and memory devices using the same
CN109542345B (en) Data writing and reading method and device of Flash memory
KR20050011869A (en) Memory device using flash memory and error correction method the same
CN109960611B (en) Data recovery method and device, electronic equipment and machine-readable storage medium
CN114005476A (en) Flash memory, flash memory erasing and writing counting method, electronic equipment and computer storage medium
US8503241B2 (en) Electronic apparatus and data reading method
CN113934362A (en) Data storage method and device, computer equipment and storage medium
CN110795275A (en) Abnormal block identification method and device based on abnormal power failure process
US6898680B2 (en) Minimization of overhead of non-volatile memory operation
CN113132661B (en) Video data storage method and device, storage medium and camera equipment
CN110888823B (en) Page scanning efficiency improving method and device and computer equipment
CN114168225B (en) Method, device, computer equipment and storage medium for updating solid state disk mapping table in delayed mode

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