File system and file management method
Abstract
The present invention relates to a file system using a disc memory storage and a method of managing the file system. Just like the ordinary server, a first block table Tbl with the offset number of the file to be written in matched with the block number Dij of the data block is provided, and the data stored in the memory is read out on the basis of the contents of the first block table Tbl. On that file system, a second block registering means is provided which couples the block number allotted to the file to write and the offset number and, in case of consecutive block numbers, prepares a second block table Tb2 in which the first block number of the consecutive block numbers is paired with the offset number. A second take-out means is also provided. When consecutive data are to be read out, the second block take-out means arithmetically processes, on the basis of the contents of the second block table Tb2, the block numbers Dij to be read out and hands over the results to the data read-out means.That substantially reduces the access and processing time for read-out at the block table and makes the reading out of data highly efficient.

Term
Term ended
Projected expiry passed 27 April 2018, 8.4 years ago.
- Priority
- Filed
- Published
- Projected expiry
- Today
9 claims: 2 independent, 7 dependent
- 1A file system managing method, comprising dividing the memory space in the memory storage into data blocks in a specific unit size, managing the block numbers of data blocks allocated to a file to be written in by matching said block numbers and the offset numbers of said file in a first block table and reading out said file by referring to the contents of said first block table, characterized by the steps of:preparing a second block table by coupling with the offset numbers of the file the block numbers of the data blocks allocated to the file to write and, in case of consecutive block numbers, by pairing the top block number of said consecutive data block numbers with the offset number, and reading out the consecutive data on the basis of the contents in the second block table.
- 2A file system, comprising dividing the memory space in the memory storage into data blocks in a specific unit size, preparing a first block table coupling, by the first block registering means, the block numbers of data blocks acquired from a data block allocation means with the offset numbers of the file to be written in and storing said first block table in a memory managing means, writing, by a data writing means, data in the data blocks managed in said first block table and reading out data on the basis of the contents in said first block table, characterized in that there are provided:a second block registering means for preparing a second block table by coupling with the offset numbers of the file the block numbers of the data blocks allocated to said file to be written in and, in case of consecutive block numbers, by pairing the top block number of said consecutive data blocks with the offset number and storing said second block table in said memory managing means and a second block take-out means for arithmetically processing the block numbers to read out according to the contents of said second block table and handing over the numbers to said data read-out means when consecutive data are to be read out.
- 8The file system as defined in any of claims 2 to 7, wherein with the size and/or type of a file inputted in said file as file attribute information, said second block registering means judges whether to start registration according to said file attribute information before registering with said second block table said block number of the top data block of said series of consecutive data blocks, and wherein in continuously reading out file data, said block take-out means acquires a block number by using said first block take-out means if no bock number is registered with said second block table and gets the number from said second block table if the number is registered therein.
Independent claims4
68 paragraphs in 11 sections, as filed
FIELD OF THE INVENTION
0001The present invention relates to a file system using a disk memory storage and a method of managing the file system.
BACKGROUND OF THE INVENTION
0002The prior art file system is outlined in a block diagram in Fig. 5.
0003The prior art file system as illustrated in Fig. 5 is so configured that the memory area in the memory storage is divided into data blocks of a certain size, 8 kilobytes, for example, each data block is given a block number and its utilization status is controlled by a memory managing means (not shown in the figure) provided within the memory storage 90.
0004When a new file is to be formed, a file forming means 10 directs a data block allocation means 30 to allocate blocks for the new file. The file forming means 10 also obtains the numbers of the respective fragments of the data; these numbers, which correspond to the offset numbers of the file and shall be hereinafter called offset numbers, are given when the data to write is fragmented in the aforesaid data block size and are matched with the order of the fragmentation as, for example, F1, F2 ··· as shown in Fig. 5. The file forming means 10 then notifies a data writing means 40 of the data to write, that is the aforesaid fragmented data, and the offset numbers Ok in which k is a suffix, a positive integer, indicating the standing or order of the offset numbers.
0005Meanwhile, the memory managing means in the memory storage 90 supervises the unoccupation or occupation status of the respective data blocks, and the data block allocation means 30 searches that memory managing means for an unoccupied block in the memory storage 90 and notifies the data writing means 40 of the available block number Dij. By the way, the suffix ij indicates the position of a data block and all the block numbers should be one series of consecutive numbers on the memory storage 90, but for the sake of convenience, it is understood, i indicates a section made up of consecutive data blocks and is expressed in the capital letter of the alphabet (A, B ···) and j indicates the specific data block in the section i and is represented by a positive integer.
0006The data writing means 40 in turn notifies the block registering means 410 of the received block number Dij and the offset number Ok obtained from the file forming means 10. The block registering means 410 then registers with a block table Tb the received offset number Ok matched with the block number Dij and stores this block table Tb in the memory storage 90.
0007The data writing means 40 then writes the data in the space for the received block number Dij in the memory storage 90.
0008Fig. 6 is a conceptional diagram showing the makeup of a block table Tb in the prior art file system. With each block table Tb are registered the block numbers Dij representing the respective data blocks DA1, DA2 ···DAm, DB1, ··· DBn in order of the corresponding offset numbers Ok. It is noted that the data blocks in the first series are physically consecutive from DA1, DA2, ··· DAm on the memory storage 90 and those in the other series run successively from DB1, DB2, ··· DBn, but no consecutiveness exists between the series with a suffix A and that with a suffix B.
0009When a specific file data stored in that state is to be read out on demand from outside, a file read-out means 20 notifies a block take-out means 420 of the offset number Ok for the file to be read out.
0010In practice, the aforesaid offset number Ok is inputted in the form of the time from the top and, in case of a file provided with a subheading, data to designate the subheading, and the file read-out means 20 gets an offset number on the basis of the inputted data.
0011In the next step, the block take-out means 420 reads out the aforesaid block table Tb stored in the memory storage 90, acquires the block number Dij from the block table Tb corresponding to the given offset number Ok and notifies the data read-out means 50 of that number. Receiving the block number Dij, the data read-out means 50 reads out the wanted data from the space on the memory storage indicated by the block number Dij and forwards the data to the file read-out means 20.
0012In the video server and the video-on-demand system, for example, it is necessary to read out image data and audio data from the memory storage 90 continuously and quickly. The cache technology, however, keeps the data read out from the memory storage 90 temporarily in a buffer, from which the needed data are picked out one by one. So in this operation, the time needed for the readout from the memory storage 90 to the buffer or the reading out from the buffer to outside differs with the processing size, block size, for example, and is so long that the data can not be processed very well on a continuous basis.
0013Suppose that a data compacted or reduced using an MPEG1 standard is to be written in and read out of 8-kilobyte-data blocks at the rate of 1.5 megabits/second or 192 kilobytes/second, for example. If the block table Tb is also 8 kilobytes in size and the block number is 4 bytes, then one block table Tb can manage data equivalent to only 85 seconds. In processing a long-hour image data, a large number of block tables Tb will have to be accessed, requiring a vast time.
0014To cope with that, it is proposed that when a specific length of file is allocated on the memory storage 90 in data writing, care is so taken that the physical area continuity or consecutiveness of consecutive data blocks is maintained on the memory storage 90 as far as possible.
0015At the start of reading out the data, furthermore, all the block numbers Dij for the data blocks allocated to the file are in advance read out on the block take-out means 420. This way, data can be read out at a high speed without reading out the contents of the block table Tb from the memory storage 90 while the data is read out.
0016In the above process the block table Tb which manages the block numbers Dij has to be read out, in a lump, from the memory storage 90 before the data starts to be read out. No more access to the table Tb is needed, though.
0017In that process, the consecutiveness of data blocks is recognizable on the basis of the consecutiveness of offset numbers. In the makeup of the block table Tb as above, however, the consecutiveness of data blocks can not be judged unless the block table Tb is read out from the memory storage 90 even if a plurality of data blocks in the same file are consecutive ones. In other words, all the contents in the block table Tb have to be read out at the start of reading out the data, and this method does not work very well when a speedier processing is required.
0018The present invention addresses that problem encountered with the prior art file system. And it is an object of the present invention to provide a file system and a method of managing the same, which reduces the amount of block tables to be read out before reading out data from the memory storage and permits a speedier processing of data.
SUMMARY OF THE INVENTION
0019To achieve the foregoing object, the present invention adopts the means described below. That is to say, the file system that forms the basis of the present invention is so configured that:
0020The memory area in the memory storage 90 is divided into data blocks of a specific size; the first block registering means 111 prepares a first block table Tb1 with the offset number of the file to bewritten matched with the block number Dij of the data block acquired by the data block allocation means 30, the block table is then stored in the memory storage 90, and the data writing means 40 then writes the data in the data block managed on the first block table Tb1; and the data read-out means 50 reads out the data on the basis of the contents of the first block table Tb1.
0021On that file system, the present invention is built. That is to say, a second block registering means 112 is provided which couples the block number allotted to the file to be written in and the offset number and, in case of consecutive block numbers, prepares a second block table Tb2 in which the first block number of the consecutive block numbers is paired with the offset number.
0022A second take-out means 122 is also provided. When consecutive data are to be read out, the second block take-out means 122 arithmetically processes, on the basis of the contents of the second block table Tb2, the block numbers Dij to be read out and hands over the results to the data read-out means 50.
0023That substantially reduces the access and processing time for read-out at the block table and makes the reading out of data highly efficient.
0024The data block allocation means 30 can be so formed that only when the block number Dij for the current offset number and that for the previous offset number are consecutive ones, the data blocks will be committed to writing by the data writing means 40. This way, datablocks among a group of unoccupied data blocks will be put to full and good use.
0025The data block allocation means 30 can also be so arranged as to pick out the consecutive unoccupied data blocks totaling a specific number of Z or more and to allot the offset numbers to the picked out data blocks. It is also possible to so operate that each time no unoccupied consecutive numbers totaling the specific number or more than that are found, the specific number of Z will be reduced by one, for example, to set a new specific number. This gradual lowering of the specific number (to Z - 1, Z - 2 ··) ensures effective writing of the data among a group of unoccupied data blocks.
0026With the specific number fixed, furthermore, it can be so arranged that the second block table Tb2 does not match the offset numbers, thus simplifying the second block table Tb2.
0027The specific number can be set by the data block allocation means 30 or can be made attribute of the file to be written in.
0028Also, it can be so arranged as to prepare a second block table Tb2 only when necessary. That is to say, file attribute information indicating the size and/or type of file is put on the file, and whether to prepare the second block table Tb2 is decided on according to the attribute.
BRIEF DESCRIPTION OF THE DRAWINGS
0029Fig. 1 is a block diagram showing the file system of the first embodiment according to the present invention.
0030Fig. 2 is a conceptional diagram showing the makeup of the first and second block tables in the first embodiment according to the present invention.
0031Fig. 3 is a conceptional diagram showing the makeup of the first and second block tables in another embodiment according to the present invention.
0032Fig. 4 is a conceptional diagram showing the writing area with some data blocks yet to be occupied in the memory storage according to the present invention.
0033Fig. 5 is a block diagram showing the prior art file system.
0034Fig. 6 is a diagram illustrating the file information data and block table of the prior art.
EMBODIMENTS OF THE INVENTION
EMBODIMENT 1
0035The file system of the first embodiment according to the present invention is illustrated in Fig. 1. And the conceptional diagram in Fig. 2 shows examples of two block tables used in the first embodiment. The configuration as well as the operation of the present embodiment will now be described hereinafter.
0036On demand for writing from outside, a user terminal, for example, the file forming means 10 notifies the data writing means 40 of the data to write and the offset number thereof (given in order of fragmenting data in a specific size as described earlier) and at the same time commands the data block allocation means 30 to allot a data block on the memory storage 90 which is described below.
0037The memory storage 90 is divided into data blocks of a specific size, 8 kilobytes, for example, the respective data blocks managed by the memory managing means (not shown in the drawings) as by registering the utilization status on the table. Demanded for block allocation, the data block allocation means 30 searches the table to pick out an unoccupied data block on the memory storage 90 and notifies the data writing means 40 of the block number Dij.
0038The data writing means 40 in turn informs the first block registering means 111 and the second block registering means 112 of the received block number Dij and the corresponding offset number Ok.
0039The first block registering means 111 then registers on the first block table Tb1 (identical with the prior art block table shown in Fig. 6) the received offset number Ok and the block number Dij of the data block corresponding to the offset number Ok as shown in Fig. 2(a), and stores this block table in the memory storage 90.
0040Meanwhile, the second block registering means 112 first checks whether the just received block number Dij and the block number allotted for the preceding offset number are consecutive. If the two numbers are consecutive ones, the second block registering means 112 finds out the block number of the top block in the group of consecutive data blocks including the allotted data block, registers on the second block table Tb2 the offset number Ok corresponding to the top block and the found out block number Dij of the top block as shown in Fig. 2 (b) and stores the second block table Tb2 in the memory storage 90.
0041In case the found top block number is identical with the top block number last worked out, there will be no re-registering on the second block table Tb2.
0042Then, the data writing means 40 writes the file data in the space for the received block number in the memory storage 90.
0043Fig. 2 is a conceptional diagram showing the makeup of the first block table Tb1 and the second block table Tb2. With the first block table Tb1 are registered m pieces of consecutive block numbers Dij (= DA1, DA2, ··· DAm) of data blocks DA1, DA2, ··· DAm and n pieces of consecutive block numbers Dij (= DB1, DB2, ··· DBn) of data blocks DB1, DB2, ··· DBn in order of the corresponding offset numbers Ok. With the second block table Tb2 are registered the block number Dij (= DA1) of the top block DA1 in the group of m pieces of consecutive data blocks DA1, DA2, ··· DAm and the offset number 01 corresponding to the block number DA1 and the block number Dij (= DB1) of the top block DB1 in the group of n pieces of consecutive data blocks DB1, DB2, ··· DBn and the offset number 0(m + 1) corresponding to the block number DB1. While an example of m or n pieces of consecutive numbers has been shown, it is not necessarily the requirement of the present embodiment that unoccupied data blocks are consecutive ones. That is, even a single unoccupied data block is committed to writing. In such a case, the same information is written in the first block table Tbl and the second block table Tb2.
0044The arrangement on the writing side has just been described. Now, the makeup and operation on the read-out side will be explained. Whether the demand is, as will be explained below, for random read-out of data or for consecutive data is determined according to the type of the demanded data, the directory to which the data belong, the type of the terminal and other factors. But it is now a known technique and will not be described in detail here.
0045First, the random read-out of data will be illustrated.
0046The file read-out means 20 notifies the first block take-out means 121 of the offset number Ok of the data specified for read-out from outside, a user terminal, for example. The first block take-out means 121 then reads out the first block table Tb1 stored in the memory storage 90, acquires the block number Dij registered with the first block table Tb1 that matches the given offset number Ok, and informs the data read-out means 50 of the block number.
0047Receiving the block number Dij, the data read-out means 50 reads out from the memory storage 90 the data in the space on the memory storage 90 specified by that block number Dij and forwards the same to the file read-out means 20.
0048There will be now explained the process of reading out consecutive data.
0049The file read-out means 20 notifies the second block take-out means 122 of the offset number Ok of the data specified from outside for read-out. The second block take-out means 122 then reads out the second block table Tb2 stored in the memory storage 90, acquires the block number Dij of the top block in a group of consecutive blocks registered with the second block table Tb2 that corresponds to the given offset number Ok. Further, the second block take-out means 122 recognizes the number of the consecutive data blocks and the consecutive block numbers Dij from the contents of the second block table Tb2 thus obtained. That is to say, to be recognized is, as shown in Fig. 2, that data for offset numbers 01 to 0m are stored on consecutive data blocks A1 to Am on the memory storage 90 or data for offset numbers 0m + 1 to 0m + n are housed on consecutive data blocks B1 to Bn on the memory storage 90.
0050The data storage information on a specific file on the memory storage 90 thus obtained is notified to the data read-out means 50. The data read-out means 50 in turn reads out the consecutive data from the memory storage 90 on the basis of that information and forwards the same to the file read-out means 20. The file read-out means 20 then forwards the data as obtained directly to outside or transmits consecutive data from a specified block downward.
0051As shown, all that has to do to read out consecutive data isto acquire the contents in the second block table Tb2, that is the top block number Dij of the consecutive data from the memory storage 90 in the present embodiment. Needless to say, in addition, the table size of the second block table Tb2 is far smaller than that of the first block table Tbl as long as data blocks allotted are consecutive ones. Therefore, the second block table Tb2 can shorten the time required to read out data from a specific file in the memory storage 90 far more than the first block table Tb1.
EMBODIMENT 2
0052The first embodiment can fail to make full use of the memory storage; when writing goes on in a certain group of consecutive data blocks with some data blocks still left unoccupied, another group with a larger number of unoccupied data blocks may be accessed, resulting in incomplete utilization of the memory storage 90. Let it be supposed that there are sections S, T and U with some unoccupied data blocks as shown in Fig. 4 and that data are being written in the unoccupied section T. When the remaining available capacity decreases below that of the partly unoccupied sections S and U as data writing in the section T proceeds, writing may shift to the section S or U with a larger number of unoccupied data blocks before the writing in the section T is completed. The time of shifting from one section to another is decided on mainly by the set operating conditions of the operating system(OS) and can not be changed in the arrangement of the first embodiment. In Fig. 4, it is noted, the sections A1 to A4 are already occupied.
0053In the way described below, it is possible to keep accessing from shifting to another group of unoccupied data blocks when writing still goes on as long as offset numbers are not allotted to all the data blocks in the group of unoccupied data blocks, that is, partially unoccupied section T.
0054The idea is this: before commanding the data block allocation means 30 to allocate blocks, the file forming means 10 gains access to the first block table in the memory storage 90 as shown in dotted line in Fig. 1, finds out the block number of the data block corresponding to the preceding offset number and notifies the data block allocation means 30 of that number as well as a command to allot a block. The data block allocation means 30 acquires the block number of an unoccupied data block from the memory storage 90 as in the first embodiment and judges whether the unoccupied data block number acquired and the aforementioned block number Dij obtained from the file forming means 10 are consecutive. Acquisition of a new block number is repeated until such a block number is found that is consecutively related to the preceding block number Dij acquired from the file forming means 10. When such a block number is obtained, the block number Dij is notified to the data writing means 40. In case no number fails to be obtained that satisfies that condition after all, the block number of any unoccupied data block will be given.
0055As shown, it will be ensured that the data block after the block number of the data block last allotted will be acquired as long as it is not occupied, thus excluding the possibility that when one data block group is worked on with some data blocks still left unoccupied, writing will shift to another data block group.
0056It is understood, however, that at the very beginning of the process, any number can be selected and that the data block corresponding to the first offset number, the data block DT1 corresponding to the offset number 01 in Fig. 4, for example, is the one freely selected. Also, when writing in a certain unoccupied section (section T in Fig. 4, for example) is completed, it can be freely decided to which section the writing is to be shifted, to section S or section U in Fig. 4, for example. In the present example, it is also noted, the data block allocation means 30 judges whether the block numbers of the previous and current data blocks are consecutive. Relaying this information on the judgement result to the second block registering means 112 enables the same to find the top data block of consecutive data blocks, the data block in any position selected in the aforesaid process, without checking the consecutiveness of the data blocks as in Embodiment 1.
EMBODIMENT 3
0057In the present embodiment, consecutive data blocks not smaller than the specific number are found out, thus speeding up the processing.
0058To illustrate, the file forming means 10 commands the data block allocation means 30 to allocate data blocks. The data block allocation means 30 then acquires the block number of the first unoccupied data block and also acquires and retains all the block numbersin the group of the unoccupied data blocks that consecutively follow the first unoccupied data block and total a specific number or more than that. As in the preceding embodiments, the file forming means 10 notifies the data writing means 40 of the offset number Ok and the corresponding data. And the data block allocation means 30 informs the data writing means 40 of the block number Dij of the first data block of consecutive data blocks.
0059Under this setup, if the file forming means 10 issues a command to allocate a data block, the data block allocation means 30 notifies the data writing means 40 of the retained second block number Dij without searching the memory storage. This process is repeated until no retained block number Dij is left in the data block allocation means 30. After the last retained block number Dij is taken away, the block numbers of a new series of consecutive data blocks totaling not smaller than the specific number are newly acquired from the memory storage 90 in response to the next command issued by the file forming means 10.
0060In case no unoccupied consecutive data blocks numbering the specific number or more than that are found in a section because part of or all the unoccupied consecutive data blocks in a section are already allocated for other files, another section is searched for a series of unoccupied consecutive data blacks numbering the specific number or more than that, and if a series of such unoccupied consecutive data blocks is found, then the block number Dij of the first block is notified to the data writing means 40.
0061If no series of such unoccupied consecutive data blocks is found anywhere, then the data block allocation means 30 reduces the specific number Z by one and restarts the search. In other words, if no unoccupied consecutive data blocks numbering the specific number Z or more than that are available anywhere, then unoccupied consecutive data blocks numbering Z - 1 is looked for. If no such data blocks totaling Z - 1 pieces are found again, the specific number is further reduced to Z - 2 and the research is continued.
0062Thus, the repetition of that process ensures that a series of unoccupied consecutive data blocks will be eventually spotted among the groups of unoccupied consecutive data blocks managed by the data block allocation means 30.
EMBODIMENT 4
0063It is also all right if the specific number is given to the data block allocation means 30 from the file side. The idea is this: information on the predetermined number of consecutive data blocks is beforehand inputted in every file to be formed. In making a search for a series of unoccupied consecutive data blocks, the data block allocation means 30 acquires from the file forming means 10 the information on the number of consecutive data blocks inputted in the file and then looks for a series of unoccupied consecutive data blocks numbering that or more than that.
0064That permits controlling the number of consecutive data blocks file by file. In a file storing image and audio data, for example, the size of the second block table Tb2 can be minimized by maximizing the number of consecutive data blocks.
EMBODIMENT 5
0065In the foregoing embodiments, the unoccupied consecutive data blocks to be looked for should number a specific number or more than that. The number can be fixed at the specific number in the present embodiment. The principle is this: the data block allocation means 30 is so designed to search for unoccupied consecutive data blocks totaling exactly the predetermined number, so that data blocks will be allocated to the file always by the group of a specific number of consecutive data blocks. And it is so arranged that only the block number of the top block in the series of data blocks is stored in the second block table Tb2 instead of the offset number Ok corresponding to the top block of the series of consecutive blocks as. shown in Fig. 3 (b). In addition, of course, the second block take-out means 122 is made to recognizes that specific number. In reading out a series of consecutive data, the second block take-out means 122 reads only the block number of the top block. And the following consecutive data blocks can be read out without using the offset number Ok, whereby the size of the second block table Tb2 can be reduced.
EMBODIMENT 6
0066In all the foregoing embodiments, a second block table is created. But some files can do without a second block table in this arrangement: The file attribute information indicating the size and/or type of file is beforehand added to the file. In registering the block number Dij of the top block of a series of consecutive data blocks with the second block table Tb2, the second block table registering means judges whether to start registration on the basis of the file attribute information in the file.
0067If the file size is smaller than the number of the consecutive data blocks, for example, it can be decided that registration with the second block table should not be started, thus eliminating the need to have a second block table Tb2 which is not small in table size.
0068If the data block allotted for the file is in a group of consecutive data blocks, only the block number of the top data block of the series of the data blocks will be registered with the second block tables according to the present invention. Therefore, the table size of the second block table will be smaller than that of the first block table with which the block numbers of all the allocated data blocks are registered. Thus, this arrangement can save time in reading out the whole series of block numbers from the memory storage to acquire the block numbers of all the data blocks allocated to the file.
Contents11
7 sheets
Sheet 1 Sheet 2 Sheet 3 Sheet 4 Sheet 5 Sheet 6 Sheet 7
Every citation, both ways
| Document | Relation | Office | Cited during |
|---|---|---|---|
| WO0049524A1 | Cited by | World Intellectual Property Organization (WIPO) | International search |
| US5305295A | Cites | United States of America | Search report |
| US5481702A | Cites | United States of America | Search report |
| JPH0863377A | Cites | Japan | Search report |
6 members in 4 offices; this record represents the family
Priority claims2
| Document | Office | Kind | Date |
|---|---|---|---|
| 11106997 | Japan | – | |
| 11106997 | Japan | A |
Members6
| Document | Office | Kind | |
|---|---|---|---|
| EP0875834A2This record | European Patent Office (EPO) | A2 | |
| JPH10301818A | Japan | A | |
| KR19980081791A | Republic of Korea | A | |
| EP0875834A3 | European Patent Office (EPO) | A3 | |
| US6182088B1 | United States of America | B1 | |
| KR100349737B1 | Republic of Korea | B1 |
12 legal events, as the office reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | |
|---|---|---|
| Application deemed to be withdrawnWithdrawn18D | 18D | |
| Information on the status of an ep patent application or granted ep patentGrantedSTATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWNSTAA | STAA | |
| First examination report despatched17Q | 17Q | |
| Designation fees paidDE FR GBAKX | AKX | |
| Designated contracting statesAK | AK | |
| Request for extension of the european patentAL;LT;LV;MK;RO;SIAX | AX | |
| Information provided on ipc code assigned before grant6G 06F 12/02 A, 6G 06F 3/06 BRIC1 | RIC1 | |
| Search report despatchedORIGINAL CODE: 0009013PUAL | PUAL | |
| Request for examination filed17P | 17P | |
| Designated contracting statesAK | AK | |
| Request for extension of the european patentAL;LT;LV;MK;RO;SIAX | AX | |
| Public reference made under article 153(3) epc to a published international application that has entered the european phaseORIGINAL CODE: 0009012PUAI | PUAI |
Numbers
- Publication
- 0875834
- Application
- 983032418
Titles3
- German
- Dateiensystem und Dateienverwaltungsverfahren
- English
- File system and file management method
- French
- Système de fichiers et méthode de gestion de fichiers
Classification
- CPC, 11
- H04N21/2182
- G06F12/00
- G06F3/061
- G06F3/0643
- G06F3/0674
- G06F16/9017
- Y10S707/99936
- Y10S707/99937
- Y10S707/99956
- Y10S707/99942
- Y10S707/99945
- IPC, 5
- G06F12 00
- G06F3 06
- G06F17 30
- H04N5 00
- H04N21 218
Designated states25
- Contracting states, 19
- Austria
- Belgium
- Switzerland
- Cyprus
- Germany
- Denmark
- Spain
- Finland
- France
- United Kingdom
- Greece
- Ireland
- Italy
- Liechtenstein
- Luxembourg
- Monaco
- Netherlands (Kingdom of the)
- Portugal
- Sweden
- Extension states, 6
- Albania
- Lithuania
- Latvia
- North Macedonia
- Romania
- Slovenia