US20080082714A1 - Systems, methods and apparatus for flash drive - Google Patents

Systems, methods and apparatus for flash drive Download PDF

Info

Publication number
US20080082714A1
US20080082714A1 US11/536,895 US53689506A US2008082714A1 US 20080082714 A1 US20080082714 A1 US 20080082714A1 US 53689506 A US53689506 A US 53689506A US 2008082714 A1 US2008082714 A1 US 2008082714A1
Authority
US
United States
Prior art keywords
interface
usb
computer
female
male
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US11/536,895
Inventor
Michael G. HINCHEY
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
National Aeronautics and Space Administration NASA
Original Assignee
National Aeronautics and Space Administration NASA
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 National Aeronautics and Space Administration NASA filed Critical National Aeronautics and Space Administration NASA
Priority to US11/536,895 priority Critical patent/US20080082714A1/en
Assigned to UNITED STATES OF AMERICA AS REPRESENTED BY THE ADMINISTRATOR OF THE NATIONAL AERONAUTICS AND SPACE ADMINISTRATION reassignment UNITED STATES OF AMERICA AS REPRESENTED BY THE ADMINISTRATOR OF THE NATIONAL AERONAUTICS AND SPACE ADMINISTRATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: HINCHEY, MICHAEL G., MR.
Priority to US11/935,572 priority patent/US7673089B2/en
Priority to US11/935,821 priority patent/US20080147935A1/en
Publication of US20080082714A1 publication Critical patent/US20080082714A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/38Information transfer, e.g. on bus
    • G06F13/40Bus structure
    • G06F13/4004Coupling between buses
    • G06F13/4027Coupling between buses using bus bridges
    • G06F13/4045Coupling between buses using bus bridges where the bus bridge performs an extender function

Definitions

  • This invention relates generally to flash drives, and more particularly to portable flash drives.
  • USB flash drives are NAND-type flash memory data storage devices integrated with a USB interface.
  • USB flash drives are typically small, lightweight, removable and rewritable. These USB flash drives are commonly known as “thumb drives” and “data sticks.”
  • USB flash drives have several advantages over other portable storage devices, particularly the floppy disk.
  • Conventional USB flash drives are generally faster, hold more data, and are considered more reliable (due to their lack of moving parts) than floppy disks.
  • Conventional USB flash drives use the USB mass storage standard, supported natively by modern operating systems such as Linux, Mac OS X, and Windows XP.
  • USB flash drives include a small printed circuit board encased in a robust plastic or metal casing, making the drive sturdy enough to be carried about in a pocket, as a keyfob, or on a lanyard. Only a USB interface protrudes from this protection, and is usually covered by a removable cap. Most conventional USB flash drives use a standard type-A USB connection allowing them to be connected directly to a port on a personal computer. USB interfaces are also known as USB connectors.
  • USB flash drives are active only when powered by a USB computer connection, and require no other external power source or battery power source; conventional USB flash drives are powered using the limited supply afforded by the USB connection.
  • the conventional USB flash drives must be connected to a computer, either by direct connection to the computer's USB port or via a USB hub. USB drives are quickly replacing CD Roms, floppy drives, and even printed matter in usage.
  • USB flash drives One end of conventional USB flash drives is fitted with a single male type-A USB interface. Inside the plastic casing is a small printed circuit board. Mounted on this board is simple power circuitry and a small number of surface-mounted integrated circuits (ICs). Typically, one of these ICs provides an interface to the USB port, another drives the onboard memory, and yet another is the flash memory.
  • ICs surface-mounted integrated circuits
  • the essential components of conventional USB flash drives are a male type-A USB interface, a USB mass storage controller, a NAND flash memory chip and a crystal oscillator.
  • the male type-A USB interface provides an interface to the host computer.
  • the USB mass storage controller includes a USB host controller and provides a linear interface to block-oriented serial flash devices while hiding the complexities of block-orientation, block erasure, and wear balancing or wear leveling.
  • the USB mass storage controller contains a small RISC microprocessor and a small amount of on-chip ROM and RAM.
  • the NAND flash memory chip stores data.
  • the crystal oscillator produces a 12 MHz clock signal and controls data output through a phase-locked loop.
  • USB flash drives are limited in the amount of data that can be stored thereon because the NAND flash memory chip is manufactured with a certain amount of data storage capacity.
  • the data storage capacity can be increased by physically replacing the NAND flash memory chip, but physically replacing the NAND flash memory chip costs many more times the price of the original USB flash drive, and accordingly, replacing the NAND flash memory chip is not performed except under the most extraordinary of circumstances.
  • USB flash drives Another option to increase the amount of data storage capacity that is available to a personal computer on a USB flash drive is to connect multiple USB flash drives to multiple USB ports on the computer.
  • the number of USB ports that is available on a computer is usually limited to 2 or 3 USB ports, so the number of USB flash drives that can be connected is 2 or 3.
  • Each of the USB flash drives is identified and accessible to the computer as a unique external drive, each having a unique drive identification, such as “D”, “E”, “F” and so forth.
  • each of the USB flash drives having a unique and different drive identification increases the complexity of locating data on the USB flash drives.
  • USB flash drives Another conventional way to increase the amount of data storage capacity that is available to a personal computer on a USB flash drive is to connect multiple USB flash drives through one of more USB hubs that are in turn connected to the computer.
  • this technique still has the problem that each drive has a unique and different drive identification, which in turn increases the complexity of locating data on the USB flash drives.
  • This technique is also ultimately limited by the number of USB ports on the computer and the number of USB devices that can be connected to each port.
  • USB universal serial bus
  • an apparatus to store data includes a non-volatile computer memory coupled by a male interface to an external device and a by a female interface to an external device. This may solve the need in the art to increase the storage capacity that is available to a personal computer on a USB drive by allowing a number of the apparatus to be connected in series.
  • a USB flash drive includes a USB mass storage controller coupled to a NAND flash memory chip, a crystal oscillator and a plurality of type-A USB interfaces. This may solve the need in the art to increase the storage capacity that is available to a personal computer on a USB drive by allowing a number of the USB flash drives to be connected in series, thus increasing the available storage capacity by the number of USB flash drives connected in series.
  • a USB flash drive includes a USB mass storage controller coupled to a NAND flash memory chip, a crystal oscillator and a plurality of type-A USB interfaces in which the plurality of type-A USB interfaces comprise essentially one or more male type-A USB interface and female type-A USB interface.
  • FIG. 1 is a block diagram of an overview of a system to store data using a plurality of USB interfaces, according to an embodiment
  • FIG. 2 is a block diagram of an apparatus to store data having a non-volatile computer memory, a male interface and a female interface, according to an embodiment
  • FIG. 3 is a block diagram of an overview of an apparatus to store data that includes flash memory and a plurality of USB interfaces, according to an embodiment
  • FIG. 4 is a block diagram of an overview of an apparatus to store data that includes NAND flash memory and a plurality of USB interfaces, according to an embodiment
  • FIG. 5 is a block diagram of an apparatus to store data having a non-volatile computer memory, a male interface and a female interface, according to an embodiment
  • FIG. 6 is a block diagram of a USB flash drive to store data having flash computer memory, a male type-A USB interface, a female type-A USB interface, a crystal oscillator and a housing, according to an embodiment
  • FIG. 7 is a block diagram of a USB mass storage controller having a daisy-chain component, according to an embodiment
  • FIG. 8 is a block diagram of a hardware and operating environment in which different embodiments can be practiced.
  • FIG. 9 is a block diagram of the hardware and operating environment in which apparatus can be practiced, according to an embodiment.
  • FIG. 1 is a block diagram of an overview of a system 100 to store data having plurality of USB interfaces, according to an embodiment. A system level overview of the operation of an embodiment is described in this section of the detailed description. System 100 may solve the need in the art to increase the storage capacity that is available to a personal computer on a universal serial bus (USB) drive.
  • USB universal serial bus
  • System 100 may include a USB mass storage controller 102 and a non-volatile computer memory 104 . Some embodiments of system 100 include a plurality of USB interfaces 106 .
  • the USB mass storage controller 102 can be operably coupled to the non-volatile computer memory 104 and the plurality of USB interfaces 106 , as indicated.
  • the plurality of USB interfaces 106 can provide a way to couple multiple USB drives to a computer (not shown in FIG. 1 ).
  • system 100 can be coupled to a computer through one of the plurality of USB interfaces 106
  • another storage device (not shown in FIG. 1 ) can be coupled to system 100 through one of the other USB interfaces 106 .
  • Operably coupling the non-volatile computer memory 104 to the computer through one of the plurality of USB interfaces 106 and operably coupling the other storage device through the one of the plurality of USB interfaces 106 can provide access by the computer to the non-volatile computer memory 104 and, in some embodiments, can provide access by the computer to the other storage device.
  • system 100 may solve the need in the art to increase the storage capacity that is available to a personal computer on a USB drive, such as system 100 .
  • system 100 is not limited to any particular USB mass storage controller 102 , non-volatile computer memory 104 , and plurality of USB interfaces 106 , for sake of clarity a simplified USB mass storage controller 102 , non-volatile computer memory 104 , and plurality of USB interfaces 106 are described. Some embodiments can operate in a multi-processing, multi-threaded operating environment on a computer, such as computer 802 in FIG. 8 .
  • FIGS. 2-7 particular implementations are described in conjunction with the system overview in FIG. 1 , according to embodiments.
  • FIG. 2 is a block diagram of an apparatus 200 for storing data, and is illustrated as having a non-volatile computer memory, a male interface and a female interface, according to an embodiment.
  • Apparatus 200 may solve the need in the art to increase the storage capacity that is available to a personal computer on a universal serial bus (USB) drive.
  • USB universal serial bus
  • Embodiments of apparatus 200 may include a USB mass storage controller 102 , a non-volatile computer memory 104 , and a plurality of USB interfaces 106 .
  • the plurality of USB interfaces 106 can include a female USB interface 202 to accept an external device.
  • the female USB interface 202 may be operably coupled to the non-volatile computer memory 104 through the USB mass storage controller 102 .
  • Apparatus 200 may also include a male USB interface 204 to connect to an external device, such as a computer.
  • the male USB interface 204 may also be operably coupled to the non-volatile computer memory 104 through the USB mass storage controller 102 .
  • the female USB interface 202 and the male USB interface 204 to external devices can provide a way to simultaneously couple multiple USB drives to a computer (not shown in FIG. 2 ).
  • apparatus 200 may be coupled to the computer through the male USB interface 204 and apparatus 200 may be simultaneously coupled to another storage device (not shown in FIG. 2 ) through the female USB interface 202 .
  • Operably coupling the non-volatile computer memory 104 to the computer through male USB interface 204 and operably coupling the other storage device through the female USB interface 202 can provide access by the computer to the non-volatile computer memory 104 and, in some embodiments, may provide access by the computer to the other storage device.
  • apparatus 200 may solve the need in the art to increase the storage capacity that is available to a personal computer.
  • FIG. 2 shows one female USB interface 202 .
  • apparatus 200 is not so limited, and in fact can include a large number of female USB interfaces 202 that are not shown in FIG. 2 .
  • FIG. 3 is a block diagram of an overview of an apparatus 300 to store data that includes flash memory and a plurality of USB interfaces, according to an embodiment.
  • Apparatus 300 may solve the need in the art to increase the storage capacity that is available to a personal computer on a USB drive.
  • apparatus 300 may include a USB mass storage controller 102 and a flash computer memory 302 .
  • the flash computer memory 302 may be one embodiment of the non-volatile computer memory 104 in FIG. 1 .
  • some embodiments of apparatus 300 include a plurality of USB interfaces 106 .
  • the USB mass storage controller 102 can be operably coupled to the flash computer memory 302 and the plurality of USB interfaces 106 , as shown.
  • the plurality of USB interfaces 106 may provide a way to couple multiple USB drives to a computer (not shown in FIG. 3 ) or other external device.
  • apparatus 300 may be coupled through one of the plurality of USB interfaces 106 to another storage device (not shown in FIG. 3 ), while another external device may be coupled to apparatus 300 through one of the other USB interfaces 106 .
  • Operably coupling the flash computer memory 302 to the computer or external device through one of the plurality of USB interfaces 106 and operably coupling the other storage device through the one of the plurality of USB interfaces 106 can provide access by the computer or external device to the flash computer memory 302 and, perhaps most significantly, in some embodiments can provide access by the computer to the other storage device.
  • apparatus 300 may solve the need in the art to increase the storage capacity that is available to a personal computer on a USB drive, such as apparatus 300 .
  • FIG. 4 is a block diagram of an overview of an apparatus 400 to store data that includes NAND flash memory and a plurality of USB interfaces, according to an embodiment.
  • Apparatus 400 may solve the need in the art to increase the storage capacity that is available to a personal computer on a USB drive.
  • Apparatus 400 may include a USB mass storage controller 102 and a NAND flash computer memory 402 .
  • the NAND flash computer memory 402 may be one embodiment of the non-volatile computer memory 102 in FIG. 1 and also may be one embodiment of the flash computer memory 302 in FIG. 3 .
  • Some embodiments of apparatus 400 may include a plurality of USB interfaces 106 .
  • the USB mass storage controller 102 can be operably coupled to the NAND flash computer memory 402 and the plurality of USB interfaces 106 .
  • the NAND flash computer memory 402 can be accessed much like block devices such as hard disks or memory cards.
  • the blocks can typically be 512 or 2048 bytes in size, although those skilled in the art will understand that any number of sizes fall within the purview of this invention.
  • each block may be associated with a few bytes (typically 12-16 bytes) that could be used for storage of an error detection and correction block checksum.
  • the NAND flash computer memory 402 can be accessed through software-based bad block management that may be resident on the USB mass storage controller 102 .
  • the logical block may be mapped to a physical block, and the apparatus 400 may have a number of blocks set aside on the NAND flash computer memory 402 for compensating bad blocks and for storing primary and secondary mapping tables.
  • the error-correcting and detecting checksum can typically correct an error where one bit in the block may be incorrect.
  • the block can be marked bad in a logical block allocation table, and its (still undamaged) contents can be copied to a new block and the logical block allocation table can be altered accordingly. If more than one bit in the memory is corrupted, the contents may be partly lost; reconstructing the original contents may be nearly impossible.
  • the first error-free physical block (block 0 ) may almost always be readable and free from errors.
  • all vital pointers for partitioning and bad block management for the device can be located inside this block (typically a pointer to bad block tables, for example).
  • apparatus 400 when executing software from the NAND flash computer memory 402 , virtual memory strategies can be used. For example, memory contents of the NAND flash computer memory 402 can first be paged or copied into memory-mapped RAM and executed there.
  • Some embodiments of apparatus 400 may also include a memory management unit (MMU), such as may be resident on the USB mass storage controller 102 , but other embodiments of apparatus can also be accomplished with careful programming of the NAND flash computer memory 402 , as will be known to those skilled in the art. For this reason, some embodiments of apparatus 400 may include a combination of NOR flash computer memory (not shown in FIG. 4 ) and NAND flash computer memory 402 , where a smaller NOR flash computer memory can be used as software ROM and a larger NAND flash computer memory 402 can be partitioned with a file system for use as a RAM storage area.
  • MMU memory management unit
  • the plurality of USB interfaces 106 may provide a way to couple multiple USB drives to a computer (not shown in FIG. 4 ).
  • apparatus 400 can be coupled through one of the plurality of USB interfaces 106 , and apparatus 400 can also be coupled to another storage device (not shown in FIG. 4 ) through one of the other USB interfaces 106 .
  • Operably coupling the NAND flash computer memory 402 to the computer through one of the plurality of USB interfaces 106 and operably coupling the other storage device through the one of the plurality of USB interfaces 106 can provide access by the computer to the NAND flash computer memory 402 and, perhaps most significantly, in some embodiments, may provide access by the computer to the other storage device.
  • apparatus 400 may solve the need in the art to increase the storage capacity that is available to a personal computer on a USB drive, such as apparatus 400 .
  • FIG. 5 is a block diagram of an apparatus 500 to store data having a non-volatile computer memory, a male interface and a female interface, according to an embodiment.
  • Apparatus 500 may solve the need in the art to increase the storage capacity that is available to a personal computer on a USB drive.
  • Apparatus 500 may include a USB mass storage controller 102 and a flash computer memory 302 .
  • the flash computer memory 302 can be one embodiment of the non-volatile computer memory 102 in FIG. 1 .
  • the plurality of USB interfaces 106 may include a female USB interface 202 to an external device.
  • the female USB interface 202 may be operably coupled to the flash computer memory 302 through the USB mass storage controller 102 .
  • Apparatus 500 may also include a male USB interface 204 to an external device, such as a computer.
  • the male USB interface 204 can be operably coupled to the flash computer memory 302 through the USB mass storage controller 102 .
  • the female USB interface 202 and the male USB interface 204 to external devices may provide a way to couple multiple USB drives to a computer (not shown in FIG. 5 ).
  • apparatus 500 may be coupled to the computer through the male USB interface 204 and apparatus 500 may be coupled to another storage device (not shown in FIG. 5 ) through the female USB interface 202 .
  • Operably coupling the flash computer memory 302 to the computer through male USB interface 204 and operably coupling the other storage device through the female USB interface 202 can provide access by the computer to the flash computer memory 302 , and perhaps most significantly, in some embodiments may provide access by the computer to the other storage device.
  • apparatus 500 may solve the need in the art to increase the storage capacity that is available to a personal computer.
  • FIG. 5 shows one female USB interface 202 .
  • apparatus 500 is not so limited, and in fact can include a large number of female USB interfaces that are not shown in FIG. 5 , as one skilled in the art will appreciate.
  • FIG. 6 is a block diagram of an USB flash drive 600 to store data having flash computer memory, a male type-A USB interface, a female type-A USB interface, a crystal oscillator and a housing, according to an embodiment.
  • Apparatus 600 may solve the need in the art to art to increase the storage capacity that is available to a personal computer on a USB drive.
  • Apparatus 600 may include a USB mass storage controller 102 and a flash computer memory 302 .
  • the flash computer memory 302 may be one embodiment of the non-volatile computer memory 102 in FIG. 1 , although those skilled in the art will know that other non-volatile computer memories may fall within the scope of this invention.
  • the plurality of USB interfaces 106 may include a female type-A interface 602 to an external device.
  • the female type-A interface 602 can be operably coupled to the flash computer memory 302 through the USB mass storage controller 102 .
  • Apparatus 600 can also include a male type-A interface 604 to an external device, such as a computer.
  • the male type-A interface 604 can be operably coupled to the flash computer memory 302 through the USB mass storage controller 102 .
  • the female type-A interface 602 and the male type-A interface 604 may provide a way to couple multiple USB drives to a computer (not shown in FIG. 6 ).
  • apparatus 600 may be coupled to the computer through the male type-A interface 604 and apparatus 600 may be coupled to another storage device (not shown in FIG. 6 ) through the female type-A interface 602 .
  • Operably coupling the flash computer memory 302 to the computer through male type-A interface 604 and operably coupling the other storage device through the female type-A interface 602 can provide access by the computer to the flash computer memory 302 , and, in some embodiments, may provide access by the computer to the other storage device.
  • apparatus 600 may solve the need in the art to increase the storage capacity that is available to a personal computer.
  • Apparatus 600 may also include a crystal oscillator 606 that can be operably coupled to the USB mass storage controller 102 .
  • Apparatus 600 can also include a housing 608 that encapsulates the USB mass storage controller 102 , the flash computer memory 302 , the female type-A interface 602 , the male type-A interface 604 and the crystal oscillator 606 , and upon or in which, the male type-A interface 604 can be mounted.
  • the female type-A interface 602 can have at least one female type-A USB interface. In some embodiments, the female type-A interface 602 may be one female type-A USB interface. In some embodiments, the male type-A interface 604 may be at least one male type-A USB interface. In some embodiments, the male type-A interface 604 may be one female type-A USB interface. In some embodiments, the plurality of USB interfaces 106 comprises essentially a single female type-A USB interface and a single male type-A USB interface.
  • FIG. 6 shows one female type-A USB interface 602 .
  • apparatus 600 is not so limited, and in fact can include a large number of female type-A USB interfaces 602 that are not shown in FIG. 6 , as will be appreciated by those skilled in the art.
  • FIG. 7 is a block diagram of a USB mass storage controller 700 having a daisy-chain component, according to an embodiment.
  • Apparatus 700 may solve the need in the art to increase the storage capacity that is available to a personal computer on a USB drive and reduce the complexity of locating data on multiple USB flash drives connected to a computer.
  • the USB mass storage controller 700 may include a daisy-chain component 702 .
  • the daisy-chain component can provide a way to daisy-chain USB storage devices, such as system 100 , apparatus 200 , apparatus 300 , apparatus 400 , apparatus 500 or apparatus 600 .
  • a daisy-chain may be defined as a configuration in which devices are connected one to another in a series. Data and power is typically transferred from one device to another.
  • Daisy-chaining may provide same drive identification for each of multiple USB flash drives when connected to a computer.
  • all of the devices connected in a daisy-chain can be identified and accessible using the same drive letter designation.
  • all of the devices in the daisy-chain can appear to be one device.
  • the location of data stored on one of the devices may not be distinguishable from the location of data stored on another one of the daisy-chained devices.
  • Such a device can provide greater storage capacity and can make all files on multiple drives appear as a single logical drive to the user.
  • larger files/applications can be split over several drives and still accessed as if the files fit on a single drive.
  • apparatus components of the USB mass storage controller 102 , USB mass storage controller 700 , and the daisy-chain component 702 can be embodied as computer hardware circuitry or as a computer-readable program, or a combination of both.
  • Methods of daisy-chaining can be performed by the computer programs, firmware, or hardware, and may also be composed of computer-executable instructions.
  • the programs can be structured in an object-orientation using an object-oriented language such as Java, Smalltalk or C++, and the programs can be structured in a procedural-orientation using a procedural language such as COBOL or C.
  • the software components communicate in any of a number of ways that are well-known to those skilled in the art, such as application program interfaces (API) or interprocess communication techniques such as remote procedure call (RPC), common object request broker architecture (CORBA), Component Object Model (COM), Distributed Component Object Model (DCOM), Distributed System Object Model (DSOM) and Remote Method Invocation (RMI).
  • API application program interfaces
  • CORBA common object request broker architecture
  • COM Component Object Model
  • DCOM Distributed Component Object Model
  • DSOM Distributed System Object Model
  • RMI Remote Method Invocation
  • FIG. 8 is a block diagram of a hardware and operating environment 800 in which different embodiments can be practiced.
  • the description of FIG. 8 can provide an overview of computer hardware and a suitable computing environment in conjunction with which some embodiments can be implemented.
  • Embodiments are described in terms of a computer executing computer-executable instructions. However, some embodiments can be implemented entirely in computer hardware in which the computer-executable instructions are implemented in read-only memory. Some embodiments can also be implemented in client/server computing environments where remote devices that perform tasks are linked through a communications network. Program modules can be located in both local and remote memory storage devices in a distributed computing environment.
  • Computer 802 may include a processor 804 , commercially available from Intel, Motorola, Cyrix and others. Computer 802 can also include random-access memory (RAM) 806 , read-only memory (ROM) 808 , and one or more mass storage devices 810 , and a system bus 812 , that operatively couples various system components to the processing unit 804 .
  • the memory 806 , 808 , and mass storage devices, 810 may be types of computer-accessible media.
  • Mass storage devices 810 may be more specifically types of nonvolatile computer-accessible media and can include one or more hard disk drives, floppy disk drives, optical disk drives, and tape cartridge drives.
  • the processor 804 can execute computer programs stored on the computer-accessible media.
  • Computer 802 can be communicatively connected to the Internet 814 via a communication device 816 .
  • Internet 814 connectivity is well known within the art.
  • a communication device 816 may be a modem that responds to communication drivers to connect to the Internet via what is known in the art as a “dial-up connection.”
  • a communication device 816 can be an Ethernet® or similar hardware network card connected to a local-area network (LAN) that itself can be connected to the Internet via what is known in the art as a “direct connection” (e.g., T1 line, etc.).
  • LAN local-area network
  • a user can enter commands and information into the computer 802 through input devices such as a keyboard 818 or a pointing device 820 .
  • the keyboard 818 permit can entry of textual information into computer 802 , as known within the art, and embodiments are not limited to any particular type of keyboard.
  • Pointing device 820 may permit the control of the screen pointer provided by a graphical user interface (GUI) of operating systems such as versions of Microsoft Windows®. Embodiments are not limited to any particular pointing device 820 .
  • GUI graphical user interface
  • Such pointing devices may include mice, touch pads, trackballs, remote controls and point sticks.
  • Other input devices (not shown) can include a microphone, joystick, game pad, satellite dish, scanner, or the like.
  • computer 802 may be operatively coupled to a display device 822 .
  • Display device 822 can be connected to the system bus 812 .
  • Display device 822 can permit the display of information, including computer, video and other information, for viewing by a user of the computer. Embodiments are not limited to any particular display device 822 .
  • Such display devices may include cathode ray tube (CRT) displays (monitors), as well as flat panel displays such as liquid crystal displays (LCD's).
  • computers may typically include other peripheral input/output devices such as printers (not shown).
  • Speakers 824 and 826 can provide audio output of signals. Speakers 824 and 826 can also be connected to the system bus 812 .
  • Computer 802 may also include an operating system (not shown) that can be stored on the computer-accessible media RAM 806 , ROM 808 , and mass storage device 810 , and can be executed by the processor 804 .
  • Examples of operating systems may include Microsoft Windows®, Apple MacOS®, Linux®, UNIX®. Examples are not limited to any particular operating system, however, and the construction and use of such operating systems are well known within the art.
  • Embodiments of computer 802 are not limited to any type of computer 802 .
  • computer 802 may comprise a PC-compatible computer, a MacOS®-compatible computer, a Linux®-compatible computer, or a UNIX®-compatible computer. The construction and operation of such computers are well known within the art.
  • Computer 802 can be operated using at least one operating system to provide a graphical user interface (GUI), including a user-controllable pointer.
  • Computer 802 can have at least one web browser application program executing within at least one operating system, to permit users of computer 802 to access an intranet, extranet or Internet world-wide-web pages as addressed by Universal Resource Locator (URL) addresses.
  • Examples of browser application programs can include Netscape Navigator® and Microsoft Internet Explorer®.
  • the computer 802 can operate in a networked environment using logical connections to one or more remote computers, such as remote computer 828 . These logical connections may be achieved by a communication device coupled to, or a part of, the computer 802 . Embodiments are not limited to a particular type of communications device.
  • the remote computer 828 can be another computer, a server, a router, a network PC, a client, a peer device or other common network node, for example.
  • the logical connections depicted in FIG. 8 can include a local-area network (LAN) 830 and a wide-area network (WAN) 832 .
  • LAN local-area network
  • WAN wide-area network
  • Such networking environments are commonplace in offices, enterprise-wide computer networks, intranets, extranets and the Internet.
  • the computer 802 and remote computer 828 can be connected to the local network 830 through network interfaces or adapters 834 , which can be one type of communications device 816 .
  • Remote computer 828 may also include a network device 836 .
  • the computer 802 and remote computer 828 can communicate with a WAN 832 through modems (not shown).
  • the modem which can be internal or external, may be connected to the system bus 812 .
  • program modules depicted relative to the computer 802 or portions thereof, can be stored in the remote computer 828 .
  • Computer 802 can also include power supply 838 . Each power supply can be a battery. Computer 802 can also include at least one USB port 840 having a female interface, such as female USB interface 202 or female type-A interface 602 .
  • FIG. 9 is a block diagram of a hardware and operating environment 900 in which apparatus 600 can be practiced. More specifically, hardware and operating environment 900 can include two (as depicted) or more apparatus 600 engaged in a daisy-chain configuration to USB port 840 . As one skilled in the art will recognize, other embodiments of hardware and operating environment 900 exist that fall within the scope of this invention, and in fact can include a large number of apparatus 600 engaged in a daisy-chain configuration to USB port 840 .
  • USB flash drive having a plurality of interfaces to external devices is described.
  • specific embodiments have been illustrated and described herein, it will be appreciated by those of ordinary skill in the art that any arrangement which is calculated to achieve the same purpose may be substituted for the specific embodiments shown.
  • This application is intended to cover any adaptations or variations.
  • object-oriented terms one of ordinary skill in the art will appreciate that implementations can be made in a procedural design environment or any other design environment that provides the required relationships.

Abstract

Systems, methods and apparatus are provided through which, in some embodiments, a USB flash memory storage device includes a plurality of interfaces to external devices. An apparatus to store data can include a non-volatile computer memory coupled by a male interface to an external device, such as a computer, and a by a female interface to another external device, such as another apparatus to store data. Thus, multiple apparatus may be coupled together in daisy-chain fashion to create a single, larger memory device that can be accessed by the computer.

Description

  • This invention was made by an employee of the United States Government and may be manufactured and used by or for the Government for governmental purposes without the payment of any royalties thereon or therefor.
  • FIELD OF THE INVENTION
  • This invention relates generally to flash drives, and more particularly to portable flash drives.
  • BACKGROUND OF THE INVENTION
  • Conventional universal serial bus (USB) flash drives are NAND-type flash memory data storage devices integrated with a USB interface. Conventional USB flash drives are typically small, lightweight, removable and rewritable. These USB flash drives are commonly known as “thumb drives” and “data sticks.”
  • USB flash drives have several advantages over other portable storage devices, particularly the floppy disk. Conventional USB flash drives are generally faster, hold more data, and are considered more reliable (due to their lack of moving parts) than floppy disks. Conventional USB flash drives use the USB mass storage standard, supported natively by modern operating systems such as Linux, Mac OS X, and Windows XP.
  • Conventional USB flash drives include a small printed circuit board encased in a robust plastic or metal casing, making the drive sturdy enough to be carried about in a pocket, as a keyfob, or on a lanyard. Only a USB interface protrudes from this protection, and is usually covered by a removable cap. Most conventional USB flash drives use a standard type-A USB connection allowing them to be connected directly to a port on a personal computer. USB interfaces are also known as USB connectors.
  • Most conventional USB flash drives are active only when powered by a USB computer connection, and require no other external power source or battery power source; conventional USB flash drives are powered using the limited supply afforded by the USB connection. To access the data stored in a flash drive, the conventional USB flash drives must be connected to a computer, either by direct connection to the computer's USB port or via a USB hub. USB drives are quickly replacing CD Roms, floppy drives, and even printed matter in usage.
  • One end of conventional USB flash drives is fitted with a single male type-A USB interface. Inside the plastic casing is a small printed circuit board. Mounted on this board is simple power circuitry and a small number of surface-mounted integrated circuits (ICs). Typically, one of these ICs provides an interface to the USB port, another drives the onboard memory, and yet another is the flash memory.
  • The essential components of conventional USB flash drives are a male type-A USB interface, a USB mass storage controller, a NAND flash memory chip and a crystal oscillator. The male type-A USB interface provides an interface to the host computer. The USB mass storage controller includes a USB host controller and provides a linear interface to block-oriented serial flash devices while hiding the complexities of block-orientation, block erasure, and wear balancing or wear leveling. The USB mass storage controller contains a small RISC microprocessor and a small amount of on-chip ROM and RAM. The NAND flash memory chip stores data. The crystal oscillator produces a 12 MHz clock signal and controls data output through a phase-locked loop.
  • Often the amount of data storage capacity that is available to a personal computer on a USB flash drive is less than the amount of data storage capacity on the USB flash drive that is useful to the computer. By definition, USB flash drives are limited in the amount of data that can be stored thereon because the NAND flash memory chip is manufactured with a certain amount of data storage capacity. The data storage capacity can be increased by physically replacing the NAND flash memory chip, but physically replacing the NAND flash memory chip costs many more times the price of the original USB flash drive, and accordingly, replacing the NAND flash memory chip is not performed except under the most extraordinary of circumstances.
  • Another option to increase the amount of data storage capacity that is available to a personal computer on a USB flash drive is to connect multiple USB flash drives to multiple USB ports on the computer. However, the number of USB ports that is available on a computer is usually limited to 2 or 3 USB ports, so the number of USB flash drives that can be connected is 2 or 3. Each of the USB flash drives is identified and accessible to the computer as a unique external drive, each having a unique drive identification, such as “D”, “E”, “F” and so forth. However, each of the USB flash drives having a unique and different drive identification increases the complexity of locating data on the USB flash drives.
  • Another conventional way to increase the amount of data storage capacity that is available to a personal computer on a USB flash drive is to connect multiple USB flash drives through one of more USB hubs that are in turn connected to the computer. However, this technique still has the problem that each drive has a unique and different drive identification, which in turn increases the complexity of locating data on the USB flash drives. This technique is also ultimately limited by the number of USB ports on the computer and the number of USB devices that can be connected to each port.
  • For the reasons stated above, and for other reasons stated below, which will become apparent to those skilled in the art upon reading and understanding the present specification, there is a need in the art to increase the storage capacity that is available to a personal computer on a USB flash drive. There is also a need in the art to reduce the complexity of locating data on multiple USB flash drives connected to a computer.
  • BRIEF DESCRIPTION OF THE INVENTION
  • The above-mentioned shortcomings, disadvantages and problems are addressed herein, which will be understood by reading and studying the following specification.
  • An extendable USB drive provides increased storage capacity that is available to a personal computer through a universal serial bus (USB) port of the computer.
  • In some embodiments, an apparatus to store data includes a non-volatile computer memory coupled by a male interface to an external device and a by a female interface to an external device. This may solve the need in the art to increase the storage capacity that is available to a personal computer on a USB drive by allowing a number of the apparatus to be connected in series.
  • In other embodiments, a USB flash drive includes a USB mass storage controller coupled to a NAND flash memory chip, a crystal oscillator and a plurality of type-A USB interfaces. This may solve the need in the art to increase the storage capacity that is available to a personal computer on a USB drive by allowing a number of the USB flash drives to be connected in series, thus increasing the available storage capacity by the number of USB flash drives connected in series.
  • In yet other embodiments, a USB flash drive includes a USB mass storage controller coupled to a NAND flash memory chip, a crystal oscillator and a plurality of type-A USB interfaces in which the plurality of type-A USB interfaces comprise essentially one or more male type-A USB interface and female type-A USB interface. This may solve the need in the art to increase the storage capacity that is available to a personal computer on a USB drive by allowing a number of the USB flash drives to be connected.
  • Systems, clients, servers, methods, and computer-readable media of varying scope are described herein. In addition to the aspects and advantages described in this summary, further aspects and advantages will become apparent by reference to the drawings and by reading the detailed description that follows.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a block diagram of an overview of a system to store data using a plurality of USB interfaces, according to an embodiment;
  • FIG. 2 is a block diagram of an apparatus to store data having a non-volatile computer memory, a male interface and a female interface, according to an embodiment;
  • FIG. 3 is a block diagram of an overview of an apparatus to store data that includes flash memory and a plurality of USB interfaces, according to an embodiment;
  • FIG. 4 is a block diagram of an overview of an apparatus to store data that includes NAND flash memory and a plurality of USB interfaces, according to an embodiment;
  • FIG. 5 is a block diagram of an apparatus to store data having a non-volatile computer memory, a male interface and a female interface, according to an embodiment;
  • FIG. 6 is a block diagram of a USB flash drive to store data having flash computer memory, a male type-A USB interface, a female type-A USB interface, a crystal oscillator and a housing, according to an embodiment;
  • FIG. 7 is a block diagram of a USB mass storage controller having a daisy-chain component, according to an embodiment;
  • FIG. 8 is a block diagram of a hardware and operating environment in which different embodiments can be practiced; and
  • FIG. 9 is a block diagram of the hardware and operating environment in which apparatus can be practiced, according to an embodiment.
  • DETAILED DESCRIPTION OF THE INVENTION
  • In the following detailed description, reference is made to the accompanying drawings that form a part hereof, and in which is shown by way of illustration specific embodiments which may be practiced. These embodiments are described in sufficient detail to enable those skilled in the art to practice the embodiments, and it is to be understood that other embodiments may be utilized and that logical, mechanical, electrical and other changes may be made without departing from the scope of the invention. The following detailed description is, therefore, not to be taken in a limiting sense.
  • The detailed description is divided into four sections. In the first section, a system level overview is described. In the second section, particular apparatus implementations are described. In the third section, hardware and the operating environments in conjunction with which embodiments may be practiced are described. In the fourth section, a conclusion of the detailed description is provided.
  • System Level Overview
  • FIG. 1 is a block diagram of an overview of a system 100 to store data having plurality of USB interfaces, according to an embodiment. A system level overview of the operation of an embodiment is described in this section of the detailed description. System 100 may solve the need in the art to increase the storage capacity that is available to a personal computer on a universal serial bus (USB) drive.
  • System 100 may include a USB mass storage controller 102 and a non-volatile computer memory 104. Some embodiments of system 100 include a plurality of USB interfaces 106. The USB mass storage controller 102 can be operably coupled to the non-volatile computer memory 104 and the plurality of USB interfaces 106, as indicated.
  • The plurality of USB interfaces 106 can provide a way to couple multiple USB drives to a computer (not shown in FIG. 1). In some embodiments, system 100 can be coupled to a computer through one of the plurality of USB interfaces 106, while another storage device (not shown in FIG. 1) can be coupled to system 100 through one of the other USB interfaces 106. Operably coupling the non-volatile computer memory 104 to the computer through one of the plurality of USB interfaces 106 and operably coupling the other storage device through the one of the plurality of USB interfaces 106 can provide access by the computer to the non-volatile computer memory 104 and, in some embodiments, can provide access by the computer to the other storage device. Thus, system 100 may solve the need in the art to increase the storage capacity that is available to a personal computer on a USB drive, such as system 100.
  • While the system 100 is not limited to any particular USB mass storage controller 102, non-volatile computer memory 104, and plurality of USB interfaces 106, for sake of clarity a simplified USB mass storage controller 102, non-volatile computer memory 104, and plurality of USB interfaces 106 are described. Some embodiments can operate in a multi-processing, multi-threaded operating environment on a computer, such as computer 802 in FIG. 8.
  • Apparatus Implementations
  • Referring to FIGS. 2-7, particular implementations are described in conjunction with the system overview in FIG. 1, according to embodiments.
  • FIG. 2 is a block diagram of an apparatus 200 for storing data, and is illustrated as having a non-volatile computer memory, a male interface and a female interface, according to an embodiment. Apparatus 200 may solve the need in the art to increase the storage capacity that is available to a personal computer on a universal serial bus (USB) drive.
  • Embodiments of apparatus 200 may include a USB mass storage controller 102, a non-volatile computer memory 104, and a plurality of USB interfaces 106. In some embodiments of apparatus 200, the plurality of USB interfaces 106 can include a female USB interface 202 to accept an external device. The female USB interface 202 may be operably coupled to the non-volatile computer memory 104 through the USB mass storage controller 102.
  • Apparatus 200 may also include a male USB interface 204 to connect to an external device, such as a computer. The male USB interface 204 may also be operably coupled to the non-volatile computer memory 104 through the USB mass storage controller 102.
  • The female USB interface 202 and the male USB interface 204 to external devices can provide a way to simultaneously couple multiple USB drives to a computer (not shown in FIG. 2). In one example, apparatus 200 may be coupled to the computer through the male USB interface 204 and apparatus 200 may be simultaneously coupled to another storage device (not shown in FIG. 2) through the female USB interface 202. Operably coupling the non-volatile computer memory 104 to the computer through male USB interface 204 and operably coupling the other storage device through the female USB interface 202 can provide access by the computer to the non-volatile computer memory 104 and, in some embodiments, may provide access by the computer to the other storage device. Thus, apparatus 200 may solve the need in the art to increase the storage capacity that is available to a personal computer.
  • FIG. 2 shows one female USB interface 202. Those skilled in the art will recognize that other embodiments of apparatus 200 are not so limited, and in fact can include a large number of female USB interfaces 202 that are not shown in FIG. 2.
  • FIG. 3 is a block diagram of an overview of an apparatus 300 to store data that includes flash memory and a plurality of USB interfaces, according to an embodiment. Apparatus 300 may solve the need in the art to increase the storage capacity that is available to a personal computer on a USB drive.
  • In some embodiments, apparatus 300 may include a USB mass storage controller 102 and a flash computer memory 302. The flash computer memory 302 may be one embodiment of the non-volatile computer memory 104 in FIG. 1. Most significantly, some embodiments of apparatus 300 include a plurality of USB interfaces 106. The USB mass storage controller 102 can be operably coupled to the flash computer memory 302 and the plurality of USB interfaces 106, as shown.
  • The plurality of USB interfaces 106 may provide a way to couple multiple USB drives to a computer (not shown in FIG. 3) or other external device. In one example, apparatus 300 may be coupled through one of the plurality of USB interfaces 106 to another storage device (not shown in FIG. 3), while another external device may be coupled to apparatus 300 through one of the other USB interfaces 106. Operably coupling the flash computer memory 302 to the computer or external device through one of the plurality of USB interfaces 106 and operably coupling the other storage device through the one of the plurality of USB interfaces 106 can provide access by the computer or external device to the flash computer memory 302 and, perhaps most significantly, in some embodiments can provide access by the computer to the other storage device. Thus, apparatus 300 may solve the need in the art to increase the storage capacity that is available to a personal computer on a USB drive, such as apparatus 300.
  • FIG. 4 is a block diagram of an overview of an apparatus 400 to store data that includes NAND flash memory and a plurality of USB interfaces, according to an embodiment. Apparatus 400 may solve the need in the art to increase the storage capacity that is available to a personal computer on a USB drive.
  • Apparatus 400 may include a USB mass storage controller 102 and a NAND flash computer memory 402. The NAND flash computer memory 402 may be one embodiment of the non-volatile computer memory 102 in FIG. 1 and also may be one embodiment of the flash computer memory 302 in FIG. 3. Some embodiments of apparatus 400 may include a plurality of USB interfaces 106. The USB mass storage controller 102 can be operably coupled to the NAND flash computer memory 402 and the plurality of USB interfaces 106.
  • According to some embodiments, the NAND flash computer memory 402 can be accessed much like block devices such as hard disks or memory cards. The blocks can typically be 512 or 2048 bytes in size, although those skilled in the art will understand that any number of sizes fall within the purview of this invention. In some embodiments, each block may be associated with a few bytes (typically 12-16 bytes) that could be used for storage of an error detection and correction block checksum.
  • In some embodiments, the NAND flash computer memory 402 can be accessed through software-based bad block management that may be resident on the USB mass storage controller 102. When a logical block on the NAND flash computer memory 402 is accessed, the logical block may be mapped to a physical block, and the apparatus 400 may have a number of blocks set aside on the NAND flash computer memory 402 for compensating bad blocks and for storing primary and secondary mapping tables.
  • In some embodiments, the error-correcting and detecting checksum can typically correct an error where one bit in the block may be incorrect. When this happens, the block can be marked bad in a logical block allocation table, and its (still undamaged) contents can be copied to a new block and the logical block allocation table can be altered accordingly. If more than one bit in the memory is corrupted, the contents may be partly lost; reconstructing the original contents may be nearly impossible.
  • According to some embodiments, the first error-free physical block (block 0) may almost always be readable and free from errors. Hence, all vital pointers for partitioning and bad block management for the device can be located inside this block (typically a pointer to bad block tables, for example).
  • In some embodiments, when executing software from the NAND flash computer memory 402, virtual memory strategies can be used. For example, memory contents of the NAND flash computer memory 402 can first be paged or copied into memory-mapped RAM and executed there. Some embodiments of apparatus 400 may also include a memory management unit (MMU), such as may be resident on the USB mass storage controller 102, but other embodiments of apparatus can also be accomplished with careful programming of the NAND flash computer memory 402, as will be known to those skilled in the art. For this reason, some embodiments of apparatus 400 may include a combination of NOR flash computer memory (not shown in FIG. 4) and NAND flash computer memory 402, where a smaller NOR flash computer memory can be used as software ROM and a larger NAND flash computer memory 402 can be partitioned with a file system for use as a RAM storage area.
  • The plurality of USB interfaces 106 may provide a way to couple multiple USB drives to a computer (not shown in FIG. 4). In at least one example, apparatus 400 can be coupled through one of the plurality of USB interfaces 106, and apparatus 400 can also be coupled to another storage device (not shown in FIG. 4) through one of the other USB interfaces 106. Operably coupling the NAND flash computer memory 402 to the computer through one of the plurality of USB interfaces 106 and operably coupling the other storage device through the one of the plurality of USB interfaces 106 can provide access by the computer to the NAND flash computer memory 402 and, perhaps most significantly, in some embodiments, may provide access by the computer to the other storage device. Thus, apparatus 400 may solve the need in the art to increase the storage capacity that is available to a personal computer on a USB drive, such as apparatus 400.
  • FIG. 5 is a block diagram of an apparatus 500 to store data having a non-volatile computer memory, a male interface and a female interface, according to an embodiment. Apparatus 500 may solve the need in the art to increase the storage capacity that is available to a personal computer on a USB drive.
  • Apparatus 500 may include a USB mass storage controller 102 and a flash computer memory 302. The flash computer memory 302 can be one embodiment of the non-volatile computer memory 102 in FIG. 1. In apparatus 500, the plurality of USB interfaces 106 may include a female USB interface 202 to an external device. The female USB interface 202 may be operably coupled to the flash computer memory 302 through the USB mass storage controller 102.
  • Apparatus 500 may also include a male USB interface 204 to an external device, such as a computer. The male USB interface 204 can be operably coupled to the flash computer memory 302 through the USB mass storage controller 102.
  • The female USB interface 202 and the male USB interface 204 to external devices may provide a way to couple multiple USB drives to a computer (not shown in FIG. 5). In one example, apparatus 500 may be coupled to the computer through the male USB interface 204 and apparatus 500 may be coupled to another storage device (not shown in FIG. 5) through the female USB interface 202. Operably coupling the flash computer memory 302 to the computer through male USB interface 204 and operably coupling the other storage device through the female USB interface 202 can provide access by the computer to the flash computer memory 302, and perhaps most significantly, in some embodiments may provide access by the computer to the other storage device. Thus, apparatus 500 may solve the need in the art to increase the storage capacity that is available to a personal computer.
  • FIG. 5 shows one female USB interface 202. Other embodiments of apparatus 500 are not so limited, and in fact can include a large number of female USB interfaces that are not shown in FIG. 5, as one skilled in the art will appreciate.
  • FIG. 6 is a block diagram of an USB flash drive 600 to store data having flash computer memory, a male type-A USB interface, a female type-A USB interface, a crystal oscillator and a housing, according to an embodiment. Apparatus 600 may solve the need in the art to art to increase the storage capacity that is available to a personal computer on a USB drive.
  • Apparatus 600 may include a USB mass storage controller 102 and a flash computer memory 302. The flash computer memory 302 may be one embodiment of the non-volatile computer memory 102 in FIG. 1, although those skilled in the art will know that other non-volatile computer memories may fall within the scope of this invention. In apparatus 600, the plurality of USB interfaces 106 may include a female type-A interface 602 to an external device. The female type-A interface 602 can be operably coupled to the flash computer memory 302 through the USB mass storage controller 102.
  • Apparatus 600 can also include a male type-A interface 604 to an external device, such as a computer. The male type-A interface 604 can be operably coupled to the flash computer memory 302 through the USB mass storage controller 102.
  • The female type-A interface 602 and the male type-A interface 604 may provide a way to couple multiple USB drives to a computer (not shown in FIG. 6). In one example, apparatus 600 may be coupled to the computer through the male type-A interface 604 and apparatus 600 may be coupled to another storage device (not shown in FIG. 6) through the female type-A interface 602. Operably coupling the flash computer memory 302 to the computer through male type-A interface 604 and operably coupling the other storage device through the female type-A interface 602 can provide access by the computer to the flash computer memory 302, and, in some embodiments, may provide access by the computer to the other storage device. Thus, apparatus 600 may solve the need in the art to increase the storage capacity that is available to a personal computer.
  • Apparatus 600 may also include a crystal oscillator 606 that can be operably coupled to the USB mass storage controller 102. Apparatus 600 can also include a housing 608 that encapsulates the USB mass storage controller 102, the flash computer memory 302, the female type-A interface 602, the male type-A interface 604 and the crystal oscillator 606, and upon or in which, the male type-A interface 604 can be mounted.
  • In some embodiments, the female type-A interface 602 can have at least one female type-A USB interface. In some embodiments, the female type-A interface 602 may be one female type-A USB interface. In some embodiments, the male type-A interface 604 may be at least one male type-A USB interface. In some embodiments, the male type-A interface 604 may be one female type-A USB interface. In some embodiments, the plurality of USB interfaces 106 comprises essentially a single female type-A USB interface and a single male type-A USB interface.
  • FIG. 6 shows one female type-A USB interface 602. Other embodiments of apparatus 600 are not so limited, and in fact can include a large number of female type-A USB interfaces 602 that are not shown in FIG. 6, as will be appreciated by those skilled in the art.
  • FIG. 7 is a block diagram of a USB mass storage controller 700 having a daisy-chain component, according to an embodiment. Apparatus 700 may solve the need in the art to increase the storage capacity that is available to a personal computer on a USB drive and reduce the complexity of locating data on multiple USB flash drives connected to a computer.
  • The USB mass storage controller 700 may include a daisy-chain component 702. The daisy-chain component can provide a way to daisy-chain USB storage devices, such as system 100, apparatus 200, apparatus 300, apparatus 400, apparatus 500 or apparatus 600. A daisy-chain may be defined as a configuration in which devices are connected one to another in a series. Data and power is typically transferred from one device to another.
  • Daisy-chaining may provide same drive identification for each of multiple USB flash drives when connected to a computer. In some embodiments, all of the devices connected in a daisy-chain can be identified and accessible using the same drive letter designation. Thus, all of the devices in the daisy-chain can appear to be one device. The location of data stored on one of the devices may not be distinguishable from the location of data stored on another one of the daisy-chained devices.
  • Such a device can provide greater storage capacity and can make all files on multiple drives appear as a single logical drive to the user. In addition, larger files/applications can be split over several drives and still accessed as if the files fit on a single drive.
  • In some embodiments, apparatus components of the USB mass storage controller 102, USB mass storage controller 700, and the daisy-chain component 702 can be embodied as computer hardware circuitry or as a computer-readable program, or a combination of both.
  • Methods of daisy-chaining can be performed by the computer programs, firmware, or hardware, and may also be composed of computer-executable instructions.
  • More specifically, in some computer-readable program embodiments, the programs can be structured in an object-orientation using an object-oriented language such as Java, Smalltalk or C++, and the programs can be structured in a procedural-orientation using a procedural language such as COBOL or C. The software components communicate in any of a number of ways that are well-known to those skilled in the art, such as application program interfaces (API) or interprocess communication techniques such as remote procedure call (RPC), common object request broker architecture (CORBA), Component Object Model (COM), Distributed Component Object Model (DCOM), Distributed System Object Model (DSOM) and Remote Method Invocation (RMI).
  • Hardware and Operating Environments
  • FIG. 8 is a block diagram of a hardware and operating environment 800 in which different embodiments can be practiced. The description of FIG. 8 can provide an overview of computer hardware and a suitable computing environment in conjunction with which some embodiments can be implemented. Embodiments are described in terms of a computer executing computer-executable instructions. However, some embodiments can be implemented entirely in computer hardware in which the computer-executable instructions are implemented in read-only memory. Some embodiments can also be implemented in client/server computing environments where remote devices that perform tasks are linked through a communications network. Program modules can be located in both local and remote memory storage devices in a distributed computing environment.
  • Computer 802 may include a processor 804, commercially available from Intel, Motorola, Cyrix and others. Computer 802 can also include random-access memory (RAM) 806, read-only memory (ROM) 808, and one or more mass storage devices 810, and a system bus 812, that operatively couples various system components to the processing unit 804. The memory 806, 808, and mass storage devices, 810, may be types of computer-accessible media. Mass storage devices 810 may be more specifically types of nonvolatile computer-accessible media and can include one or more hard disk drives, floppy disk drives, optical disk drives, and tape cartridge drives. The processor 804 can execute computer programs stored on the computer-accessible media.
  • Computer 802 can be communicatively connected to the Internet 814 via a communication device 816. Internet 814 connectivity is well known within the art. In one embodiment, a communication device 816 may be a modem that responds to communication drivers to connect to the Internet via what is known in the art as a “dial-up connection.” In another embodiment, a communication device 816 can be an Ethernet® or similar hardware network card connected to a local-area network (LAN) that itself can be connected to the Internet via what is known in the art as a “direct connection” (e.g., T1 line, etc.).
  • A user can enter commands and information into the computer 802 through input devices such as a keyboard 818 or a pointing device 820. The keyboard 818 permit can entry of textual information into computer 802, as known within the art, and embodiments are not limited to any particular type of keyboard. Pointing device 820 may permit the control of the screen pointer provided by a graphical user interface (GUI) of operating systems such as versions of Microsoft Windows®. Embodiments are not limited to any particular pointing device 820. Such pointing devices may include mice, touch pads, trackballs, remote controls and point sticks. Other input devices (not shown) can include a microphone, joystick, game pad, satellite dish, scanner, or the like.
  • In some embodiments, computer 802 may be operatively coupled to a display device 822. Display device 822 can be connected to the system bus 812. Display device 822 can permit the display of information, including computer, video and other information, for viewing by a user of the computer. Embodiments are not limited to any particular display device 822. Such display devices may include cathode ray tube (CRT) displays (monitors), as well as flat panel displays such as liquid crystal displays (LCD's). In addition to a monitor, computers may typically include other peripheral input/output devices such as printers (not shown). Speakers 824 and 826 can provide audio output of signals. Speakers 824 and 826 can also be connected to the system bus 812.
  • Computer 802 may also include an operating system (not shown) that can be stored on the computer-accessible media RAM 806, ROM 808, and mass storage device 810, and can be executed by the processor 804. Examples of operating systems may include Microsoft Windows®, Apple MacOS®, Linux®, UNIX®. Examples are not limited to any particular operating system, however, and the construction and use of such operating systems are well known within the art.
  • Embodiments of computer 802 are not limited to any type of computer 802. In varying embodiments, computer 802 may comprise a PC-compatible computer, a MacOS®-compatible computer, a Linux®-compatible computer, or a UNIX®-compatible computer. The construction and operation of such computers are well known within the art.
  • Computer 802 can be operated using at least one operating system to provide a graphical user interface (GUI), including a user-controllable pointer. Computer 802 can have at least one web browser application program executing within at least one operating system, to permit users of computer 802 to access an intranet, extranet or Internet world-wide-web pages as addressed by Universal Resource Locator (URL) addresses. Examples of browser application programs can include Netscape Navigator® and Microsoft Internet Explorer®.
  • The computer 802 can operate in a networked environment using logical connections to one or more remote computers, such as remote computer 828. These logical connections may be achieved by a communication device coupled to, or a part of, the computer 802. Embodiments are not limited to a particular type of communications device. The remote computer 828 can be another computer, a server, a router, a network PC, a client, a peer device or other common network node, for example. The logical connections depicted in FIG. 8 can include a local-area network (LAN) 830 and a wide-area network (WAN) 832. Such networking environments are commonplace in offices, enterprise-wide computer networks, intranets, extranets and the Internet.
  • When used in a LAN-networking environment, the computer 802 and remote computer 828 can be connected to the local network 830 through network interfaces or adapters 834, which can be one type of communications device 816. Remote computer 828 may also include a network device 836. When used in a conventional WAN-networking environment, the computer 802 and remote computer 828 can communicate with a WAN 832 through modems (not shown). The modem, which can be internal or external, may be connected to the system bus 812. In a networked environment, program modules depicted relative to the computer 802, or portions thereof, can be stored in the remote computer 828.
  • Computer 802 can also include power supply 838. Each power supply can be a battery. Computer 802 can also include at least one USB port 840 having a female interface, such as female USB interface 202 or female type-A interface 602.
  • FIG. 9 is a block diagram of a hardware and operating environment 900 in which apparatus 600 can be practiced. More specifically, hardware and operating environment 900 can include two (as depicted) or more apparatus 600 engaged in a daisy-chain configuration to USB port 840. As one skilled in the art will recognize, other embodiments of hardware and operating environment 900 exist that fall within the scope of this invention, and in fact can include a large number of apparatus 600 engaged in a daisy-chain configuration to USB port 840.
  • Conclusion
  • A USB flash drive having a plurality of interfaces to external devices is described. Although specific embodiments have been illustrated and described herein, it will be appreciated by those of ordinary skill in the art that any arrangement which is calculated to achieve the same purpose may be substituted for the specific embodiments shown. This application is intended to cover any adaptations or variations. For example, although described in object-oriented terms, one of ordinary skill in the art will appreciate that implementations can be made in a procedural design environment or any other design environment that provides the required relationships.
  • In particular, one of skill in the art will readily appreciate that the names of the methods and apparatus are not intended to limit embodiments. Furthermore, additional methods and apparatus can be added to the components, functions can be rearranged among the components, and new components to correspond to future enhancements and physical devices used in embodiments can be introduced without departing from the scope of embodiments. One of skill in the art will readily recognize that embodiments are applicable to future communication devices, different file systems, and new data types.
  • The terminology used in this application is meant to include all versions of USB and new communication environments and alternate technologies which provide the same functionality as described herein.

Claims (22)

1. A method of accessing a plurality of non-volatile computer memory apparatus through a single computer port, the method comprising:
inserting a male external device interface of a first memory apparatus into the computer port, and
inserting a male external device interface of a second memory apparatus into a female external device interface of the first memory apparatus.
2. The method of claim 1, further comprising:
inserting a male external device interface of a third memory apparatus into a female external device interface of the second apparatus.
3. The method of claim 1, wherein each male external device interface is a USB male interface, and wherein each female external device interface is a USB female interface.
4. The method of claim 1, wherein the plurality of non-volatile computer memory apparatus is read by the computer as a single computer memory apparatus.
5. An apparatus to store data, the apparatus comprising:
a non-volatile computer memory;
a male interface to an external device, the male interface being operably coupled to the non-volatile computer memory; and
a female interface to an external device, the female interface being operably coupled to the non-volatile computer memory.
6. The apparatus of claim 5, wherein the female interface further comprises:
a USB female interface.
7. The apparatus of claim 5, wherein the male interface further comprises:
a USB male interface.
8. The apparatus of claim 5, wherein the apparatus further comprises:
a storage controller operably coupled to the non-volatile computer memory, the male interface and the female interface, and
wherein the female interface is operably coupled to the male interface through the storage controller, and
wherein the male interface is operably coupled to the female interface through the storage controller.
9. The apparatus of claim 8, wherein the storage controller further comprises:
a component that is operable to provide daisy-chain communication between the male interface and the female interface.
10. The apparatus of claim 5, wherein both the male interface and the female interface further comprise:
USB interfaces.
11. The apparatus of claim 10, wherein the apparatus further comprises:
a storage controller operably coupled to the non-volatile computer memory, the USB male interface and the USB female interface, and
wherein the USB female interface is coupled to the USB male interface through the storage controller, and
wherein the USB male interface is coupled to the USB female interface through the storage controller.
12. The apparatus of claim 11, wherein the storage controller further comprises:
a component that is operable to provide daisy-chain communication between the USB male interface and the USB female interface.
13. The apparatus of claim 5, wherein the apparatus further comprises:
a storage controller operably coupled to the non-volatile computer memory, the male interface and the female interface, and
wherein the female interface is coupled to the male interface through the storage controller, and
wherein the male interface is coupled to the female interface through the storage controller.
14. The apparatus of claim 13, wherein the storage controller further comprises:
a component that is operable to provide daisy-chain communication between the male interface and the female interface.
15. The apparatus of claim 5 wherein the non-volatile computer memory further comprises:
a flash computer memory.
16. The apparatus of claim 15, wherein the female interface further comprises:
a USB female interface.
17. The apparatus of claim 16, wherein the male interface further comprises:
a USB male interface.
18. The apparatus of claim 17, wherein the apparatus further comprises:
a storage controller operably coupled to the flash computer memory, the USB male interface and the USB female interface, and
wherein the USB female interface is operably coupled to the USB male interface through the storage controller, and
wherein the USB male interface is operably coupled to the USB female interface through the storage controller.
19. The apparatus of claim 18, wherein the storage controller further comprises:
a component that is operable to provide daisy-chain communication between the USB male interface and the USB female interface.
20. The apparatus of claim 15, wherein the male interface further comprises:
a USB male interface.
21. The apparatus of claim 20, wherein the apparatus further comprises:
a storage controller operably coupled to the flash computer memory, the USB male interface and the female interface, and
wherein the female interface is operably coupled to the USB male interface through the storage controller, and
wherein the USB male interface is operably coupled to the female interface through the storage controller.
22. The apparatus of claim 21, wherein the storage controller further comprises:
a component that is operable to provide daisy-chain communication between the USB male interface and the female interface.
US11/536,895 2006-09-29 2006-09-29 Systems, methods and apparatus for flash drive Abandoned US20080082714A1 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
US11/536,895 US20080082714A1 (en) 2006-09-29 2006-09-29 Systems, methods and apparatus for flash drive
US11/935,572 US7673089B2 (en) 2006-09-29 2007-11-06 Flash drive memory apparatus and method
US11/935,821 US20080147935A1 (en) 2006-09-29 2007-11-06 Digital memory storage hub

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US11/536,895 US20080082714A1 (en) 2006-09-29 2006-09-29 Systems, methods and apparatus for flash drive

Related Child Applications (2)

Application Number Title Priority Date Filing Date
US11/935,572 Continuation US7673089B2 (en) 2006-09-29 2007-11-06 Flash drive memory apparatus and method
US11/935,821 Continuation US20080147935A1 (en) 2006-09-29 2007-11-06 Digital memory storage hub

Publications (1)

Publication Number Publication Date
US20080082714A1 true US20080082714A1 (en) 2008-04-03

Family

ID=39262333

Family Applications (3)

Application Number Title Priority Date Filing Date
US11/536,895 Abandoned US20080082714A1 (en) 2006-09-29 2006-09-29 Systems, methods and apparatus for flash drive
US11/935,821 Abandoned US20080147935A1 (en) 2006-09-29 2007-11-06 Digital memory storage hub
US11/935,572 Expired - Fee Related US7673089B2 (en) 2006-09-29 2007-11-06 Flash drive memory apparatus and method

Family Applications After (2)

Application Number Title Priority Date Filing Date
US11/935,821 Abandoned US20080147935A1 (en) 2006-09-29 2007-11-06 Digital memory storage hub
US11/935,572 Expired - Fee Related US7673089B2 (en) 2006-09-29 2007-11-06 Flash drive memory apparatus and method

Country Status (1)

Country Link
US (3) US20080082714A1 (en)

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080028146A1 (en) * 2006-07-26 2008-01-31 Sandisk Il Ltd. USB flash disk device and method
US20080250488A1 (en) * 2007-04-09 2008-10-09 Sandisk Il Ltd. Methods For Firewall Protection Of Mass-Storage Devices
US20100118482A1 (en) * 2008-11-13 2010-05-13 Mosaid Technologies Incorporated System including a plurality of encapsulated semiconductor chips
US20100332697A1 (en) * 2009-06-24 2010-12-30 Hong Fu Jin Precision Industry (Shenzhen) Co., Ltd. Storage device and storage device assembly
US20110078336A1 (en) * 2009-09-29 2011-03-31 Micron Technology, Inc. State change in systems having devices coupled in a chained configuration
ES2381276A1 (en) * 2010-10-04 2012-05-24 Destell Gestion, S.L. Device for storage and transmission-selective data reception. (Machine-translation by Google Translate, not legally binding)
EP2584470A1 (en) * 2011-10-17 2013-04-24 Acer Incorporated Electronic devices and electronic systems
EP2584659A3 (en) * 2011-10-21 2014-12-03 ACER Incorporated Male connector and female connector in computer system
WO2015072936A1 (en) * 2013-11-18 2015-05-21 Sen Tunay Functional flash drive
US20150199242A1 (en) * 2009-05-22 2015-07-16 Commvault Systems, Inc. Block-level single instancing
US9639563B2 (en) 2010-09-30 2017-05-02 Commvault Systems, Inc. Archiving data objects using secondary copies
US20170249607A1 (en) * 2007-04-19 2017-08-31 Gideon Samid Minting and Use of Digital Money
US9959275B2 (en) 2012-12-28 2018-05-01 Commvault Systems, Inc. Backup and restoration for a deduplicated file system
US10061535B2 (en) 2006-12-22 2018-08-28 Commvault Systems, Inc. System and method for storing redundant information
US10970304B2 (en) 2009-03-30 2021-04-06 Commvault Systems, Inc. Storing a variable number of instances of data objects
US10977231B2 (en) 2015-05-20 2021-04-13 Commvault Systems, Inc. Predicting scale of data migration
US11042511B2 (en) 2012-03-30 2021-06-22 Commvault Systems, Inc. Smart archiving and data previewing for mobile devices
US11216383B2 (en) * 2018-08-02 2022-01-04 Samsung Electronics Co., Ltd. Storage device providing a virtual memory region, electronic system including the same, and method of operating the same
US11940952B2 (en) 2014-01-27 2024-03-26 Commvault Systems, Inc. Techniques for serving archived electronic mail

Families Citing this family (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8307180B2 (en) 2008-02-28 2012-11-06 Nokia Corporation Extended utilization area for a memory device
US20090307389A1 (en) * 2008-06-10 2009-12-10 Sandisk Corporation Switchable access states for non-volatile storage devices
US8874824B2 (en) 2009-06-04 2014-10-28 Memory Technologies, LLC Apparatus and method to share host system RAM with mass storage memory RAM
DE102009038760B3 (en) * 2009-08-27 2011-01-05 Wago Verwaltungsgesellschaft Mbh Method for data communication between automation device and data processing device over universal data interface of data processing device, involves determining communication interface by selecting identifier of automation device
US20110161428A1 (en) * 2009-12-28 2011-06-30 Ezpnp Technologies Corp. Two-way data and resources sharing method
JP2012141898A (en) * 2011-01-05 2012-07-26 Sony Corp Information processing system and function extension apparatus
US20130179610A1 (en) * 2012-01-10 2013-07-11 Kleer LTD Usb device with pass-through hub connection
US9311226B2 (en) 2012-04-20 2016-04-12 Memory Technologies Llc Managing operational state data of a memory module using host memory in association with state change
US9164804B2 (en) 2012-06-20 2015-10-20 Memory Technologies Llc Virtual memory module
US9116820B2 (en) 2012-08-28 2015-08-25 Memory Technologies Llc Dynamic central cache memory
KR20180038109A (en) 2016-10-05 2018-04-16 삼성전자주식회사 Electronic device including monitoring circuit and storage device included therein
CN108536624A (en) * 2017-08-08 2018-09-14 上海汉枫电子科技有限公司 A kind of Multi-serial port server and its implementation
TW201933131A (en) * 2018-01-30 2019-08-16 旺玖科技股份有限公司 The bridge of virtual comport device supporting USB host-to-USB host transmission

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6546450B1 (en) * 1999-12-22 2003-04-08 Intel Corporation Method and apparatus for sharing a universal serial bus device among multiple computers by switching
US20040148450A1 (en) * 2003-01-27 2004-07-29 Shih-Chang Chen Serially connectable USB drive
US6792501B2 (en) * 2002-01-31 2004-09-14 Phision Electronic Corp Universal serial bus flash memory integrated circuit device
US20050086413A1 (en) * 2003-10-15 2005-04-21 Super Talent Electronics Inc. Capacity Expansion of Flash Memory Device with a Daisy-Chainable Structure and an Integrated Hub

Family Cites Families (35)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3795771A (en) * 1970-05-15 1974-03-05 Hughes Aircraft Co Passenger entertainment/passenger service and self-test system
US4718858A (en) * 1986-06-16 1988-01-12 Western Digital Corporation Mechanical interconnect system for electronic units enclosed in stackable housings
US5359540A (en) * 1990-07-23 1994-10-25 Hugo Ortiz Computer assisted electric power management
JPH08249254A (en) * 1995-03-15 1996-09-27 Mitsubishi Electric Corp Multicomputer system
US6308239B1 (en) * 1996-11-07 2001-10-23 Hitachi, Ltd. Interface switching apparatus and switching control method
US6233659B1 (en) * 1998-03-05 2001-05-15 Micron Technology, Inc. Multi-port memory device with multiple modes of operation and improved expansion characteristics
WO1999050848A1 (en) * 1998-03-30 1999-10-07 Disc Incorporated Automated data storage library having a distributed control architecture
US6138240A (en) * 1998-06-19 2000-10-24 Compaq Computer Corporation Secure general purpose input/output pins for protecting computer system resources
KR100306697B1 (en) * 1998-07-23 2001-11-30 윤종용 Portable computer system for controlling the power supply of the universal serial bus and its control method
US6299327B1 (en) * 1998-10-14 2001-10-09 Itc, Inc. Light fixture with multi-purpose mounting arrangement
US6445394B1 (en) * 1998-12-15 2002-09-03 Ati International Srl Serialized mapped memory configuration for a video graphics chip
DE69935518T2 (en) * 1999-11-22 2007-11-29 A-DATA TECHNOLOGY Co., Ltd., Chung Ho City Two-interface memory card and adapter module for it
US6832281B2 (en) * 2000-07-06 2004-12-14 Onspec Electronic Inc. Flashtoaster for reading several types of flash memory cards with or without a PC
US7162549B2 (en) * 2001-10-29 2007-01-09 Onspec Electronics, Inc. Multimode controller for intelligent and “dumb” flash cards
US6744634B2 (en) * 2001-11-23 2004-06-01 Power Quotient International Co., Ltd. Low height USB interface connecting device and a memory storage apparatus thereof
CN1260629C (en) * 2001-11-28 2006-06-21 希旺科技股份有限公司 Electronic perepheral card with dynamic memory
US6561421B1 (en) * 2001-12-14 2003-05-13 Li-Ya Yu Universal serial bus card reader
TW542378U (en) * 2002-02-08 2003-07-11 C One Technology Corp Multi-functional electronic card capable of detecting a card insertion
US20030212841A1 (en) * 2002-05-12 2003-11-13 Ju-Yung Lin Method and apparatus of controlling an operational mode of a USB device
US20040033727A1 (en) * 2002-08-16 2004-02-19 Chi-Lei Kao Plug used for connection with a USB receptacle
TW591509B (en) * 2003-01-28 2004-06-11 Via Tech Inc USB control circuit and operation method applied in computer-to-computer transmission
TW572268U (en) * 2003-06-13 2004-01-11 Carry Computer Eng Co Ltd Multi-functional silicon disk device
TWI221980B (en) * 2003-09-02 2004-10-11 Prolific Technology Inc Apparatus for multiple host access to storage media
US7917673B2 (en) * 2003-09-20 2011-03-29 Samsung Electronics Co., Ltd. Communication device and method having a shared local memory
US6980422B2 (en) * 2003-11-13 2005-12-27 International Business Machines Corporation Internal USB drive housing bay
US7284081B2 (en) * 2004-01-27 2007-10-16 Atmel Corporation Method and system for routing data between USB ports
US6908038B1 (en) * 2004-02-27 2005-06-21 Imotion Corp. Multi-connector memory card with retractable sheath to protect the connectors
US6890188B1 (en) * 2004-02-27 2005-05-10 Imation Corp. Memory card compatible with device connector and host connector standards
TWI252424B (en) * 2004-04-05 2006-04-01 Genesys Logic Inc Computer operational environment transition system, related devices, method, and computer readable storage medium
US20050235091A1 (en) * 2004-04-20 2005-10-20 Caph Chen USB hub with built-in storage device
US20050246494A1 (en) * 2004-05-03 2005-11-03 Leon Jose L Jr Data storage arrangement and method for storing and transferring data
EP1748361A1 (en) * 2004-08-23 2007-01-31 Sun Microsystems France S.A. Method and apparatus for using a USB cable as a cluster quorum device
US7523269B2 (en) * 2005-07-22 2009-04-21 Microsoft Corporation Preparing memory to allow access to data when primary operating system is unavailable
US20080065837A1 (en) * 2006-09-07 2008-03-13 Sodick Co., Ltd. Computerized numerical control system with human interface using low cost shared memory
US7481659B2 (en) * 2007-01-05 2009-01-27 Imation Corp. Multiconnector memory card

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6546450B1 (en) * 1999-12-22 2003-04-08 Intel Corporation Method and apparatus for sharing a universal serial bus device among multiple computers by switching
US6792501B2 (en) * 2002-01-31 2004-09-14 Phision Electronic Corp Universal serial bus flash memory integrated circuit device
US20040148450A1 (en) * 2003-01-27 2004-07-29 Shih-Chang Chen Serially connectable USB drive
US20050086413A1 (en) * 2003-10-15 2005-04-21 Super Talent Electronics Inc. Capacity Expansion of Flash Memory Device with a Daisy-Chainable Structure and an Integrated Hub

Cited By (42)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080028146A1 (en) * 2006-07-26 2008-01-31 Sandisk Il Ltd. USB flash disk device and method
US10061535B2 (en) 2006-12-22 2018-08-28 Commvault Systems, Inc. System and method for storing redundant information
US10922006B2 (en) 2006-12-22 2021-02-16 Commvault Systems, Inc. System and method for storing redundant information
US8806604B2 (en) 2007-04-09 2014-08-12 Sandisk Il Ltd. Methods for firewall protection of mass-storage devices
US20080250488A1 (en) * 2007-04-09 2008-10-09 Sandisk Il Ltd. Methods For Firewall Protection Of Mass-Storage Devices
US20080250487A1 (en) * 2007-04-09 2008-10-09 Sandisk Il Ltd. Systems For Firewall Protection Of Mass Storage Devices
US20170249607A1 (en) * 2007-04-19 2017-08-31 Gideon Samid Minting and Use of Digital Money
US10956878B2 (en) * 2007-04-19 2021-03-23 Gideon Samid Minting and use of digital money
US20100118482A1 (en) * 2008-11-13 2010-05-13 Mosaid Technologies Incorporated System including a plurality of encapsulated semiconductor chips
US8908378B2 (en) 2008-11-13 2014-12-09 Conversant Intellectual Property Management Inc. System including a plurality of encapsulated semiconductor chips
US8472199B2 (en) * 2008-11-13 2013-06-25 Mosaid Technologies Incorporated System including a plurality of encapsulated semiconductor chips
US10970304B2 (en) 2009-03-30 2021-04-06 Commvault Systems, Inc. Storing a variable number of instances of data objects
US11586648B2 (en) 2009-03-30 2023-02-21 Commvault Systems, Inc. Storing a variable number of instances of data objects
US10956274B2 (en) 2009-05-22 2021-03-23 Commvault Systems, Inc. Block-level single instancing
US11709739B2 (en) 2009-05-22 2023-07-25 Commvault Systems, Inc. Block-level single instancing
US11455212B2 (en) 2009-05-22 2022-09-27 Commvault Systems, Inc. Block-level single instancing
US20150199242A1 (en) * 2009-05-22 2015-07-16 Commvault Systems, Inc. Block-level single instancing
US20100332697A1 (en) * 2009-06-24 2010-12-30 Hong Fu Jin Precision Industry (Shenzhen) Co., Ltd. Storage device and storage device assembly
US10762003B2 (en) * 2009-09-29 2020-09-01 Micron Technology, Inc. State change in systems having devices coupled in a chained configuration
US8539117B2 (en) 2009-09-29 2013-09-17 Micron Technology, Inc. State change in systems having devices coupled in a chained configuration
US9235343B2 (en) 2009-09-29 2016-01-12 Micron Technology, Inc. State change in systems having devices coupled in a chained configuration
US9075765B2 (en) 2009-09-29 2015-07-07 Micron Technology, Inc. State change in systems having devices coupled in a chained configuration
US10089250B2 (en) 2009-09-29 2018-10-02 Micron Technology, Inc. State change in systems having devices coupled in a chained configuration
US20180373650A1 (en) * 2009-09-29 2018-12-27 Micron Technology, Inc. State change in systems having devices coupled in a chained configuration
US20110078336A1 (en) * 2009-09-29 2011-03-31 Micron Technology, Inc. State change in systems having devices coupled in a chained configuration
US8271697B2 (en) * 2009-09-29 2012-09-18 Micron Technology, Inc. State change in systems having devices coupled in a chained configuration
US11768800B2 (en) 2010-09-30 2023-09-26 Commvault Systems, Inc. Archiving data objects using secondary copies
US9639563B2 (en) 2010-09-30 2017-05-02 Commvault Systems, Inc. Archiving data objects using secondary copies
US10762036B2 (en) 2010-09-30 2020-09-01 Commvault Systems, Inc. Archiving data objects using secondary copies
US11392538B2 (en) 2010-09-30 2022-07-19 Commvault Systems, Inc. Archiving data objects using secondary copies
ES2381276A1 (en) * 2010-10-04 2012-05-24 Destell Gestion, S.L. Device for storage and transmission-selective data reception. (Machine-translation by Google Translate, not legally binding)
EP2584470A1 (en) * 2011-10-17 2013-04-24 Acer Incorporated Electronic devices and electronic systems
EP2584659A3 (en) * 2011-10-21 2014-12-03 ACER Incorporated Male connector and female connector in computer system
US11615059B2 (en) 2012-03-30 2023-03-28 Commvault Systems, Inc. Smart archiving and data previewing for mobile devices
US11042511B2 (en) 2012-03-30 2021-06-22 Commvault Systems, Inc. Smart archiving and data previewing for mobile devices
US9959275B2 (en) 2012-12-28 2018-05-01 Commvault Systems, Inc. Backup and restoration for a deduplicated file system
US11080232B2 (en) 2012-12-28 2021-08-03 Commvault Systems, Inc. Backup and restoration for a deduplicated file system
WO2015072936A1 (en) * 2013-11-18 2015-05-21 Sen Tunay Functional flash drive
US11940952B2 (en) 2014-01-27 2024-03-26 Commvault Systems, Inc. Techniques for serving archived electronic mail
US11281642B2 (en) 2015-05-20 2022-03-22 Commvault Systems, Inc. Handling user queries against production and archive storage systems, such as for enterprise customers having large and/or numerous files
US10977231B2 (en) 2015-05-20 2021-04-13 Commvault Systems, Inc. Predicting scale of data migration
US11216383B2 (en) * 2018-08-02 2022-01-04 Samsung Electronics Co., Ltd. Storage device providing a virtual memory region, electronic system including the same, and method of operating the same

Also Published As

Publication number Publication date
US20080104291A1 (en) 2008-05-01
US7673089B2 (en) 2010-03-02
US20080147935A1 (en) 2008-06-19

Similar Documents

Publication Publication Date Title
US20080082714A1 (en) Systems, methods and apparatus for flash drive
US6282643B1 (en) Computer system having flash memory BIOS which can be accessed remotely while protected mode operating system is running
US8468333B1 (en) Updating the system management information of a computer system
US5987536A (en) Computer system having flash memory bios which can be accessed while protected mode operating system is running
US7197657B1 (en) BMC-hosted real-time clock and non-volatile RAM replacement
US6321287B1 (en) Console redirection for a computer system
US7797696B1 (en) Dynamically updating a computer system and firmware image utilizing an option read only memory (OPROM) data structure
US20070209035A1 (en) System, method, and computer-readable medium for virtual machine instantiation from an external peripheral device
US20050144609A1 (en) Methods and apparatus to provide a robust code update
US7487345B2 (en) Method of comparing build capability flags of replacement BIOS with boot capability flags of current BIOS to determine compatibility between BIOS revisions and installed hardware during flash update
US20050188278A1 (en) System software to self-migrate from a faulty memory location to a safe memory location
US7921247B1 (en) Sharing a dynamically located memory block between components executing in different processor modes in an extensible firmware interface environment
US8677097B1 (en) Persistent block storage attached to memory bus
US20090049213A1 (en) Computers having USB buses, methods of operation thereof and programs and information for use therewith
US20060085690A1 (en) Method to chain events in a system event log
CN105264511A (en) Systems and methods for host detection of usb asynchronous notification capability
US7376761B2 (en) Configuration data management
US8417747B1 (en) Virtually provisioned volume recovery
US8793364B1 (en) Remote power controller
US8996834B2 (en) Memory class based heap partitioning
US7711758B1 (en) Method, apparatus, and computer-readable medium for storing character strings in a human interface infrastructure database
Intel
Intel MPCBL0040 TPS
Intel
Intel

Legal Events

Date Code Title Description
AS Assignment

Owner name: UNITED STATES OF AMERICA AS REPRESENTED BY THE ADM

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:HINCHEY, MICHAEL G., MR.;REEL/FRAME:018579/0985

Effective date: 20061113

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION