WO1997018511A1 - A digital storage jukebox with cache memory - Google Patents
A digital storage jukebox with cache memory Download PDFInfo
- Publication number
- WO1997018511A1 WO1997018511A1 PCT/US1996/017263 US9617263W WO9718511A1 WO 1997018511 A1 WO1997018511 A1 WO 1997018511A1 US 9617263 W US9617263 W US 9617263W WO 9718511 A1 WO9718511 A1 WO 9718511A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- media
- cache
- sector
- drive
- data
- Prior art date
Links
- 238000011010 flushing procedure Methods 0.000 claims description 8
- 238000000034 method Methods 0.000 abstract description 41
- 238000012546 transfer Methods 0.000 abstract description 6
- 238000012545 processing Methods 0.000 description 28
- 238000013459 approach Methods 0.000 description 6
- 230000007547 defect Effects 0.000 description 6
- 230000008901 benefit Effects 0.000 description 5
- 230000008569 process Effects 0.000 description 5
- 238000000638 solvent extraction Methods 0.000 description 5
- 230000002950 deficient Effects 0.000 description 4
- 230000007774 longterm Effects 0.000 description 3
- 230000003287 optical effect Effects 0.000 description 3
- 230000003111 delayed effect Effects 0.000 description 2
- 238000011989 factory acceptance test Methods 0.000 description 2
- 238000012949 factory acceptance testing Methods 0.000 description 2
- 239000003925 fat Substances 0.000 description 2
- 230000009286 beneficial effect Effects 0.000 description 1
- 238000004364 calculation method Methods 0.000 description 1
- 230000001427 coherent effect Effects 0.000 description 1
- 230000007812 deficiency Effects 0.000 description 1
- 238000011161 development Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 230000006870 function Effects 0.000 description 1
- 230000007246 mechanism Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000004044 response Effects 0.000 description 1
- 230000007704 transition Effects 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input 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/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
- G06F12/08—Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
- G06F12/0802—Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
- G06F12/0866—Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches for peripheral storage systems, e.g. disk cache
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input 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/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F2003/0697—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers device management, e.g. handlers, drivers, I/O schedulers
Definitions
- This invention relates to data transfer to and from plural sectors/clusters of multiple independent storage media within a jukebox.
- tape is a highly cost efficient storage means because tape does not require that the electronics to manipulate the tape be included in each cartridge. Rather, a single tape reader with the expensive control circuitry is purchased and new, cheap media is purchased separately. Tapes are also advantageous in that they are easy to make copies of, easy to store and resilient to damage. However, tape has an inherent disadvantage that it is not a random access storage media, rather it is sequential and requires linear streaming from a present position, past any intermediate data, to a desired position.
- Disk-based media i.e., hard disks, CD ROMs, magneto- optical discs and floppy disks
- Disk-based media overcome the above-mentioned disadvantageous feature of tape because they are random access and may seek to any sector on the storage media rapidly.
- the total size of any of these random access storage media is often small in comparison to tape and is constrained to be small based on site constraints. Often these media are no bigger than the size of a compact disc.
- multi-platter storage mechanisms have been developed which enable a series of physically separate media to be joined to look like a single large media.
- Hard disks with plural platters simulate a larger media by concatenating the storage space of the individual platters.
- the plural platters are split into a series of cylinders, tracks, sectors and heads.
- a cylinder is a contiguous concentric ring encompassing a track on each of the platters.
- a track is a single contiguous ring on a single surface of one of the platters and is composed of multiple sectors. For each sector, there are usually two corresponding platter surfaces per platter which are designated by a head number. Therefore, any sector on the hard disk can be uniquely identified by its cylinder, track, sector and head position.
- hard disks have the disadvantages of requiring a permanently closed structure for housing the media, and the lose capabilities of the whole drive when one head or platter is damaged.
- Hard disks also have the disadvantage of requiring that the read/write/control electronics be provided in each drive, increasing the cost of the storage capacity.
- a jukebox which can read and write removable media, such as cartridges or magneto-optical discs.
- removable media By using removable media, a permanently closed structure is not required, backups of individual discs/cartridges can be made and cost can be reduced by providing only a single set of read/write/control electronics and duplicating just the media.
- Previously known jukebox systems have been limited in their efficiency by the method they employed to read and write data from the individual discs or cartridges which caused excessive media swapping.
- the following procedure is used. First the first cartridge comprising the logical file system is inserted into the drive of the jukebox and the File
- Allocation Table (FAT) is read so that the operating system may determine what areas are free.
- the first cartridge is ejected and replaced by a corresponding cartridge which has free sectors to be written. Plural sectors of data are filled as requested by the operating system.
- the second cartridge must be ejected so that the FAT can again be read to determine where the next sector can be found for a read request or where a next sector is to be written for a write request.
- This two step process of reading the FAT so that the actual file can be found causes wear and tear on the mechanical cartridge exchange system and reduces the mean time between failures (MTBF) .
- MTBF mean time between failures
- a system for controlling a jukebox, including at least one drive, and plural recordable media (cartridges or discs) to be read from and written to as a simulated single contiguous drive or volume, the system comprising: a cache including plural entries for storing sectors corresponding to sectors on the plural removable media; and a controller for reading data from and writing data to the cache, comprising: means for writing data to the cache when a current media in the at least one drive does not contain a sector to be written, means for writing data to a sector of the current media when the current media contains a sector to be written, and means for flushing the cache to respective media when the cache has a predetermined utilization.
- a system for controlling a jukebox, including at least one drive, and plural recordable media (cartridges or discs) to be read from and written to as a simulated single contiguous drive or volume, the system comprising: a cache including plural entries for storing sectors corresponding to sectors on the plural removable media; means for initializing the cache; means for receiving a media request; means for determining a type of the received media request as one of a read and write request; means for reading and returning a sector from the cache if the read request requests a sector stored in the cache; means for reading and returning a sector from a current media in the at least one drive if the read request requests a sector stored on the current media; first means for changing to a new media; means for returning data of a sector from the new media; means for writing data of a sector to the current media if the write request requests data of a sector on the current media be stored; means for writing data of a sector to the cache
- a system for controlling a jukebox, including at least one drive, and plural recordable media (cartridges or discs) to be read from and written to as a simulated single contiguous drive or volume, the system comprising: a cache with plural entries including a data area and status information for each entry, means for receiving requests, means for determining the type of request received and the physical media to which the request corresponds, means for determining if a sector is present in the cache, means for reading a requested sector from the cache, means for passing the requested sector back to a requester, means for ejecting the current media when a requested sector to be read is not in the cache or on the media in the drive, means for inserting into the drive the new media with the sector to be read, means for flushing any pending writes in the cache for the newly inserted media to the newly inserted media, means for clearing part of the cache to make room for the read sector, means for caching the read sector when the sector is not
- the present invention creates the illusion of a single logical drive from the multiple independent storage media by caching writes to individual discs/cartridges in a jukebox to increase the efficiency of writes to the system by reducing cartridge swapping.
- the present invention further caches reads from and writes to the cartridges in a jukebox to increase the efficiency of the system by reducing cartridge swapping.
- Figure 1 is a schematic of a computer system attached to a jukebox according to an embodiment of this invention
- Figure 2A is a schematic of a logical structure for a simulated disc which actually spans multiple physical media
- Figure 2B is a schematic showing a first method of partitioning the sectors of the logical disk wherein the sectors of the logical disk span 2N single-sided discs
- Figure 2C is a schematic showing a second method of partitioning the sectors of the logical disk wherein the sectors of the logical disk span N double-sided cartridges with the sectors assigned contiguously from one side to the next;
- Figure 2D is a schematic showing a third method of partitioning the sectors of the logical disk wherein the sectors/clusters are not assigned contiguously to reduce disc swapping time;
- Figure 2E is a schematic showing another method of partitioning the sectors/clusters of a logical disk with a different logical structure than Figure 2A, wherein the File Allocation Table (FAT) and the data (including directory information) are intermixed;
- FAT File Allocation Table
- Figure 3 is a schematic showing the logical structure of how read and write requests propagates from an application to the jukebox and how the result is returned to the application;
- Figure 4 is a schematic showing plural entries of a cache
- Figure 5 is a flowchart showing an embodiment of a write caching method used in the present invention to increase performance and reduce wear on mechanical components of the jukebox;
- Figure 6 is a flowchart showing an embodiment of a read/write caching method used in the present invention to increase performance and reduce wear on the mechanical components of the jukebox.
- Figure 1 is a view showing a computer system 10 attached to a jukebox 30 which represents a system according to one embodiment of the present invention.
- Computer 10 comprises a motherboard 12 housing a microprocessor 14, memory 16, high capacity storage media (i.e., hard disk(s)) 18, removable storage media 20 and an adaptor card 24.
- the computer system 10 is attached to a computer monitor 40, a computer keyboard 42, a mouse 44 and a jukebox 30.
- the jukebox 30 houses two drives 32 and multiple removable storage media 36.
- the jukebox 30 could house only a single drive 32, depending on the jukebox configuration.
- the jukebox 30 also houses a hard disk which is used as a cache of frequently used sectors from different removable media of the jukebox 30.
- the jukebox 30 is fitted with a bar code reader 34 so that the disc may be identified by the jukebox without actually being read.
- the removable storage media would be labeled with corresponding numeric or alpha ⁇ numeric bar codes to aid in human recognition of the labels.
- Examples of commercially available jukebox systems are the HP SureStore Optical 20xt which has 1 drive and stores 16 cartridges, the 40st which has 2 drives and stores 32 disks, the 80st which has 4 drives and stores 64 disks and the lOOst which has 2 drives and stores 76 disks.
- the high capacity storage media 18 Stored ⁇ n the high capacity storage media 18 are programs for controlling the computer system 10 and the jukebox 30. These programs include (but are not limited to: operating system programs (Netware, DOS, OS/2, Windows, Windows NT, UNIX, Linix, etc.) , jukebox control programs (Netware Loadable Modules (NLMs) , device drivers, media configuration tools, jukebox configuration programs, programs to update jukebox firmware, etc.) and application programs which manipulate data stored on the media in the jukebox.
- NLMs Network Loadable Modules
- the means for writing device drivers and the drive controlling software varies depending on the system used.
- SDKs Standard Software Developers Kits
- OS/2 OS/2
- Windows Windows
- MS DOS Windows
- others books for the Netware SDK, especially NLM development and Tools overview will aid in the understanding of how to write device control software.
- the contents of these SDKs, including the electronically readable source code, is incorporated herein by reference.
- the jukebox and associated control software of Figure 1 are implemented to provide a logical view of a large disc or volume as shown in Figure 2A.
- Figure 2E shows an additional format, Netware-style, and, based on the present invention, it would be readily apparent to one of ordinary skill in the art how to employ the present invention to create other formats for other systems (HPFS, UNIX-style virtual and logical file systems, etc.), it thus being understood that the present invention is not restricted to any particular format shown.
- Figure 2B shows that a logical disk can be created from 2N single-sided discs with the File Allocation Table(s) , root directory and some data on the first disc and other data (including directory information) on the remaining three discs. Because the discs are single-sided, the relationship of which disc contains the sectors which are the continuation of another disc is les ⁇ important than for double-sided cartridges because the data is stored independently.
- a file crossing a media boundary receives no extra benefit from multiple drives if the data required is on both sides of the same cartridge.
- data is written contiguously in a file this is more likely to occur in Figure 2C than Figure 2D because of locality of reference.
- Figure 2D the data layout of Figure 2D would enable the beginning and end of a file crossing a media to be read simultaneously by putting the two cartridges in separate drives.
- the system will prompt the user with a label name to be attached to the ejected disc. This prevents a user from having to insert each unlabeled disc into the jukebox to determine to which set the unlabeled disc belongs. However, should a label be destroyed, the information can be read from the zeroth sector by the system and the user can be prompted with the appropriate name for the disc. Additionally, each disc can be labeled with a bar code which can be read by bar code reader 34 without having to actually read the contents of the removable storage media 36. This analysis of which media are present in the jukebox can be done during low load periods, such as at night. Additionally, to ensure that discs are properly labeled, the system may require that a removable storage media 36 be labeled after being initialized and then reinserted into the system so that the bar code may be verified.
- the defect management area is read to determine the sectors marked as defective in the primary defect list and any additional defective sectors are added to a secondary defect list and substituted with additional sectors on the discs which are reserved for "hot swaps." In this way, the defective sectors can be avoided seamlessly by using the information in the defect management area.
- the DMA. is used by the jukebox to determine where to find the zeroth sector information, damage to the DMA grasp is especially severe.
- an additional object of the present invention is to provide a means for updating a damaged copy of the DMA by comparing existing copies of the DMA that are not damaged and reconstructing a DMA copy by using non-defective copies of the DMA.
- a simple majority of the DMA copies can be used as a strong indication that the correct value should be the same as the majority of the DMA copies. In this way, a damaged DMA can be reconstructed so that a cartridge can continue to be used.
- the present invention also encompasses a means for diagnosing the media, the drives in a jukebox, and the jukebox. During quiescent times, media diagnostics can be run to analyze the number of sectors that are damaged and therefore written to the secondary defect list.
- the media will be marked as read only and removed from the system to prevent further errors.
- the media may be copied later to create a new working version of the discs so that a logical disk/volume may be saved in the presence of errors.
- an application makes a request for a disc sector by calling an operating system function which passes the request from the application to the operating system.
- the operating system determines the nature of the request from the application and translates the request as necessary to convert from a file name to a desired device or from a file handle to a desired device.
- the operating system requests a sector from the appropriate device driver or NLM controlling the device storing the sector.
- the request is processed by examining the contents of the cache with reference to which media is currently in the drive.
- a result is passed from the device driver to the operating system indicating that the write completed, even though the data may not actually have been written out to the media, and the result is then passed from the operating system back to the application.
- the result code and the data corresponding to the requested sector are passed from the device driver to the operating system where the operating system returns the data and result to the application.
- the cache of the system can either be a separate RAM cache for each drive in the jukebox 30, a unified RAM cache for all drives in the jukebox 30 or a hard disk, inside the jukebox, dedicated to the jukebox 30 but inside the computer system 10 or inside the computer system 10 and shared between the computer system 10 and the jukebox.
- Figure 4 shows an illustrative embodiment of the cache used by the present invention.
- Each cache entry contains space for not only the data but also the status information required. Because writes or reads from several different media can be cached in the same cache, each cache entry must contain an indication of which media the data corresponds to.
- each cache entry contains additional bits describing whether a cache entry is valid, what the time stamp of the last access was, a reference count, a dirty bit and additional reserved bits.
- all the valid bits are set to zero as the cache has not yet been filled.
- the reference count of a cache entry is updated to perform reference counting so that "hot" or frequently used entries are not flushed unnecessarily.
- the reference counts are checked for activity and subsequently set to zero to begin a new period for examination.
- a dirty bit is provided to indicate to the system whether or not a cache entry is consistent with its corresponding entry on its corresponding media.
- these entries may be discarded immediately without updating their corresponding media because their current value is consistent with their saved value. This enables a system performing read and write caching to have greater control over its replacement strategy and to provide faster replacements when the cache has a predetermined utilization.
- sector will be used to denote the block size of data to be read or written according to the request received, although it should be understood that request may be for plural sectors, a cluster of sectors (the base unit for the number of sectors assigned to a file each time a file is created, it is also the size unit used in the FAT to describe what parts of the disc are used, free, reserved, part of a chain, etc.) or any other size.
- the size of the requests also need not be the same in each request, but a "sector" is used for convenience and clarity.
- FIG. 5 is a flowchart describing the operation of the method of using a write cache to improve the efficiency of a jukebox.
- the method uses a faster storage device or devices as a cache for the sectors to be written to the media in the jukebox.
- These cache devices can be RAM, hard disks, flash memory, or a combination of any.
- the RAM is advantageous in that it is the fastest of the cache devices, but is limited in size by the size of the memory 16 in the computer system 10, the amount of RAM on the jukebox controller, if any, and the amount of RAM in the jukebox, if any.
- RAM in the computer system 10 is also disadvantageous in that it consumes memory which could be used for applications, and its contents are lost when the computer system 10 crashes or loses power. For this reason, RAM caches should be supported by an uninterruptable power supply.
- RAM is also disadvantageous in its cost, although the cost continues to decrease as larger density memory chips become available.
- Flash memory has the advantage of good read access time, better write access time than a hard disk or magneto-optical disc and its preserves it contents after memory has been lost. It, therefore, is not subject to corrupting the magneto- optical discs in case of power failure.
- Flash RAM however has a limited number of times that it can be written to and it is still expensive.
- Hard drives have the advantages of cost and being a stable storage device which aids in recovering from crashes, but hard disk drives are the slowest caching media of the three.
- a hybrid approach could be used with RAM or Flash being a primary cache and the hard disk being a secondary cache, but a hard disk will provide the highest reliability.
- the FAT entries of the cartridges in a set or volume could be stored on a hard disk, even if the FATs are tens of megabytes large, which it typically too large for a RAM cache. Since the FAT entries are some of the most used sectors, the FATs can be stored/cached by simple reference counting techniques without having to know which sectors contain FAT information.
- the method is started by initializing the cache to an empty state because no requests have been received yet. Typically this step would occur at device driver initialization time or when an NLM is loaded or reset.
- step 53 the device driver or other means for performing the present invention receives a sector request corresponding to an area of the logical disk that is to be either read or written by the jukebox.
- the request that was received is analyzed in step 56 to determine if it is a read request or a write request. If the request is a read request, the processing continues on in step 59 where the method determines if the sector is in the cache or on the media (i.e. disc or cartridge) in the drive. If step 59 determines that the sector is in the cache or on the media in the drive, processing continues with step 62 where the sector is read from the media in the drive or the cache, as appropriate, and the requested sector is passed back to the requester.
- step 62 processing returns to step 53 where the means for implementing the caching method waits for the next sector request. If in step 59 it is determined that the read request is for a sector that is neither in the cache nor on the media in the drive, processing continues with step 65 which determines if there are any other pending requests for the media in the drive, and if so, reorders the requests so that all requests corresponding to the media presently in the drive are processed first. If there are no other requests for the present media, then the system ejects the current media from the drive, inserts the new media with the requested sector to be read into the new drive and then continues to step 68.
- step 68 the system implementing the caching algorithm takes the opportunity to flush out to the newly inserted media any cached write requests which were delayed because the media was not previously in the drive. Having flushed the pending write requests, step 72 continues the process by clearing the cache of the sectors written to the newly inserted media because the contents have been written to the media. These sectors are no longer needed in the cache because they can be read directly from the drive and flushing provides additional room for write requests to media not currently in the drive. Having completed step 72, processing continues with step 62 wherein the requested sector is read from the media and passed back to the requester, after which the method again waits for the next sector request in step 53. In an alternate embodiment, steps 68 and 72 are delayed until between steps 62 and 53 so that the read request can be completed as soon as possible and the requester can be released.
- step 56 determines that the received request is not a read request but rather a write request
- processing transitions from step 56 to step 75 where the method determines if the media to be written to is currently in the drive. If step 75 determines that the desired sector resides on the media in the drive, processing continues to step 78 where the sector is written through to the media in the drive, whereafter processing returns to step 53 to await a next request. However, if step 75 determines that the sector to be written to does not correspond to the media presently in the drive, processing moves to step 82 to determine if the cache currently has a predetermined utilization.
- step 82 determines that the cache currently does not have a predetermined utilization, processing continues to step 85 where the sector is written to the cache and whereafter processing returns to step 53 to await another request.
- step 82 can also determine if the number of cached writes to any one media is higher than a preset threshold, and if so, the method also continues with step 88 so that cache clearing process of steps 88-94 is performed. However, if step 82 determines that the cache has a predetermined utilization, processing moves to step 88 to begin the process of either clearing part of the cache to make room for the sector to be written or placing the media corresponding to the sector to be written into the drive to enable the write to complete.
- Step 88 ejects the media presently in the drive and determines a new media to insert into the drive based on the pending write request and previous cached write requests. (The method for determining which media to enter into the drive will be explained in more detail later.) In an alternate embodiment, step 88 reorders any pending requests for the media presently in the drive and executes those requests before ejecting discs, thereby reducing the number of disc swaps and increasing performance. The processing moves from step 88 to step 91 where at least one of the pending and cached write requests is sent to the newly inserted media in the drive. In step 94 the cache is cleared of any sector written to the newly entered media.
- step 94 processing moves from step 94 back to step 53 where the system awaits the next sector request.
- the entire cache is cleared by writing each cached entry to its corresponding media, with all cached requests for one media being sent to a media before switching to the next media.
- the write request can complete and the requester can be freed before all entries are actually flushed. This too enhances performance.
- step 88 to describe the method of determining which media with pending or cached write requests is to be inserted into the drive, either a short term or any one of several long term approaches can be used. Because disc read and write requests exhibit spatial locality of reference (a characteristic by which, when one part of a file is read or written, the parts of the file around the presently read or written part are also read or written with a high probability within a short time) , a short term approach inserts the media corresponding to the currently pending write in anticipation of subsequent writes to the same media. Furthermore, since the cache has a predetermined utilization, there are potentially previously cached writes corresponding to that media which were cached before the cache reached its current utilization which can also be flushed.
- long term approaches use any one of more complex methods for determining which media is to be entered into the drive. Examples of long term approaches are: choosing the media corresponding to the greatest number of cached writes and choosing the media corresponding to the oldest cached write in the cache, also known as the least recently used (LRU) method.
- LRU least recently used
- To determine the media with the greatest number of cached entries the status information of the cache is examined and a corresponding media counter is incremented each time a cached write request is found.
- each write request must be time stamped so that the time stamps can be examined when determining which media to enter. These time stamps additionally are updated when a sector is read to prevent a sector which is written infrequently but read frequently from being cleared from the cache.
- step 100 in which the cache is initialized to an empty state.
- step 103 the apparatus implementing the method waits for the next request to be received.
- step 106 the type of request is determined to be one of a read request, a write request or a time out notification.
- step 109 determines if the requested sector to be read is currently in the cache. If step 109 determines that the sector is present, then the sector is read from the cache in step 112 and processing continues to step 103 wherein the system waits for the next request to be received.
- step 109 determines that the requested sector to be read is not in the cache
- step 115 determines if the sector is on the media in the drive.
- step 118 follows step 115 when the sector to be read resides on the media currently in the drive, and the sector then is read from the media in the drive in step 118. Because the second embodiment is a full caching method, processing continues in step 121 to determine where in the cache to put the sector read from the media. If in step 121 it is determined that the cache does not have a predetermined utilization, then processing continues with step 124 and the sector is written to an empty entry in the cache.
- step 121 determines that the cache has a predetermined utilization
- processing moves from step 121 to step 127 wherein the method determines a sector to be replaced in the cache and performs media swapping if it is necessary to write a "dirty" sector to a media not currently in the drive.
- read requests will be reordered to allow all read requests for the present media to complete, uncached if necessary, before ejecting the cartridge presently in the case.
- step 124 After having freed a sufficient number of entries in the cache in step 127, processing continues in step 124 wherein the sector read in step 118 is written to the cache.
- step 124 Having completed step 124, either when the cache was only partially full or after having freed an entry in the cache, processing continues with step 112 wherein the sector is sent from the cache back to the requester. Having completed a read cycle, processing restarts with step 103 wherein the system waits for the next request. If, however, in step 106 the method determines that a write request has been received, step 133 determines if the sector to be written is already in the cache. If so, step 136 is executed to update the cached copy and return to step 103 to await the next request. However, if step 133 determines that the sector to be written is not already in the cache, step 133 is followed by step 139 which determines if the cache currently has a predetermined utilization.
- step 139 determines that the cache does not yet have a predetermined utilization
- the sector is added to the cache in step 142 and the next request is awaited in step 103.
- step 139 determines that the cache has a predetermined utilization
- the method progresses to step 145 wherein the method determines a sector to be replaced in the cache, which includes swapping media if necessary to write a "dirty" sector to media currently not in the drive. Based on the calculations of step 145, it may be determined that it is more beneficial to write the current request directly to its corresponding media.
- step 147 determines that the entry is to be cached, then having freed a sufficient number of entries to write in step 145, processing continues with step 142 wherein the sector/cluster is written as requested so that processing is restarted with step 103. However, if step 147 determines that the sector is to be written directly to the media, then it is written in step 149 and processing is restarted in step 103. Step 149, in an alternate embodiment, clears the whole contents of the cache by writing all the cached writes of a corresponding disc/cartridge to that disc/cartridge before changing to the next disc/cartridge. The written sector can be written to the fresh cache or not depending on the systems requirements.
- Step 150 enables the system to flush any cached writes corresponding to the media currently in the drive to make the cached copies and the copies physically stored on the cartridges coherent in case of a system crash. Step 150 may also determine that the media should be switched so that other entries can be flushed, or in anticipation of needing a different media. In addition, by flushing any cached writes while the drive is not otherwise busy, efficiency is increased by reducing the number of operations which must be performed simultaneously and by reducing the number of "dirty" entries which potentially would need to be flushed from a cache that has a predetermined utilization when a new cache entry is added.
- third and fourth embodiments of the present invention can be implemented using the methods of the first and second embodiments but using plural drives instead of a single drive so that in steps 65, 88, 130 and 145, the system determines which of the plural drives is to have its media removed and replaced with a different media. This determination can be made based a number of factors including the least recently used media, the media corresponding to the drive used least frequently on average over a predetermined time period, or the media with the fewest dirty sectors after having flushed the sectors. In order to support such approaches, reference counts are kept which record how frequently each drive is used.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- Memory System Of A Hierarchy Structure (AREA)
Abstract
Description
Claims
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
EP96940260A EP0861464A4 (en) | 1995-11-13 | 1996-11-12 | A digital storage jukebox with cache memory |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US08/554,981 | 1995-11-13 | ||
US08/554,981 US5845104A (en) | 1995-11-13 | 1995-11-13 | Method and system for reading data from and writing data to a jukebox using a cache |
Publications (1)
Publication Number | Publication Date |
---|---|
WO1997018511A1 true WO1997018511A1 (en) | 1997-05-22 |
Family
ID=24215503
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/US1996/017263 WO1997018511A1 (en) | 1995-11-13 | 1996-11-12 | A digital storage jukebox with cache memory |
Country Status (3)
Country | Link |
---|---|
US (1) | US5845104A (en) |
EP (1) | EP0861464A4 (en) |
WO (1) | WO1997018511A1 (en) |
Families Citing this family (64)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7424731B1 (en) | 1994-10-12 | 2008-09-09 | Touchtunes Music Corporation | Home digital audiovisual information recording and playback system |
ES2143556T3 (en) | 1994-10-12 | 2000-05-16 | Touchtunes Music Corp | INTELLIGENT DIGITAL AUDIOVISUAL REPRODUCTION SYSTEM. |
US7188352B2 (en) | 1995-07-11 | 2007-03-06 | Touchtunes Music Corporation | Intelligent digital audiovisual playback system |
US8661477B2 (en) | 1994-10-12 | 2014-02-25 | Touchtunes Music Corporation | System for distributing and selecting audio and video information and method implemented by said system |
FR2753868A1 (en) | 1996-09-25 | 1998-03-27 | Technical Maintenance Corp | METHOD FOR SELECTING A RECORDING ON AN AUDIOVISUAL DIGITAL REPRODUCTION SYSTEM AND SYSTEM FOR IMPLEMENTING THE METHOD |
US6199076B1 (en) * | 1996-10-02 | 2001-03-06 | James Logan | Audio program player including a dynamic program selection controller |
US6223348B1 (en) * | 1997-09-03 | 2001-04-24 | Universal Electronics Inc. | Universal remote control system |
FR2769165B1 (en) | 1997-09-26 | 2002-11-29 | Technical Maintenance Corp | WIRELESS SYSTEM WITH DIGITAL TRANSMISSION FOR SPEAKERS |
FR2781582B1 (en) | 1998-07-21 | 2001-01-12 | Technical Maintenance Corp | SYSTEM FOR DOWNLOADING OBJECTS OR FILES FOR SOFTWARE UPDATE |
FR2781580B1 (en) | 1998-07-22 | 2000-09-22 | Technical Maintenance Corp | SOUND CONTROL CIRCUIT FOR INTELLIGENT DIGITAL AUDIOVISUAL REPRODUCTION SYSTEM |
US8028318B2 (en) | 1999-07-21 | 2011-09-27 | Touchtunes Music Corporation | Remote control unit for activating and deactivating means for payment and for displaying payment status |
FR2781591B1 (en) | 1998-07-22 | 2000-09-22 | Technical Maintenance Corp | AUDIOVISUAL REPRODUCTION SYSTEM |
US8726330B2 (en) | 1999-02-22 | 2014-05-13 | Touchtunes Music Corporation | Intelligent digital audiovisual playback system |
US6356971B1 (en) | 1999-03-04 | 2002-03-12 | Sony Corporation | System for managing multimedia discs, tracks and files on a standalone computer |
FR2796482B1 (en) | 1999-07-16 | 2002-09-06 | Touchtunes Music Corp | REMOTE MANAGEMENT SYSTEM FOR AT LEAST ONE AUDIOVISUAL INFORMATION REPRODUCING DEVICE |
JP3249959B2 (en) * | 1999-10-12 | 2002-01-28 | 株式会社ソニー・コンピュータエンタテインメント | Portable storage device and memory card |
FR2805377B1 (en) | 2000-02-23 | 2003-09-12 | Touchtunes Music Corp | EARLY ORDERING PROCESS FOR A SELECTION, DIGITAL SYSTEM AND JUKE-BOX FOR IMPLEMENTING THE METHOD |
FR2805060B1 (en) | 2000-02-16 | 2005-04-08 | Touchtunes Music Corp | METHOD FOR RECEIVING FILES DURING DOWNLOAD |
FR2805072B1 (en) | 2000-02-16 | 2002-04-05 | Touchtunes Music Corp | METHOD FOR ADJUSTING THE SOUND VOLUME OF A DIGITAL SOUND RECORDING |
FR2808906B1 (en) | 2000-05-10 | 2005-02-11 | Touchtunes Music Corp | DEVICE AND METHOD FOR REMOTELY MANAGING A NETWORK OF AUDIOVISUAL INFORMATION REPRODUCTION SYSTEMS |
FR2811175B1 (en) | 2000-06-29 | 2002-12-27 | Touchtunes Music Corp | AUDIOVISUAL INFORMATION DISTRIBUTION METHOD AND AUDIOVISUAL INFORMATION DISTRIBUTION SYSTEM |
FR2811114B1 (en) | 2000-06-29 | 2002-12-27 | Touchtunes Music Corp | DEVICE AND METHOD FOR COMMUNICATION BETWEEN A SYSTEM FOR REPRODUCING AUDIOVISUAL INFORMATION AND AN ELECTRONIC ENTERTAINMENT MACHINE |
US6498937B1 (en) | 2000-07-14 | 2002-12-24 | Trw Inc. | Asymmetric bandwidth wireless communication techniques |
FR2814085B1 (en) | 2000-09-15 | 2005-02-11 | Touchtunes Music Corp | ENTERTAINMENT METHOD BASED ON MULTIPLE CHOICE COMPETITION GAMES |
US7277765B1 (en) | 2000-10-12 | 2007-10-02 | Bose Corporation | Interactive sound reproducing |
US7792923B2 (en) * | 2000-10-13 | 2010-09-07 | Zhe Khi Pak | Disk system adapted to be directly attached to network |
US7191190B2 (en) * | 2001-03-27 | 2007-03-13 | Microsoft Corporation | Meta data management for media content objects |
US20050149682A1 (en) * | 2001-10-09 | 2005-07-07 | Han-Gyoo Kim | Virtual multiple removable media jukebox |
US7502886B1 (en) * | 2001-10-23 | 2009-03-10 | Emc Corporation | Data storage device with two-tier raid control circuitry |
US7822687B2 (en) | 2002-09-16 | 2010-10-26 | Francois Brillon | Jukebox with customizable avatar |
US8151304B2 (en) | 2002-09-16 | 2012-04-03 | Touchtunes Music Corporation | Digital downloading jukebox system with user-tailored music management, communications, and other tools |
US8332895B2 (en) | 2002-09-16 | 2012-12-11 | Touchtunes Music Corporation | Digital downloading jukebox system with user-tailored music management, communications, and other tools |
US10373420B2 (en) | 2002-09-16 | 2019-08-06 | Touchtunes Music Corporation | Digital downloading jukebox with enhanced communication features |
US8103589B2 (en) | 2002-09-16 | 2012-01-24 | Touchtunes Music Corporation | Digital downloading jukebox system with central and local music servers |
US9646339B2 (en) | 2002-09-16 | 2017-05-09 | Touchtunes Music Corporation | Digital downloading jukebox system with central and local music servers |
US12100258B2 (en) | 2002-09-16 | 2024-09-24 | Touchtunes Music Company, Llc | Digital downloading jukebox with enhanced communication features |
US8584175B2 (en) | 2002-09-16 | 2013-11-12 | Touchtunes Music Corporation | Digital downloading jukebox system with user-tailored music management, communications, and other tools |
US11029823B2 (en) | 2002-09-16 | 2021-06-08 | Touchtunes Music Corporation | Jukebox with customizable avatar |
US7051174B2 (en) * | 2002-09-24 | 2006-05-23 | International Business Machines Corporation | Method, system, and program for restoring data in cache |
US7600266B2 (en) * | 2003-06-30 | 2009-10-06 | Gateway, Inc. | Optical jukebox with copy protection caching and methods of caching copy protected data |
US7152739B1 (en) * | 2003-11-21 | 2006-12-26 | Tube Decor/By Innerface Concepts, Inc. | Dental appliance storage assembly |
US8762635B1 (en) * | 2005-03-31 | 2014-06-24 | Google Inc. | Method and apparatus for selecting and storing data on a hard disk drive |
US20060277333A1 (en) * | 2005-06-01 | 2006-12-07 | Creative Technology Ltd. | Portable data storage device |
US20060277334A1 (en) * | 2005-06-01 | 2006-12-07 | Creative Technology Ltd. | Portable data storage device |
US9171419B2 (en) | 2007-01-17 | 2015-10-27 | Touchtunes Music Corporation | Coin operated entertainment system |
US9330529B2 (en) | 2007-01-17 | 2016-05-03 | Touchtunes Music Corporation | Game terminal configured for interaction with jukebox device systems including same, and/or associated methods |
US9953481B2 (en) | 2007-03-26 | 2018-04-24 | Touchtunes Music Corporation | Jukebox with associated video server |
US8332887B2 (en) | 2008-01-10 | 2012-12-11 | Touchtunes Music Corporation | System and/or methods for distributing advertisements from a central advertisement network to a peripheral device via a local advertisement server |
US10290006B2 (en) | 2008-08-15 | 2019-05-14 | Touchtunes Music Corporation | Digital signage and gaming services to comply with federal and state alcohol and beverage laws and regulations |
US8261026B2 (en) * | 2008-03-07 | 2012-09-04 | Apple Inc. | Application cache population from peer application |
WO2010005569A1 (en) | 2008-07-09 | 2010-01-14 | Touchtunes Music Corporation | Digital downloading jukebox with revenue-enhancing features |
KR101748448B1 (en) | 2009-03-18 | 2017-06-16 | 터치튠즈 뮤직 코포레이션 | Entertainment server and associated social networking services |
US10564804B2 (en) | 2009-03-18 | 2020-02-18 | Touchtunes Music Corporation | Digital jukebox device with improved user interfaces, and associated methods |
US9292166B2 (en) | 2009-03-18 | 2016-03-22 | Touchtunes Music Corporation | Digital jukebox device with improved karaoke-related user interfaces, and associated methods |
US10719149B2 (en) | 2009-03-18 | 2020-07-21 | Touchtunes Music Corporation | Digital jukebox device with improved user interfaces, and associated methods |
US12112093B2 (en) | 2009-03-18 | 2024-10-08 | Touchtunes Music Company, Llc | Entertainment server and associated social networking services |
CN105354940A (en) | 2010-01-26 | 2016-02-24 | 踏途音乐公司 | Digital jukebox device with improved user interfaces, and associated methods |
CN103518377A (en) * | 2011-01-06 | 2014-01-15 | 汤姆逊许可公司 | Method and apparatus for updating a database in a receiving device |
EP2759126B8 (en) | 2011-09-18 | 2021-03-31 | Touchtunes Music Corporation | Digital jukebox device with karaoke and/or photo booth features, and associated methods |
US11151224B2 (en) | 2012-01-09 | 2021-10-19 | Touchtunes Music Corporation | Systems and/or methods for monitoring audio inputs to jukebox devices |
JP2013250657A (en) * | 2012-05-30 | 2013-12-12 | Toshiba Corp | Information processor, storage device, and data management method |
US9921717B2 (en) | 2013-11-07 | 2018-03-20 | Touchtunes Music Corporation | Techniques for generating electronic menu graphical user interface layouts for use in connection with electronic devices |
US9286238B1 (en) * | 2013-12-31 | 2016-03-15 | Emc Corporation | System, apparatus, and method of cache management |
WO2015148644A1 (en) | 2014-03-25 | 2015-10-01 | Touchtunes Music Corporation | Digital jukebox device with improved user interfaces, and associated methods |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4766581A (en) * | 1984-08-07 | 1988-08-23 | Justin Korn | Information retrieval system and method using independent user stations |
US5438674A (en) * | 1988-04-05 | 1995-08-01 | Data/Ware Development, Inc. | Optical disk system emulating magnetic tape units |
US5504873A (en) * | 1989-11-01 | 1996-04-02 | E-Systems, Inc. | Mass data storage and retrieval system |
US5530850A (en) * | 1993-10-25 | 1996-06-25 | International Business Machines Corporation | Data storage library array with log-structured file system which allows simultaneous write and garbage collection |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
GB9304831D0 (en) * | 1993-03-09 | 1993-04-28 | Int Computers Ltd | Hierachic storage management mechanism |
GB9401522D0 (en) * | 1994-01-27 | 1994-03-23 | Int Computers Ltd | Hierarchic data storage system |
-
1995
- 1995-11-13 US US08/554,981 patent/US5845104A/en not_active Expired - Fee Related
-
1996
- 1996-11-12 EP EP96940260A patent/EP0861464A4/en not_active Withdrawn
- 1996-11-12 WO PCT/US1996/017263 patent/WO1997018511A1/en not_active Application Discontinuation
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4766581A (en) * | 1984-08-07 | 1988-08-23 | Justin Korn | Information retrieval system and method using independent user stations |
US5438674A (en) * | 1988-04-05 | 1995-08-01 | Data/Ware Development, Inc. | Optical disk system emulating magnetic tape units |
US5504873A (en) * | 1989-11-01 | 1996-04-02 | E-Systems, Inc. | Mass data storage and retrieval system |
US5530850A (en) * | 1993-10-25 | 1996-06-25 | International Business Machines Corporation | Data storage library array with log-structured file system which allows simultaneous write and garbage collection |
Non-Patent Citations (1)
Title |
---|
See also references of EP0861464A4 * |
Also Published As
Publication number | Publication date |
---|---|
US5845104A (en) | 1998-12-01 |
EP0861464A4 (en) | 1998-12-02 |
EP0861464A1 (en) | 1998-09-02 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5845104A (en) | Method and system for reading data from and writing data to a jukebox using a cache | |
AU2007244671B9 (en) | Filesystem-aware block storage system, apparatus, and method | |
US5089958A (en) | Fault tolerant computer backup system | |
AU2005304792B2 (en) | Storage system condition indicator and method | |
EP1816563B1 (en) | Method of managing data snapshot images in a storage system | |
US7085895B2 (en) | Apparatus, system, and method flushing data from a cache to secondary storage | |
US6718427B1 (en) | Method and system utilizing data fragments for efficiently importing/exporting removable storage volumes | |
US5210866A (en) | Incremental disk backup system for a dynamically mapped data storage subsystem | |
US7571291B2 (en) | Information processing system, primary storage device, and computer readable recording medium recorded thereon logical volume restoring program | |
US20070266037A1 (en) | Filesystem-Aware Block Storage System, Apparatus, and Method | |
EP0899731B1 (en) | Improved disk log using distributed write | |
KR20080053878A (en) | Data storage device, method of rearranging data and recording medium therefor | |
US9244849B2 (en) | Storage control apparatus, storage system and method | |
JPH1185589A (en) | Information storage device and managing data reconstructing method to be applied to the same | |
Haining | Non-volatile cache management for improving write response time with rotating magnetic media | |
JP2004220472A (en) | Data recovery method and device of external storage device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AK | Designated states |
Kind code of ref document: A1 Designated state(s): JP KR |
|
AL | Designated countries for regional patents |
Kind code of ref document: A1 Designated state(s): AT BE CH DE DK ES FI FR GB GR IE IT LU MC NL PT SE |
|
DFPE | Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101) | ||
121 | Ep: the epo has been informed by wipo that ep was designated in this application | ||
WWE | Wipo information: entry into national phase |
Ref document number: 1996940260 Country of ref document: EP |
|
WWP | Wipo information: published in national office |
Ref document number: 1996940260 Country of ref document: EP |
|
NENP | Non-entry into the national phase |
Ref country code: JP Ref document number: 97518867 Format of ref document f/p: F |
|
WWW | Wipo information: withdrawn in national office |
Ref document number: 1996940260 Country of ref document: EP |