WO2020037982A1 - Data deleting method based on fat file, and data storage device and system - Google Patents

Data deleting method based on fat file, and data storage device and system Download PDF

Info

Publication number
WO2020037982A1
WO2020037982A1 PCT/CN2019/078404 CN2019078404W WO2020037982A1 WO 2020037982 A1 WO2020037982 A1 WO 2020037982A1 CN 2019078404 W CN2019078404 W CN 2019078404W WO 2020037982 A1 WO2020037982 A1 WO 2020037982A1
Authority
WO
WIPO (PCT)
Prior art keywords
fat file
file system
storage device
logical
fat
Prior art date
Application number
PCT/CN2019/078404
Other languages
French (fr)
Chinese (zh)
Inventor
李虎
梁永权
Original Assignee
深圳市德名利电子有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 深圳市德名利电子有限公司 filed Critical 深圳市德名利电子有限公司
Publication of WO2020037982A1 publication Critical patent/WO2020037982A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems

Definitions

  • the present invention relates to the technical field of data processing, and in particular, to a method, a data storage device, and a system for deleting data based on a FAT file.
  • the FAT file system includes the system boot sector DBR, file allocation table FAT, and file directory table FDT.
  • the system boot sector DBR records the system's starting sector and end Sector, file storage format, hard disk media descriptor, root directory size, FAT number, cluster size and other important parameters; file classification table FAT is used to record a linked list of pointers formed by the clusters occupied by each file.
  • Each entry occupies two bytes, and each entry in FAT32 occupies 4 bytes.
  • Each entry represents a family on the disk. The value of each entry is a pointer in a one-way chain.
  • each partition has two identical entries FAT table; file directory table FDT records file name, starting FAT entry pointer, type, creation time, modification time, etc.
  • the USB2.0 protocol does not support the logical erase data command
  • the FAT file system format operation is usually used to delete the data. Modify the corresponding DBR, FAT, FDT and other tables, the data before the mark is invalid.
  • the format operation only deletes the file mapping relationship of the corresponding FAT file system, and does not delete the corresponding data.
  • the master of the storage device performs data management, the deleted file will still be considered to exist and new data will be written.
  • the write speed becomes slower, and the service life of the storage device is reduced to a certain extent.
  • FIG. 2 shows a storage state in a NAND FLASH when a data storage device is full of data.
  • FIG. 3 shows the storage status in the NAND FLASH after the data storage device is formatted by FAT.
  • the FAT table is updated, new data is written corresponding to LP1, LP2, and data corresponding to LP1 and LP2 on the block.
  • Set to invalid, LP1, LP2 are system tables of FAT files, including DBR, FAT, FDT.
  • LP3-LP30 is deleted in the FAT file system, it is not deleted in the logical mapping relationship of the storage device master. Therefore, the data is still considered valid on the NAND FLASH.
  • LP10, LP11, LP12, LP13, and LP14 are continuously written to Block1.
  • An object of the present invention is to address the problems of slow data writing speed and short storage device life caused by storage device recycling of old data in the prior art, and to propose a data deletion method, data storage device, and system based on FAT files. Can effectively improve the speed of data writing and increase the life of storage devices.
  • a method for deleting data based on FAT files including:
  • determining whether the FAT file system has been formatted includes:
  • determining whether the storage device is in an idle state includes:
  • analyzing the FAT file system, and counting invalid logical addresses including:
  • a data storage device includes a main control unit and a NAND FLASH memory.
  • the NAND The FLASH memory stores multiple instructions, and the main control unit is configured to read the instructions and execute:
  • main control unit is further configured to perform:
  • main control unit is further configured to perform:
  • main control unit is further configured to perform:
  • a data storage system includes the data storage device described above, and further includes a host, and the host is connected to the data storage device.
  • the data storage device is a U disk or an SD card.
  • the FAT file-based data deletion method, data storage device and system provided by the present invention can distinguish the deleted file data, delete the deleted data in the logical mapping table controlled by the data storage device, and then write the new Data can effectively reduce the collection of old data and reduce NAND FLASH writes data, thereby increasing the speed of data writing and increasing the service life of data storage devices.
  • Figure 1 shows the data structure of the FAT file system.
  • FIG. 2 is a schematic diagram of full data in a data storage device.
  • FIG. 3 is a schematic diagram of a data storage device after FAT formatting.
  • FIG. 4 to FIG. 6 are schematic diagrams of the data structure of the updated data after the FAT formatting of the prior art data storage device.
  • FIG. 7 is a flowchart of an embodiment of a FAT file-based data deletion method according to the present invention.
  • FIG. 8 is a schematic structural diagram of an embodiment of a data storage device provided by the present invention.
  • FIG. 9 is a schematic structural diagram of an embodiment of a data storage system provided by the present invention.
  • 10 to 11 are schematic diagrams of data structures in an application scenario in which data is deleted using the data deletion method provided by the present invention.
  • this embodiment provides a method for deleting data based on a FAT file, including:
  • Step S101 Receive a logical write command sent by a host
  • step S102 it is determined whether the FAT file system has been formatted
  • Step S103 if the FAT file system is formatted, set the flag to 1;
  • Step S104 after setting the flag to 1, or after determining that the FAT file system has not been formatted, write data according to the logical write command;
  • step S105 it is determined whether the storage device is in an idle state for a preset period of time, and if so, it is detected whether the identifier is 1;
  • Step S106 if the identifier is 1, analyze the FAT file system, count invalid logical addresses, and delete invalid logical mappings;
  • step S107 the identifier is set to 0.
  • step S101 is executed to first establish a communication connection between the host and the data storage device, and the data storage device detects in real time whether a logical write command sent by the host is received.
  • step S102 is executed to determine whether the FAT file system has been formatted after receiving the logical write command sent by the host, which specifically includes:
  • the address 0 is usually not written to the file.
  • the address 0 is the DBR table address by default. It is only modified when formatting.
  • Step S103 is performed. If the FAT file system is formatted, the flag ERASE_FLR is set to 1 (Ture).
  • step S104 After performing step S104, after setting the flag to 1, or after determining that the FAT file system has not been formatted, write data according to the logical write command. After the data writing is completed, the logical write command execution is completed.
  • step S105 is executed to determine whether the storage device is in an idle state for a preset period of time, which specifically includes:
  • the preset duration is 1 second.
  • Step S106 is performed. If the identifier is 1, the FAT file system is analyzed, and the invalid logical addresses are counted, which specifically include:
  • step S107 is executed to set the flag ERASE_FLR to 0 (FALSE).
  • the FAT file-based data deletion method provided in this embodiment can distinguish the file data that has been deleted, delete the deleted data in the logical mapping table controlled by the data storage device master, and write new data effectively. Reduce the recycling of old data, reduce NAND FLASH writes data, thereby increasing the speed of data writing and increasing the service life of data storage devices.
  • this embodiment provides a data storage device including a main control unit 201 and a NAND FLASH memory 202.
  • the NAND FLASH memory 202 stores a plurality of instructions.
  • the main control unit 201 is configured to read the instructions and execute:
  • the main control unit 201 establishes a communication connection with the host, and the main control unit 201 detects in real time whether a logical write command sent by the host is received.
  • the main control unit 201 is further configured to execute:
  • the address 0 is usually not written to the file.
  • the address 0 is the DBR table address by default. It is only modified when formatting.
  • the main control unit 201 sets the flag ERASE_FLR to 1 (Ture).
  • the main control unit 201 After setting the flag to 1, or after determining that the FAT file system has not been formatted, the main control unit 201 sends a NAND to the NAND according to the logical write command. Data is written in the FLASH. After the data is written, the execution of the logic write command is completed.
  • the main control unit 201 determines whether the storage device is in an idle state within a preset time period, and specifically includes:
  • the main control unit 201 detects whether the identification is 1.
  • the main control unit 201 is further configured to execute:
  • the main control unit 201 sets the flag ERASE_FLR to 0 (FALSE).
  • the data storage device provided in this embodiment can distinguish the deleted file data, delete the deleted data in the logical mapping table controlled by the data storage device, and then write new data, which can effectively reduce the Recycling, reducing NAND FLASH writes data, thereby increasing the speed of data writing and increasing the service life of data storage devices.
  • this embodiment provides a data storage system including a data storage device 301 and a host 302.
  • the host 320 is connected to the data storage device 301.
  • Data storage devices include, but are not limited to, data storage devices such as USB flash drives and SD cards based on the USB 2.0 protocol.
  • This embodiment provides a specific application scenario to further describe the FAT file-based data deletion method of the present invention.
  • FIG. 2 shows that when the data storage device is full of data, the NAND Storage state in FLASH.
  • NAND FLASH There are 8 blocks in NAND FLASH, each block contains 5 Pages, and LPX represents data in Logic Page.
  • Figure 3 shows the storage status in the NAND FLASH after the data storage device is formatted by FAT. After formatting, the FAT table is updated, new data is written to LP1 and LP2, and the data corresponding to LP1 and LP2 on the block is set to invalid.
  • LP1 and LP2 are system tables of FAT files, including DBR, FAT, and FDT.
  • FIG. 10 shows the storage state of the NAND FLASH after the invalid logical mapping is cleared.
  • Figure 11 shows the process when the data storage device writes new data. Assume that LP7 to LP14 need to be updated now. Because there are many empty blocks at the moment, data can be written directly without recycling operations.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Techniques For Improving Reliability Of Storages (AREA)

Abstract

A data deleting method based on an FAT file, and a data storage device and system. The method comprises: receiving a logical write command sent by a host (S101); determining whether an FAT file system is formatted (S102); if yes, setting an identifier as 1 (S103); after setting the identifier as 1 or determining that the FAT file system is not formatted, writing data according to the logical write command (S104); determining whether the storage device is in an idle state within a preset duration, and if yes, detecting whether the identifier is 1 (S105); if the identifier is 1, analyzing the FAT file system, counting invalid logical addresses, and deleting invalid logical mapping (S106); and setting the identifier as 0 (S107). The method can improve the writing speed of data and improve the service life of the data storage device.

Description

一种基于FAT文件的数据删除方法、数据存储设备及系统Data deletion method, data storage device and system based on FAT file 技术领域Technical field
本发明涉及数据处理技术领域,尤其涉及一种基于FAT文件的数据删除方法、数据存储设备及系统。The present invention relates to the technical field of data processing, and in particular, to a method, a data storage device, and a system for deleting data based on a FAT file.
背景技术Background technique
目前许多存储设备上进行数据存储时经常会使用到FAT(File Allocation Table,文件配置表)系统进行管理,参考图1,FAT文件系统包括系统引导扇区DBR、文件分配表FAT、文件目录表FDT,其中系统引导扇区DBR记录着系统的起始扇区、结束扇区、文件存储格式、硬盘介质描述符、根目录大小、FAT个数、簇的大小等重要参数;文件分类表FAT用于记录每个文件所在的所占的簇形成的指针链表,在FAT16中每项占两字节,FAT32中每项占4字节,每项代表磁盘上的一个族,每一项的值是某个单向链中的一个指针,一般每个分区有两个相同的FAT表;文件目录表FDT记录文件名、起始FAT项指针、类型、创建时间、修改时间等。At present, data storage on many storage devices often uses FAT (File Allocation). Table (File Configuration Table) system for management. Referring to Figure 1, the FAT file system includes the system boot sector DBR, file allocation table FAT, and file directory table FDT. The system boot sector DBR records the system's starting sector and end Sector, file storage format, hard disk media descriptor, root directory size, FAT number, cluster size and other important parameters; file classification table FAT is used to record a linked list of pointers formed by the clusters occupied by each file. Each entry occupies two bytes, and each entry in FAT32 occupies 4 bytes. Each entry represents a family on the disk. The value of each entry is a pointer in a one-way chain. Generally, each partition has two identical entries FAT table; file directory table FDT records file name, starting FAT entry pointer, type, creation time, modification time, etc.
技术问题technical problem
现有的存储设备使用过程中,由于USB2.0协议不支持逻辑擦除数据命令,当存储设备内的数据已经无效,通常会使用FAT文件系统格式化操作进行删除数据,FAT文件系统格式化会修改对应的DBR、FAT、FDT等表格,标记之前的数据已经无效。During the use of existing storage devices, because the USB2.0 protocol does not support the logical erase data command, when the data in the storage device is no longer valid, the FAT file system format operation is usually used to delete the data. Modify the corresponding DBR, FAT, FDT and other tables, the data before the mark is invalid.
但是格式化操作只会删除对应FAT文件系统的文件映射关系,并没有将对应的数据删除,存储设备的主控在进行数据管理时,依然会认为被删除的文件依然存在,在写入新数据过程中回收旧数据,导致写入速度变慢,在一定程度上降低存储设备的使用寿命。However, the format operation only deletes the file mapping relationship of the corresponding FAT file system, and does not delete the corresponding data. When the master of the storage device performs data management, the deleted file will still be considered to exist and new data will be written. During the process of recycling old data, the write speed becomes slower, and the service life of the storage device is reduced to a certain extent.
技术解决方案Technical solutions
参考图2,图2表示了数据存储设备中写满数据时,NAND FLASH中的存储状态,NAND FLASH中有8个Block,每个Block包含5个Page,LPX表示Logic Page中的数据。Referring to FIG. 2, FIG. 2 shows a storage state in a NAND FLASH when a data storage device is full of data. There are 8 blocks in FLASH, each block contains 5 Pages, and LPX represents data in Logic Pages.
参考图3,图3表示当数据存储设备进行FAT格式化之后,NAND FLASH中的存储状态,格式化后FAT表格更新,对应LP1、LP2写入新的数据,对应Block上的LP1、LP2的数据设置为无效,LP1、LP2为FAT文件的系统表格,包括DBR、FAT、FDT。格式化之后,LP3-LP30虽然在FAT文件系统中删除,但在存储设备主控的逻辑映射关系中没有删除,因此在NAND FLASH上认为该数据依然有效。Referring to FIG. 3, FIG. 3 shows the storage status in the NAND FLASH after the data storage device is formatted by FAT. After formatting, the FAT table is updated, new data is written corresponding to LP1, LP2, and data corresponding to LP1 and LP2 on the block. Set to invalid, LP1, LP2 are system tables of FAT files, including DBR, FAT, FDT. After formatting, although LP3-LP30 is deleted in the FAT file system, it is not deleted in the logical mapping relationship of the storage device master. Therefore, the data is still considered valid on the NAND FLASH.
当需要在存储设备中写入新数据时,假设需要更新LP7-LP14,参考图4,首先写入LP7、LP8、LP9到Block7。由于只剩下一个空Block,因此需要对Block1、Block2的有效数据进行回收,参考图5。When new data needs to be written in the storage device, it is assumed that LP7-LP14 needs to be updated. Referring to FIG. 4, first write LP7, LP8, LP9 to Block7. Because there is only one empty block left, the effective data of Block1 and Block2 need to be recovered. Refer to Figure 5.
参考图6,回收之后继续将LP10、LP11、LP12、LP13、LP14写入到Block1。Referring to FIG. 6, after recovery, LP10, LP11, LP12, LP13, and LP14 are continuously written to Block1.
写入新数据的过程可以看出,虽然只写入了LP7至LP14,但是还需要对旧数据LP3、LP4、LP5、LP6、LP10进行回收。It can be seen from the process of writing new data that although only LP7 to LP14 are written, old data LP3, LP4, LP5, LP6, and LP10 need to be recovered.
有益效果Beneficial effect
本发明的目的在于针对上述现有技术中的存储设备回收旧数据导致的数据写入速度慢、存储设备使用寿命短的问题,提出一种基于FAT文件的数据删除方法、数据存储设备及系统,能够有效提高数据写入速度、提高存储设备使用寿命。An object of the present invention is to address the problems of slow data writing speed and short storage device life caused by storage device recycling of old data in the prior art, and to propose a data deletion method, data storage device, and system based on FAT files. Can effectively improve the speed of data writing and increase the life of storage devices.
一种基于FAT文件的数据删除方法,包括:A method for deleting data based on FAT files, including:
接收主机发送的逻辑写命令;Receive the logical write command sent by the host;
判断FAT文件系统是否经过格式化处理;Determine whether the FAT file system has been formatted;
如果FAT文件系统经过格式化处理,则置标识为1;If the FAT file system is formatted, set the flag to 1;
置标识为1之后,或者确定所述FAT文件系统没有经过格式化处理之后,根据所述逻辑写命令写入数据;After setting the flag to 1, or after determining that the FAT file system has not been formatted, write data according to the logical write command;
判断存储设备在预设时长内是否处于空闲状态,如果是,则检测所述标识是否为1;Judging whether the storage device is in an idle state for a preset period of time, and if so, detecting whether the identifier is 1;
如果所述标识为1,对FAT文件系统进行分析,统计无效的逻辑地址,并删除无效的逻辑映射;If the identifier is 1, analyze the FAT file system, count invalid logical addresses, and delete invalid logical mappings;
置所述标识为0。Set the flag to 0.
进一步地,判断FAT文件系统是否经过格式化处理,包括:Further, determining whether the FAT file system has been formatted includes:
判断写入逻辑地址是否为0;Determine whether the write logical address is 0;
如果写入逻辑地址为0,则确定所述FAT文件系统经过格式化;If the write logical address is 0, it is determined that the FAT file system is formatted;
如果所述写入逻辑地址非0,则确定所述FAT文件系统没有经过格式化。If the write logical address is non-zero, it is determined that the FAT file system is not formatted.
进一步地,判断存储设备是否处于空闲状态,包括:Further, determining whether the storage device is in an idle state includes:
在预设时长内,检测所述逻辑写命令是否执行完成;Detecting whether the execution of the logical write command is completed within a preset time period;
如果完成,则检测是否接收到新的逻辑写命令,如果没有接收到新的逻辑写命令,则确定所述存储设备处于空闲状态。If it is completed, it is detected whether a new logical write command is received, and if no new logical write command is received, it is determined that the storage device is in an idle state.
进一步地,对FAT文件系统进行分析,统计无效的逻辑地址,包括:Further, analyzing the FAT file system, and counting invalid logical addresses, including:
读取所述FAT文件系统的DBR表格和FAT表格,根据所述DBR表格和FAT表格查找无效的逻辑地址并进行统计。Read the DBR table and the FAT table of the FAT file system, find invalid logical addresses according to the DBR table and the FAT table, and perform statistics.
一种数据存储设备,包括主控单元和NAND FLASH存储器,所述NAND FLASH存储器存储有多条指令,所述主控单元用于读取所述指令并执行:A data storage device includes a main control unit and a NAND FLASH memory. The NAND The FLASH memory stores multiple instructions, and the main control unit is configured to read the instructions and execute:
接收主机发送的逻辑写命令;Receive the logical write command sent by the host;
判断FAT文件系统是否经过格式化处理;Determine whether the FAT file system has been formatted;
如果FAT文件系统经过格式化处理,则置标识为1;If the FAT file system is formatted, set the flag to 1;
置标识为1之后,或者确定所述FAT文件系统没有经过格式化处理之后,根据所述逻辑写命令写入数据;After setting the flag to 1, or after determining that the FAT file system has not been formatted, write data according to the logical write command;
判断存储设备在预设时长内是否处于空闲状态,如果是,则检测所述标识是否为1;Judging whether the storage device is in an idle state for a preset period of time, and if so, detecting whether the identifier is 1;
如果所述标识为1,对FAT文件系统进行分析,统计无效的逻辑地址,并删除无效的逻辑映射;If the identifier is 1, analyze the FAT file system, count invalid logical addresses, and delete invalid logical mappings;
置所述标识为0。Set the flag to 0.
进一步地,所述主控单元还用于执行:Further, the main control unit is further configured to perform:
判断写入逻辑地址是否为0;Determine whether the write logical address is 0;
如果写入逻辑地址为0,则确定所述FAT文件系统经过格式化;If the write logical address is 0, it is determined that the FAT file system is formatted;
如果所述写入逻辑地址非0,则确定所述FAT文件系统没有经过格式化。If the write logical address is non-zero, it is determined that the FAT file system is not formatted.
进一步地,所述主控单元还用于执行:Further, the main control unit is further configured to perform:
在预设时长内,检测所述逻辑写命令是否执行完成;Detecting whether the execution of the logical write command is completed within a preset time period;
如果完成,则检测是否接收到新的逻辑写命令,如果没有接收到新的逻辑写命令,则确定所述存储设备处于空闲状态。If it is completed, it is detected whether a new logical write command is received, and if no new logical write command is received, it is determined that the storage device is in an idle state.
进一步地,所述主控单元还用于执行:Further, the main control unit is further configured to perform:
读取所述FAT文件系统的DBR表格和FAT表格,根据所述DBR表格和FAT表格查找无效的逻辑地址并进行统计。Read the DBR table and the FAT table of the FAT file system, find invalid logical addresses according to the DBR table and the FAT table, and perform statistics.
一种数据存储系统,包括上述的数据存储设备,还包括主机,所述主机与所述数据存储设备连接。A data storage system includes the data storage device described above, and further includes a host, and the host is connected to the data storage device.
进一步地,所述数据存储设备为U盘或SD卡。Further, the data storage device is a U disk or an SD card.
本发明提供的基于FAT文件的数据删除方法、数据存储设备及系统, 能够区分出已经被删除的文件数据,将被删除的数据在数据存储设备主控的逻辑映射表中删除,再写入新数据时,能够有效减少旧数据的回收,减少NAND FLASH写入数据,从而提高数据的写入速度,提高数据存储设备的使用寿命。The FAT file-based data deletion method, data storage device and system provided by the present invention can distinguish the deleted file data, delete the deleted data in the logical mapping table controlled by the data storage device, and then write the new Data can effectively reduce the collection of old data and reduce NAND FLASH writes data, thereby increasing the speed of data writing and increasing the service life of data storage devices.
附图说明BRIEF DESCRIPTION OF THE DRAWINGS
图1 为FAT文件系统的数据结构示意图。Figure 1 shows the data structure of the FAT file system.
图2为数据存储设备中写满数据的示意图。FIG. 2 is a schematic diagram of full data in a data storage device.
图3为数据存储设备进行FAT格式化之后的示意图。FIG. 3 is a schematic diagram of a data storage device after FAT formatting.
图4-图6为现有技术的数据存储设备进行FAT格式化之后更新数据的数据结构示意图。FIG. 4 to FIG. 6 are schematic diagrams of the data structure of the updated data after the FAT formatting of the prior art data storage device.
图7为本发明提供的基于FAT文件的数据删除方法一种实施例的流程图。FIG. 7 is a flowchart of an embodiment of a FAT file-based data deletion method according to the present invention.
图8为本发明提供的数据存储设备一种实施例的结构示意图。FIG. 8 is a schematic structural diagram of an embodiment of a data storage device provided by the present invention.
图9为本发明提供的数据存储系统一种实施例的结构示意图。FIG. 9 is a schematic structural diagram of an embodiment of a data storage system provided by the present invention.
图10-图11为采用本发明提供的数据删除方法进行数据删除的一种应用场景下的数据结构示意图。10 to 11 are schematic diagrams of data structures in an application scenario in which data is deleted using the data deletion method provided by the present invention.
本发明的最佳实施方式Best Mode of the Invention
在此处键入本发明的最佳实施方式描述段落。Type the description of the preferred embodiment of the invention here.
本发明的实施方式Embodiments of the invention
为使本发明的目的、技术方案及效果更加清楚、明确,以下参照附图并举实施例对本发明进一步详细说明。应当理解,此处所描述的具体实施例仅用以解释本发明,并不用于限定本发明。In order to make the objectives, technical solutions, and effects of the present invention clearer and more specific, the present invention is further described in detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are only used to explain the present invention and are not intended to limit the present invention.
实施例一Example one
参考图7,本实施例提供一种基于FAT文件的数据删除方法,包括:Referring to FIG. 7, this embodiment provides a method for deleting data based on a FAT file, including:
步骤S101,接收主机发送的逻辑写命令;Step S101: Receive a logical write command sent by a host;
步骤S102,判断FAT文件系统是否经过格式化处理;In step S102, it is determined whether the FAT file system has been formatted;
步骤S103,如果FAT文件系统经过格式化处理,则置标识为1;Step S103: if the FAT file system is formatted, set the flag to 1;
步骤S104,置标识为1之后,或者确定所述FAT文件系统没有经过格式化处理之后,根据所述逻辑写命令写入数据;Step S104, after setting the flag to 1, or after determining that the FAT file system has not been formatted, write data according to the logical write command;
步骤S105,判断存储设备在预设时长内是否处于空闲状态,如果是,则检测所述标识是否为1;In step S105, it is determined whether the storage device is in an idle state for a preset period of time, and if so, it is detected whether the identifier is 1;
步骤S106,如果所述标识为1,对FAT文件系统进行分析,统计无效的逻辑地址,并删除无效的逻辑映射;Step S106: if the identifier is 1, analyze the FAT file system, count invalid logical addresses, and delete invalid logical mappings;
步骤S107,置所述标识为0。In step S107, the identifier is set to 0.
具体地,执行步骤S101,首先建立主机与数据存储设备的通信连接,数据存储设备实时检测是否接收到主机发送的逻辑写命令。Specifically, step S101 is executed to first establish a communication connection between the host and the data storage device, and the data storage device detects in real time whether a logical write command sent by the host is received.
进一步地,执行步骤S102,接收主机发送的逻辑写命令之后,判断FAT文件系统是否经过格式化处理,具体包括:Further, step S102 is executed to determine whether the FAT file system has been formatted after receiving the logical write command sent by the host, which specifically includes:
判断写入逻辑地址是否为0;Determine whether the write logical address is 0;
如果写入逻辑地址为0,则确定所述FAT文件系统经过格式化;If the write logical address is 0, it is determined that the FAT file system is formatted;
如果所述写入逻辑地址非0,则确定所述FAT文件系统没有经过格式化。If the write logical address is non-zero, it is determined that the FAT file system is not formatted.
对于FAT文件,通常写入文件不会写入0地址,0地址默认为DBR表格地址,只有在格式化时才会进行修改。For a FAT file, the address 0 is usually not written to the file. The address 0 is the DBR table address by default. It is only modified when formatting.
执行步骤S103,如果FAT文件系统经过格式化处理,则置标识ERASE_FLR为1(Ture)。Step S103 is performed. If the FAT file system is formatted, the flag ERASE_FLR is set to 1 (Ture).
执行步骤S104,置标识为1之后,或者确定所述FAT文件系统没有经过格式化处理之后,根据所述逻辑写命令写入数据,数据写入完成后,逻辑写命令执行完成。After performing step S104, after setting the flag to 1, or after determining that the FAT file system has not been formatted, write data according to the logical write command. After the data writing is completed, the logical write command execution is completed.
进一步地,执行步骤S105,判断存储设备在预设时长内是否处于空闲状态,具体包括:Further, step S105 is executed to determine whether the storage device is in an idle state for a preset period of time, which specifically includes:
在预设时长内,检测所述逻辑写命令是否执行完成;Detecting whether the execution of the logical write command is completed within a preset time period;
如果完成,则检测是否接收到新的逻辑写命令,如果没有接收到新的逻辑写命令,则确定所述存储设备处于空闲状态。If it is completed, it is detected whether a new logical write command is received, and if no new logical write command is received, it is determined that the storage device is in an idle state.
作为一种优选的实施方式,预设时长为1秒。As a preferred embodiment, the preset duration is 1 second.
如果存储设备处于空闲状态,则检测标识是否为1。If the storage device is in an idle state, check whether the flag is 1.
执行步骤S106,如果标识为1,则对FAT文件系统进行分析,统计无效的逻辑地址,具体包括:Step S106 is performed. If the identifier is 1, the FAT file system is analyzed, and the invalid logical addresses are counted, which specifically include:
读取所述FAT文件系统的DBR表格和FAT表格,根据所述DBR表格和FAT表格查找无效的逻辑地址并进行统计。Read the DBR table and the FAT table of the FAT file system, find invalid logical addresses according to the DBR table and the FAT table, and perform statistics.
之后将无效的逻辑地址对应的逻辑映射进行删除。Then delete the logical mapping corresponding to the invalid logical address.
删除完成后,执行步骤S107,将标识ERASE_FLR置为0(FALSE)。After the deletion is completed, step S107 is executed to set the flag ERASE_FLR to 0 (FALSE).
本实施例提供的基于FAT文件的数据删除方法,能够区分出已经被删除的文件数据,将被删除的数据在数据存储设备主控的逻辑映射表中删除,再写入新数据时,能够有效减少旧数据的回收,减少NAND FLASH写入数据,从而提高数据的写入速度,提高数据存储设备的使用寿命。The FAT file-based data deletion method provided in this embodiment can distinguish the file data that has been deleted, delete the deleted data in the logical mapping table controlled by the data storage device master, and write new data effectively. Reduce the recycling of old data, reduce NAND FLASH writes data, thereby increasing the speed of data writing and increasing the service life of data storage devices.
实施例二Example two
参考图8,本实施例提供一种数据存储设备,包括主控单元201和NAND FLASH存储器202,NAND FLASH存储器202存储有多条指令,主控单元201用于读取所述指令并执行:Referring to FIG. 8, this embodiment provides a data storage device including a main control unit 201 and a NAND FLASH memory 202. The NAND FLASH memory 202 stores a plurality of instructions. The main control unit 201 is configured to read the instructions and execute:
接收主机发送的逻辑写命令;Receive the logical write command sent by the host;
判断FAT文件系统是否经过格式化处理;Determine whether the FAT file system has been formatted;
如果FAT文件系统经过格式化处理,则置标识为1;If the FAT file system is formatted, set the flag to 1;
置标识为1之后,或者确定所述FAT文件系统没有经过格式化处理之后,根据所述逻辑写命令写入数据;After setting the flag to 1, or after determining that the FAT file system has not been formatted, write data according to the logical write command;
判断存储设备在预设时长内是否处于空闲状态,如果是,则检测所述标识是否为1;Judging whether the storage device is in an idle state for a preset period of time, and if so, detecting whether the identifier is 1;
如果所述标识为1,对FAT文件系统进行分析,统计无效的逻辑地址,并删除无效的逻辑映射;If the identifier is 1, analyze the FAT file system, count invalid logical addresses, and delete invalid logical mappings;
置所述标识为0。Set the flag to 0.
具体地,首先主控单元201建立与主机的通信连接,主控单元201实时检测是否接收到主机发送的逻辑写命令。Specifically, first, the main control unit 201 establishes a communication connection with the host, and the main control unit 201 detects in real time whether a logical write command sent by the host is received.
进一步地,主控单元201接收主机发送的逻辑写命令之后,还用于执行:Further, after receiving the logical write command sent by the host, the main control unit 201 is further configured to execute:
判断写入逻辑地址是否为0;Determine whether the write logical address is 0;
如果写入逻辑地址为0,则确定所述FAT文件系统经过格式化;If the write logical address is 0, it is determined that the FAT file system is formatted;
如果所述写入逻辑地址非0,则确定所述FAT文件系统没有经过格式化。If the write logical address is non-zero, it is determined that the FAT file system is not formatted.
对于FAT文件,通常写入文件不会写入0地址,0地址默认为DBR表格地址,只有在格式化时才会进行修改。For a FAT file, the address 0 is usually not written to the file. The address 0 is the DBR table address by default. It is only modified when formatting.
进一步地,如果FAT文件系统经过格式化处理,则主控单元201置标识ERASE_FLR为1(Ture)。Further, if the FAT file system is subjected to formatting processing, the main control unit 201 sets the flag ERASE_FLR to 1 (Ture).
置标识为1之后,或者确定所述FAT文件系统没有经过格式化处理之后,主控单元201根据所述逻辑写命令向NAND FLASH中写入数据,数据写入完成后,逻辑写命令执行完成。After setting the flag to 1, or after determining that the FAT file system has not been formatted, the main control unit 201 sends a NAND to the NAND according to the logical write command. Data is written in the FLASH. After the data is written, the execution of the logic write command is completed.
进一步地,主控单元201判断存储设备在预设时长内是否处于空闲状态,具体包括:Further, the main control unit 201 determines whether the storage device is in an idle state within a preset time period, and specifically includes:
检测所述逻辑写命令是否执行完成;Detecting whether the execution of the logical write command is completed;
如果完成,则检测是否接收到新的逻辑写命令,如果没有接收到新的逻辑写命令,则确定所述存储设备处于空闲状态。If it is completed, it is detected whether a new logical write command is received, and if no new logical write command is received, it is determined that the storage device is in an idle state.
如果存储设备处于空闲状态,则主控单元201检测标识是否为1。If the storage device is in an idle state, the main control unit 201 detects whether the identification is 1.
进一步地,如果标识为1,则主控单元201还用于执行:Further, if the identifier is 1, the main control unit 201 is further configured to execute:
读取所述FAT文件系统的DBR表格和FAT表格,根据所述DBR表格和FAT表格查找无效的逻辑地址并进行统计。Read the DBR table and the FAT table of the FAT file system, find invalid logical addresses according to the DBR table and the FAT table, and perform statistics.
之后将无效的逻辑地址对应的逻辑映射进行删除。Then delete the logical mapping corresponding to the invalid logical address.
删除完成后,主控单元201将标识ERASE_FLR置为0(FALSE)。After the deletion is completed, the main control unit 201 sets the flag ERASE_FLR to 0 (FALSE).
本实施例提供的数据存储设备,能够区分出已经被删除的文件数据,将被删除的数据在数据存储设备主控的逻辑映射表中删除,再写入新数据时,能够有效减少旧数据的回收,减少NAND FLASH写入数据,从而提高数据的写入速度,提高数据存储设备的使用寿命。The data storage device provided in this embodiment can distinguish the deleted file data, delete the deleted data in the logical mapping table controlled by the data storage device, and then write new data, which can effectively reduce the Recycling, reducing NAND FLASH writes data, thereby increasing the speed of data writing and increasing the service life of data storage devices.
 Zh
实施例三Example three
参考图9,本实施例提供一种数据存储系统,包括数据存储设备301,还包括主机302,主机320与数据存储设备301连接。Referring to FIG. 9, this embodiment provides a data storage system including a data storage device 301 and a host 302. The host 320 is connected to the data storage device 301.
数据存储设备301的具体工作原理请参考实施例二,在此不再赘述。For a specific working principle of the data storage device 301, refer to Embodiment 2, and details are not described herein again.
数据存储设备包括但不限于基于USB2.0协议的U盘、SD卡等数据存储设备。Data storage devices include, but are not limited to, data storage devices such as USB flash drives and SD cards based on the USB 2.0 protocol.
 Zh
实施例四Embodiment 4
本实施例提供具体应用场景对本发明的基于FAT文件的数据删除方法做进一步说明。This embodiment provides a specific application scenario to further describe the FAT file-based data deletion method of the present invention.
参考图2和图3,图2表示了数据存储设备中写满数据时,NAND FLASH中的存储状态,NAND FLASH中有8个Block,每个Block包含5个Page,LPX表示Logic Page中的数据。图3表示当数据存储设备进行FAT格式化之后,NAND FLASH中的存储状态,格式化后FAT表格更新,对应LP1、LP2写入新的数据,对应Block上的LP1、LP2的数据设置为无效,LP1、LP2为FAT文件的系统表格,包括DBR、FAT、FDT。Referring to FIG. 2 and FIG. 3, FIG. 2 shows that when the data storage device is full of data, the NAND Storage state in FLASH. There are 8 blocks in NAND FLASH, each block contains 5 Pages, and LPX represents data in Logic Page. Figure 3 shows the storage status in the NAND FLASH after the data storage device is formatted by FAT. After formatting, the FAT table is updated, new data is written to LP1 and LP2, and the data corresponding to LP1 and LP2 on the block is set to invalid. LP1 and LP2 are system tables of FAT files, including DBR, FAT, and FDT.
进一步地,参考图10,经过对对FAT文件系统进行分析,发现LP3-LP30已经被删除,因此清除对应的逻辑映射,图10表示将无效的逻辑映射清除之后NAND FLASH的存储状态。Further, referring to FIG. 10, after analyzing the FAT file system, it is found that the LP3-LP30 has been deleted, so the corresponding logical mapping is cleared. FIG. 10 shows the storage state of the NAND FLASH after the invalid logical mapping is cleared.
图11表示当数据存储设备写入新数据的过程,假设现在需要更新LP7至LP14,由于当前空Block较多,因此可以直接写入数据,不需要回收操作。Figure 11 shows the process when the data storage device writes new data. Assume that LP7 to LP14 need to be updated now. Because there are many empty blocks at the moment, data can be written directly without recycling operations.
 Zh
应当理解的是,对本领域普通技术人员来说,可以根据上述说明加以改进或变换,而所有这些改进和变换都应属于本发明所附权利要求的保护范围。It should be understood that those skilled in the art can make improvements or changes according to the above description, and all these improvements and changes should fall within the protection scope of the appended claims of the present invention.
工业实用性Industrial applicability
在此处键入工业实用性描述段落。Type an industrial usability description here.
序列表自由内容Sequence Listing Free Content
在此处键入序列表自由内容描述段落。Type the free description paragraph of the sequence list here.

Claims (10)

  1. 一种基于FAT文件的数据删除方法,其特征在于,包括:A method for deleting data based on FAT files, which includes:
    接收主机发送的逻辑写命令;Receive the logical write command sent by the host;
    判断FAT文件系统是否经过格式化处理;Determine whether the FAT file system has been formatted;
    如果FAT文件系统经过格式化处理,则置标识为1;If the FAT file system is formatted, set the flag to 1;
    置标识为1之后,或者确定所述FAT文件系统没有经过格式化处理之后,根据所述逻辑写命令写入数据;After setting the flag to 1, or after determining that the FAT file system has not been formatted, write data according to the logical write command;
    判断存储设备在预设时长内是否处于空闲状态,如果是,则检测所述标识是否为1;Judging whether the storage device is in an idle state for a preset period of time, and if so, detecting whether the identifier is 1;
    如果所述标识为1,对FAT文件系统进行分析,统计无效的逻辑地址,并删除无效的逻辑映射;If the identifier is 1, analyze the FAT file system, count invalid logical addresses, and delete invalid logical mappings;
    置所述标识为0。Set the flag to 0.
  2. 根据权利要求1所述的基于FAT文件的数据删除方法,其特征在于,判断FAT文件系统是否经过格式化处理,包括:The method for deleting data based on a FAT file according to claim 1, wherein determining whether the FAT file system has been formatted comprises:
    判断写入逻辑地址是否为0;Determine whether the write logical address is 0;
    如果写入逻辑地址为0,则确定所述FAT文件系统经过格式化;If the write logical address is 0, it is determined that the FAT file system is formatted;
    如果所述写入逻辑地址非0,则确定所述FAT文件系统没有经过格式化。If the write logical address is non-zero, it is determined that the FAT file system is not formatted.
  3. 根据权利要求1所述的基于FAT文件的数据删除方法,其特征在于,判断存储设备在预设时长内是否处于空闲状态,包括:The method for deleting data based on a FAT file according to claim 1, wherein determining whether the storage device is in an idle state for a preset period of time, comprising:
    在预设时长内,检测所述逻辑写命令是否执行完成;Detecting whether the execution of the logical write command is completed within a preset time period;
    如果完成,则检测是否接收到新的逻辑写命令,如果没有接收到新的逻辑写命令,则确定所述存储设备处于空闲状态。If it is completed, it is detected whether a new logical write command is received, and if no new logical write command is received, it is determined that the storage device is in an idle state.
  4. 根据权利要求1所述的基于FAT文件的数据删除方法,其特征在于,对FAT文件系统进行分析,统计无效的逻辑地址,包括:The method for deleting data based on a FAT file according to claim 1, characterized in that analyzing the FAT file system and counting invalid logical addresses comprises:
    读取所述FAT文件系统的DBR表格和FAT表格,根据所述DBR表格和FAT表格查找无效的逻辑地址并进行统计。Read the DBR table and the FAT table of the FAT file system, find invalid logical addresses according to the DBR table and the FAT table, and perform statistics.
  5. 一种数据存储设备,其特征在于,包括主控单元和NAND FLASH存储器,所述NAND FLASH存储器存储有多条指令,所述主控单元用于读取所述指令并执行:A data storage device, comprising a main control unit and a NAND FLASH memory, wherein the NAND FLASH memory stores a plurality of instructions, and the main control unit is configured to read the instructions and execute:
    接收主机发送的逻辑写命令;Receive the logical write command sent by the host;
    判断FAT文件系统是否经过格式化处理;Determine whether the FAT file system has been formatted;
    如果FAT文件系统经过格式化处理,则置标识为1;If the FAT file system is formatted, set the flag to 1;
    置标识为1之后,或者确定所述FAT文件系统没有经过格式化处理之后,根据所述逻辑写命令写入数据;After setting the flag to 1, or after determining that the FAT file system has not been formatted, write data according to the logical write command;
    判断存储设备在预设时长内是否处于空闲状态,如果是,则检测所述标识是否为1;Judging whether the storage device is in an idle state for a preset period of time, and if so, detecting whether the identifier is 1;
    如果所述标识为1,对FAT文件系统进行分析,统计无效的逻辑地址,并删除无效的逻辑映射;If the identifier is 1, analyze the FAT file system, count invalid logical addresses, and delete invalid logical mappings;
    置所述标识为0。Set the flag to 0.
  6. 根据权利要求5所述的数据存储设备,其特征在于,所述主控单元还用于执行:The data storage device according to claim 5, wherein the main control unit is further configured to:
    判断写入逻辑地址是否为0;Determine whether the write logical address is 0;
    如果写入逻辑地址为0,则确定所述FAT文件系统经过格式化;If the write logical address is 0, it is determined that the FAT file system is formatted;
    如果所述写入逻辑地址非0,则确定所述FAT文件系统没有经过格式化。If the write logical address is non-zero, it is determined that the FAT file system is not formatted.
  7. 根据权利要求5所述的数据存储设备,其特征在于,所述主控单元还用于执行:The data storage device according to claim 5, wherein the main control unit is further configured to:
    在预设时长内,检测所述逻辑写命令是否执行完成;Detecting whether the execution of the logical write command is completed within a preset time period;
    如果完成,则检测是否接收到新的逻辑写命令,如果没有接收到新的逻辑写命令,则确定所述存储设备处于空闲状态。If it is completed, it is detected whether a new logical write command is received, and if no new logical write command is received, it is determined that the storage device is in an idle state.
  8. 根据权利要求5所述的数据存储设备,其特征在于,所述主控单元还用于执行:The data storage device according to claim 5, wherein the main control unit is further configured to:
    读取所述FAT文件系统的DBR表格和FAT表格,根据所述DBR表格和FAT表格查找无效的逻辑地址并进行统计。Read the DBR table and the FAT table of the FAT file system, find invalid logical addresses according to the DBR table and the FAT table, and perform statistics.
  9. 一种数据存储系统,其特征在于,包括如权利要求5-8任一所述的数据存储设备,还包括主机,所述主机与所述数据存储设备连接。A data storage system, comprising the data storage device according to any one of claims 5 to 8, and further comprising a host, wherein the host is connected to the data storage device.
  10. 根据权利要求9所述的数据存储系统,其特征在于,所述数据存储设备为U盘或SD卡。The data storage system according to claim 9, wherein the data storage device is a U disk or an SD card.
PCT/CN2019/078404 2018-08-24 2019-03-16 Data deleting method based on fat file, and data storage device and system WO2020037982A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201810975706.8A CN109254953A (en) 2018-08-24 2018-08-24 A kind of data-erasure method based on FAT file, data storage device and system
CN201810975706.8 2018-08-24

Publications (1)

Publication Number Publication Date
WO2020037982A1 true WO2020037982A1 (en) 2020-02-27

Family

ID=65049593

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/078404 WO2020037982A1 (en) 2018-08-24 2019-03-16 Data deleting method based on fat file, and data storage device and system

Country Status (2)

Country Link
CN (1) CN109254953A (en)
WO (1) WO2020037982A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109254953A (en) * 2018-08-24 2019-01-22 深圳市德名利电子有限公司 A kind of data-erasure method based on FAT file, data storage device and system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1622058A (en) * 2004-12-31 2005-06-01 北京中星微电子有限公司 Method for realizing write-in memory
US20150363425A1 (en) * 2012-06-21 2015-12-17 Ramaxel Technology (Shenzhen) Limited Solid state disk, data management method and system therefor
CN106527969A (en) * 2016-09-21 2017-03-22 中国科学院地质与地球物理研究所 NandFlash memory read-write method capable of guaranteeing service life balance
CN106843742A (en) * 2015-12-03 2017-06-13 广明光电股份有限公司 Solid state hard disc and its method for performing delete command
CN109254953A (en) * 2018-08-24 2019-01-22 深圳市德名利电子有限公司 A kind of data-erasure method based on FAT file, data storage device and system

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102981975B (en) * 2012-11-16 2016-02-03 深圳市江波龙电子有限公司 The management method of flash data and system
JP2016012335A (en) * 2014-06-05 2016-01-21 株式会社Genusion Storage device, storage device system, and information terminal
CN105868122A (en) * 2016-03-28 2016-08-17 深圳市硅格半导体股份有限公司 Data processing method and device for quick flashing storage equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1622058A (en) * 2004-12-31 2005-06-01 北京中星微电子有限公司 Method for realizing write-in memory
US20150363425A1 (en) * 2012-06-21 2015-12-17 Ramaxel Technology (Shenzhen) Limited Solid state disk, data management method and system therefor
CN106843742A (en) * 2015-12-03 2017-06-13 广明光电股份有限公司 Solid state hard disc and its method for performing delete command
CN106527969A (en) * 2016-09-21 2017-03-22 中国科学院地质与地球物理研究所 NandFlash memory read-write method capable of guaranteeing service life balance
CN109254953A (en) * 2018-08-24 2019-01-22 深圳市德名利电子有限公司 A kind of data-erasure method based on FAT file, data storage device and system

Also Published As

Publication number Publication date
CN109254953A (en) 2019-01-22

Similar Documents

Publication Publication Date Title
JP5090941B2 (en) Storage subsystem and storage system
US20210157523A1 (en) Storage system
US8595461B2 (en) Management of recycling bin for thinly-provisioned logical volumes
US8924664B2 (en) Logical object deletion
US8521949B2 (en) Data deleting method and apparatus
US20160342545A1 (en) Data memory device
US9727245B2 (en) Method and apparatus for de-duplication for solid state disks (SSDs)
US20080195799A1 (en) Systems, methods and computer program products for operating a data processing system in which a file delete command is sent to an external storage device for invalidating data thereon
CN107423233B (en) Writable snapshot implementation method and device
WO2014139184A1 (en) Data erasing method and device for flash memory
US11144202B2 (en) Volume management apparatus, volume management method, and volume management program
CN106528338B (en) Remote data copying method, storage device and storage system
JP2007249573A (en) Storage system for issuing optimum i/o command to automatically expandable volume and its control method
WO2017132797A1 (en) Data arrangement method, storage apparatus, storage controller and storage array
CA2978845A1 (en) Storage system and system garbage collection method
CN113568582A (en) Data management method and device and storage equipment
CN113568788B (en) Snapshot method, system and storage medium for Linux non-logical volume block device
CN110795386B (en) Data writing method and server
WO2020037982A1 (en) Data deleting method based on fat file, and data storage device and system
US10585592B2 (en) Disk area isolation method and device
CN111443991B (en) Smart card control method and device and smart card
CN108958657B (en) Data storage method, storage device and storage system
CN114816228A (en) Data processing method, device, server and storage medium
CN116010113B (en) Method for managing memory of smart card and smart card
TWI805937B (en) Data processing method and memory controller utilizing the same

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 19851189

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 24.06.2021

122 Ep: pct application non-entry in european phase

Ref document number: 19851189

Country of ref document: EP

Kind code of ref document: A1