Results 1 to 3 of 3

Thread: Hybrid hard drives

  1. #1
    Newbie
    Join Date
    Oct 2006
    Posts
    9

    Hybrid hard drives

    Hey,

    Just wondering if anyone has trid using a hybrid hard drive instead of a regular one? If so how much faster is the boot time and have you lost any files because how it's all going to ram untill youve maxed it out. More expensive and not many manufacturers doing it right now but less moving parts, faster read times and less power consumption makes it seem appealing, what do you guys think?

  2. #2
    Neither darque nor pervert DarquePervert's Avatar
    Join Date
    Apr 2004
    Location
    Elsewhere
    Posts
    13,797
    What do you mean a hybrid drive?
    Have you looked in the FAQ yet?
    How about the Wiki?



    Under normal circumstances, a signature would go here.

  3. #3
    Newbie
    Join Date
    Jul 2007
    Posts
    3
    A hybrid hard drive is a hard drive whose primary data storage technique uses the normal heads and platters, but also has a rather large flash memory component. The hard drive puts recently used/often used data in the flash storage area because seek times on a flash drive are ~0ms. When a read is requested from the harddrive, it looks for the data both on the flash and the platters. You're hope is that it's on the flash (there are some advance caching techniques it can use to give you about a 60% hit ratio).

    Another benefit of hybrid drives is that when accessing flash memory, they require very little power. This is great news for notebook owners (a flash hard drive can give a laptop a 10% - 20% increase in battery life).

    I think the OP is a little confused about this. Flash is non-volatile memory, so there is no memory loss on power-down. Anything stored in flash is stored.

    That being said. Often times filesystems do store data in memory (RAM) and have algorithms to determine the best time to send that data to the DMA so as not to interrupt any current processing. This is known as flushing the IO buffer (you can actually flush many buffers such as network, etc...). If your system is powered down before or during an IO flush, that is when dataloss can happen.

    The solution to minimize this is to treat the drive as removable storage (if your OS supports this). This increases the number and priority of flushes, as the OS is informed that this drive can and will be removed from the system often. Most OSes provide a setting for this.

Similar Threads

  1. Hard drive shock / vibration thoughts
    By S11D336B in forum General Hardware Discussion
    Replies: 60
    Last Post: 09-27-2006, 12:40 AM
  2. New hard drives for cars from Hitachi
    By Magician in forum General Hardware Discussion
    Replies: 23
    Last Post: 09-06-2006, 02:24 PM
  3. (UK based) For Sale: 2x 2.5" notebook hard drives
    By SamDude in forum Classified Archive
    Replies: 2
    Last Post: 03-25-2005, 12:04 PM
  4. Cheap external hard drives
    By FishPony in forum Off Topic
    Replies: 6
    Last Post: 03-07-2005, 06:27 PM
  5. Cheap laptop hard drives
    By baef in forum Classified Archive
    Replies: 17
    Last Post: 03-02-2005, 06:52 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •