Slashdot Mirror


Toshiba Develops 0.85'' Hard Disk

onebuttonmouse writes "Toshiba have set a new record for the world's smallest hard disk at a tiny 0.85". Surely this will have some great applications in mobile devices, although the article does not mention power consumption. It'd be great if this made it into the iPod like the 1.5" Toshiba drive that resides in the current models."

48 of 283 comments (clear)

  1. pfft... by focitrixilous+P · · Score: 5, Funny

    It's not how big it is, it's how you use it...

    --
    SAILING MISHAP
    1. Re:pfft... by IthnkImParanoid · · Score: 4, Funny

      An especially ironic statement, considering how much of it we use for porn :)

      --
      It's nothing but crumpled porno and Ayn Rand.
    2. Re:pfft... by Junior+J.+Junior+III · · Score: 3, Funny

      Is .85" how big it is when it's hard or when it's floppy?

      --
      You see? You see? Your stupid minds! Stupid! Stupid!
    3. Re:pfft... by innerlimit · · Score: 3, Funny

      Great, now i'll be getting emails saying

      'Inkreez ur HD size'

  2. Why the iPod? Seriously by Anonymous Coward · · Score: 5, Insightful

    It could benefit all hard drive based music players, not just the iPod.

    1. Re:Why the iPod? Seriously by grub · · Score: 5, Insightful


      2-3GB on a 0.85" drive isn't much compared to the 30GB+ on a 1.5" drive. That said I wish they'd put more money into developing high density solid state storage devices. 0.85" is cool but it's still a mechanical device with all the inherent problems.

      --
      Trolling is a art,
    2. Re:Why the iPod? Seriously by BitchKapoor · · Score: 3, Informative

      The Rio Karma plays MP3, WMA, Ogg and FLAC, but it includes a 20GB hard drive. It also has an ethernet port in its docking station.

    3. Re:Why the iPod? Seriously by Zeinfeld · · Score: 3, Insightful
      2-3GB on a 0.85" drive isn't much compared to the 30GB+ on a 1.5" drive.

      Try building an IPOD into a pair of headphones. The advantage of compact flash is you can now store enough data for almost any conceivable portable use. Like when did you last listen to 30Gb worth of MP3 without recharging your batteries?

      The role of an iPod formfactor device is to provide a portable repository from which to fill up the wearable media. No an ipod is too heavy to count as wearable.

      The big problem with these disk ideas is that they end up costing a lot - $500 to $200, there is no low end version like there is for flash rom. I typically buy whatever memory is $60 at costco these days, but then again for photography that is easily sufficient, I do not fill up 256K chips before I can reach my laptop.

      --
      Looking for an Information Security student project suggestion?
      Try http://dotcrimeManifesto.com/
  3. A drop on the factual side by NeoThermic · · Score: 5, Insightful

    For those in the UK; 0.85 Inches is a nice small 2.159cm. Although I wonder at the capacity and the sheilding from magnetic interference its going to need to keep away from even small magnetic currents erasing the data...

    NeoThermic

    --
    Use my link above, or to view my server, NeoThermic.com
  4. 1 gigabyte flash by morcheeba · · Score: 4, Informative

    I wonder how this will compete with Samsung's new one gigabyte (8 GBit) flash. With a storage capacity of only 2-3 GB, this drive is only 2 or 3 of these flash chips, so competing on size would be hard. Hopefully it's much cheaper.

    1. Re:1 gigabyte flash by HiThere · · Score: 4, Insightful

      Ability to do rewrites to a sector could be significantly different, however. There are recommendations to not format flash to ext3 because of frequent rewrites to the same sectors, which could cause the flash cells to end-of-life pretty quickly, but hard disks don't generally have that problem. (OTOH, neither do vfat systems...not sure about ext2.)

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    2. Re:1 gigabyte flash by randyest · · Score: 3, Informative

      The company expects each drive to cost around 30,000 yen initially, but projects that mass production will push down the price to less than 10,000 yen within a few years.

      Yen30,000 is about 278.497 USD, Yen10,000 is about 92.8326 USD

      How much is that 1GB flash?

      --
      everything in moderation
    3. Re:1 gigabyte flash by pbox · · Score: 3, Insightful

      300 USD might buy you 3GB flash after some rebate crap. By the time this product comes out in 1-2 years, the final price will likely to be less and just below equivalent flash capacity. See what happened to IBM Microdrives vs. CompactFlash... It is not earth shattering invention, just normal evolution. Now 30 GB in that size, that would be somethin'.

      --
      Code poet, espresso fiend, starter upper.
    4. Re:1 gigabyte flash by Spy+Hunter · · Score: 4, Informative

      I think concerns about flash memory wearing out are usually overblown. I see flash cards advertised as having a minimum lifetime of 1,000,000 rewrite cycles. Suppose you formatted the card as ext3. Even if you wrote to the card once every minute around the clock, and it wrote to the same sectors each time, it would take more than two years to get up to a million writes. And who writes to their flash card every minute? Maybe you wouldn't want to use it as your permanent home directory for a knoppix install you used every day, but for any other use, I'd say that it's unlikely you'll get up to 1,000,000 writes anytime soon.

      --
      main(c,r){for(r=32;r;) printf(++c>31?c=!r--,"\n":c<r?" ":~c&r?" `":" #");}
    5. Re:1 gigabyte flash by Sloppy · · Score: 4, Interesting
      What occurs to me, when I read stuff like this, is that we still don't have a lot of diversity in filesystems. Ext3, Reiserfs, XFS, JFS.. all written for tradeoffs of reliability vs various different types of performance. But when was the last time you heard of a filesystem that was designed to not write to the same sector over and over?

      Me neither.

      There's still a frontier out there, and room to innovate and make one's mark.

      --
      As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
    6. Re:1 gigabyte flash by Spy+Hunter · · Score: 4, Informative

      Just because you haven't heard of it doesn't mean it doesn't exist. There are several linux filesystems suitable for embedded work, and they are designed for flash-card environments. There's cramfs which is a read-only compressed filesystem so you can cram as much stuff as possible into limited Flash space (to upgrade you just re-flash the entire filesystem with a new cramfs disk image, good for simple devices that can be upgraded with new ROMs). There's ramdisks or RAMFS to complement cramfs and make a usable Linux system where nothing at all is ever written to Flash. There's also JFFS which is a journaled filesystem made explicitly for Flash devices, which does try to adapt to Flash's weaknesses. It is used on iPAQs and other handhelds as the main filesystem.

      --
      main(c,r){for(r=32;r;) printf(++c>31?c=!r--,"\n":c<r?" ":~c&r?" `":" #");}
  5. So much porn... by scosol · · Score: 5, Funny

    in such a small place...

    God bless technology!

    --
    I browse at +5 Flamebait- moderation for all or moderation for none.
  6. Microdrive by momerath2003 · · Score: 4, Interesting

    If any of you were wondering about "The 1-inch HDD developed by the US affiliate of Hitachi Ltd," that is the same as (what was) the IBM MicroDrive. IBM's hard drive section was purchased by Hitachi.

    Also, it says that the Hitachi 1" hard drive was "released in November," but I know that the IBM MicroDrives have been around a lot longer than that. Maybe it's just that they shrunk a little and grew in capacity.

    --
    I had but a simple dream, to destroy all humans.
  7. The thing I find interesting about this... by foxtrot · · Score: 4, Interesting

    ...is that a Microdrive, which I believe is what they're referring to by "1 inch" hard disk drive is too large for cellphones, according to the article, but somehow, this .85 inch one isn't. That's not a huge difference in platter size. Is the associated electronic equipment in this one notably smaller? The article doesn't say, but that's the only thing I can think of-- .15 of an inch (that's shy of four millimeters for y'all metric folks) doesn't seem like it would be a deal-breaker.

    Not that it really matters to me. As long as my phone has a vibrate mode, I don't think I want a hard disk in it...

    1. Re:The thing I find interesting about this... by grub · · Score: 4, Interesting


      which I believe is what they're referring to by "1 inch" hard disk drive is too large for cellphones

      Whenever I read about hard disks in a cell phone I always wonder about the gyroscope effect making the phone hard to manage. Power up a standard hard drive and try turning it perpindicular to the spindle and see what I mean.

      --
      Trolling is a art,
    2. Re:The thing I find interesting about this... by DrInequality · · Score: 3, Informative
      You can be certain that this tiny little drive will have negligable gyroscopic effects.

      The angular momentum is (for a point)
      L = M x R^2 x omega

      So scales as the square of the disk radius. The radius of a standard 3.5" disk is probably about 1.7", the radius of this new disk is 0.425". The small disk will therefore have about 5% of the momentum of the larger disk (assuming all else is equal).

      Also, all else is not equal: the minature disk will spin slower for sure. 5400RPM or less.

    3. Re:The thing I find interesting about this... by dhovis · · Score: 4, Informative
      Well,

      Remember that area goes as the square of the diamater, so this new hard drive is only 72% of the area of a 1 inch drive. They don't mention the thickness, but if it is thinner than the 1 inch drives, then there is better than 30% savings on volume. That is nothing to sneeze at.

      As long as my phone has a vibrate mode, I don't think I want a hard disk in it...
      One thing to remember is that the smaller the radius of the hard disk platter, the less sensitive it will be to vibrations anyway. That is why iPods are relatively robust (that and good caching, so the hard drive is rarely moving anyway).
      --

      --
      The internet is the greatest source of biased information in the history of mankind.

    4. Re:The thing I find interesting about this... by furiousgeorge · · Score: 4, Insightful

      >>Whenever I read about hard disks in a cell
      >>phone I always wonder about the gyroscope
      >>effect making the phone hard to manage.

      What....? Those millions of peoples with iPods seem to be able to power them up and turn them without falling over.

      Current implementations demonstrate the gyroscopic effects aren't a concern (except possible for the engineers designing them). Smaller disks will make it even less so.

  8. 0.85 by rkz · · Score: 3, Insightful

    This is great for seek times, high speed applications like watching hi-res movies from a hard drive this small could mean smooth tracking through the film without losing audio sync, a problem which affects larger drives (3.5").
    Forget the iPod, this sort of drive would do nicely in a handheld/pocket divx player.

    1. Re:0.85 by imsabbel · · Score: 4, Insightful

      ????
      Could you explain wtf this has to do with access time?
      If you can track to a film with audio sync or not is purely dependent on the container and the audio codec. Ogg or avi mit vbr mp3 can create problems, seek times dont (your blockindey is already in hd-cache, and if you dont jump into an i frame, decoding a lot of b/p frames (up to 11 in mpeg2 up to 100s in mpeg4) will take a lot longer than seek time.

      But even if seek time would be important for that stuff: Your 0.85" hd will have a lot worse seek time than any normal 3.5" drive. Because of the simple fact that you cant fit very powerfull magnets / coils in such a small package.
      If your reasoning would be true, we would have servers running of microdrive raids for years...

      --
      HI O WISE PRINCE. WHT TOOK U SO DAM LONG?
  9. Re:Waiting. by Bahumat · · Score: 3, Funny

    Heh. Don't suppose there's a +1: Ironic, modifier there?

    --
    "To pass through the jungle; silence, courtesy, ferocity, as the occasion demands." -- Kamau, "Proper Passage"
  10. Usage by CrystalChronicles · · Score: 3, Interesting

    I'd love to see this used on a digital camera. Imagine 2 gig of sapce to space your 5 megapixel shots. mmmm Price might be prohibitive at first but what new technology isnt?

    1. Re:Usage by rgmoore · · Score: 4, Informative

      It's already available, at least for more expensive cameras. You can get an IBM microdrive in a Compact Flash Type II form factor, which is a bit thicker but otherwise dimensionally compatible with the regular Compact Flash cards. Less expensive cameras aren't designed to accept both Type I and Type II, but many of the high-end ones- including all of the Digital SLRs, AFAIK- are. The extra capacity is obviously really useful when dealing with a 6+ megapixel camera that may want to save pictures in raw (i.e. not compressed) format. The availablility of hard drive storage is one of the key things that keeps Compact Flash relevant; it's bigger and clunkier than other card types, but at the very high end it can hold way more than any of the others.

      --

      There's no point in questioning authority if you aren't going to listen to the answers.

    2. Re:Usage by Lumpy · · Score: 4, Funny

      Ack! no thanks....

      I'll take my pocket full of 256 meg CF cards.

      If I lose,smash,wash one, I lose 256Meg of storage and not much money or photos lost.

      The last thing I want is to spend my weekend in disneyworld taking photos of my kids pissing on mickey, screaming anti-disney slogans and getting dragged off by the goofy police and lose every one of them due to media failure.

      for holding divx files for me to watch on my Zaurus? yes! important things like digital photos? nope.

      --
      Do not look at laser with remaining good eye.
  11. Size Matters? by fmlug.org · · Score: 5, Funny

    Great so I can loose this sucker just like I keep loosing that tiny cell phone I had to buy. Or better yet they will prob combine the two and make the worlds smallest cell with a HD. So then I can loose both at the same time. How small do we need things, really. I thought women always say "size matters!" if so the geeks are going in the wrong direction.

  12. Imagine by Anonymous Coward · · Score: 5, Funny

    100 of these crammed together. They could hold about 200G and only be about 5 times the size of a normal drive!

  13. 4GB MIcrodrive by G4from128k · · Score: 3, Interesting

    When I RTFA, I noted a related story on the new Compact Flash 4GB Microdrive and found a randomly chosen supplier with more specs and claims that these are in stock now. Just think, a DVD worth of data on a single CF card. Now I can start taking all my digital pictures in RAW format.

    --
    Two wrongs don't make a right, but three lefts do.
  14. 0.85inch drives in iPods? by joekra · · Score: 3, Informative
    These drives are not to be introduced until 2005... so will not find their way into iPods anytime soon...

    that being said, there are circulating rumors of Smaller/Cheaper iPods.

  15. Imagine.... by Ibanez · · Score: 3, Funny

    a REALLY small beowulf cluster of...oh nevermind....

  16. Ooooh . . . GPS application by StefanJ · · Score: 4, Interesting

    Imagine a handheld GPS locator with every city map!

    Or that you can set to record a timespace waypoint every five minutes.

    You could tie one of these to your outdoor cat and see how many owners he has . . .

    Stefan

  17. Re:2-3gb by Ingolfke · · Score: 3, Funny

    Yeah, or maybe they'll finally realize that everyone wants RAID in their IPods! With smaller drives they can make it happen. How are you supposed to run a serious production IPod w/o some form of disk redundancy! I mean seriously now Apple, let's get w/ the program.

  18. Poor man's computer by King+Bo+Bo · · Score: 5, Interesting

    This is BIG news. It looks like cell phones will become the poor man's computer. How many billions of people live in China and India again? Over two billion.

    1. Re:Poor man's computer by RevAaron · · Score: 3, Informative

      Heh. haha. and heh again!

      I think you're confusing China and India with more affluent Asian nations. Yes, darn near everyone in Japan has a cell phone. But in China or India? What the hell are you thinking, man! Plenty of those people don't have electricity at all, let alone a really expensive cell-phone with a really expensive tiny hard drive.

      How cheap do you think these tiny drives will be? The same HD space in a bigger drive (esp if second hand) is a fraction of the cost. Seems to me that older technology would be for the "poor man's computer," rather than the newest and most expensive stuff.

      --

      Working toward a usable PDA environment in the spirit of Newton OS: Dynapad
    2. Re:Poor man's computer by phatsharpie · · Score: 3, Insightful

      China, despite having the world's largest mobile phone market (~250 million users), the growth is now mainly in the lower end of the market, so innovations like these will take a long time to penetrate.

      http://www.chinadaily.com.cn/en/doc/2003-11/10/c on tent_280187.htm

      However, I remember reading that most people in Japan have already using their mobiles to access the Internet by default. A lot of Japanese don't even have home Internet access, if I recall correctly, because mobile access has been so good.

      -B

  19. Amen by 4of12 · · Score: 4, Insightful

    high density solid state storage devices

    Having seen 2 GB USB memory keys starting to become available, I have to wonder what the great advantage is of the microdrive.

    I've heard the memory keys are limited by the number of erase/write cycles (to ~10,000) before they wear out, and also limited to data transfer speeds of about 1 MB/s (although I think USB 2.0 is supposed to be better).

    Unforunately, I didn't see any specifications about the read/write speed for this drive, but if it's going to plug into a USB port then it has no practical advantage over the solid state memory device.

    Is there any other reason you'd want a mechanical device like this over solid state memory?

    --
    "Provided by the management for your protection."
    1. Re:Amen by RevAaron · · Score: 4, Interesting

      The IBM Microdrive hasn't had any advantages for a while. That is, as long as that's what you are talking about, rather than meaning the 1.5" PCMCIA drives, as found in the iPod. The PCMCIA drives still have plenty of advantages, price and size being among them- I bought a 2 GB PCMCIA Toshiba HD for $70 over a year ago; how much is that 2 GB key drive? That said, that is $35 per GB, whereas with the Microdrive it's hundreds. And you'd need two of them, which is about the size of the single PCMCIA card. :P

      Yes, there's a reason you'd want a mechanical device like this over solid state. Price. That's about it. Depending on the application there may be other factors- if you're doing *tons* of writes then a flash-based solution will pitter out after some time. Any flash will, but usually it's not a big deal, consider how most people use it. But if you were using the flash as swap (as some folks do with their Zauruses), or certain embedded applications, your flash chips could die right quick.

      --

      Working toward a usable PDA environment in the spirit of Newton OS: Dynapad
  20. some day by khuber · · Score: 5, Funny

    computers may be small enough to fit in a single room.

  21. Creative, Rio, RCA Already Using 1" 1.5GB Drives by meehawl · · Score: 3, Informative

    Why wait for Apple? Creative, Rio, and RCA are already using 1" 1.5GB Cornice drives in some tiny mp3 players that make the iPod seem oversized. Cornice says they will have a 5GB model around the middle of 2004...

    --

    Da Blog
  22. Instead of smaller... by AvantLegion · · Score: 3, Insightful
    ... how about making them shock-proof?

    No matter how many people say they jog/run with their iPod fine, there's no denying that the sucker locks up for a whole lot of people.

    1. Re:Instead of smaller... by ItMustBeEsoteric · · Score: 3, Interesting

      The iPod only locks up on you if you jog for more than, say, 20 minutes. That is how long the buffer on it lasts. If you happen to be unlucky enough to be running while it starts to spin up, there's a good chance it's going to lock on you. I used to run long distance (just don't have the time anymore), and I've had an iPod lock. Now, my Archos AV120 has never locked on me. Sure, it's been moved while spinning, has actually skipped once. But not locked. I don't mind as skip once every 20 minutes so much as I mind a no-music-until-I-reset-the-iPod-at-home every 20 minutes.

  23. Picture here by News+for+nerds · · Score: 3, Informative

    Here's the picture and report(Japanese).
    The small picture posted in the article will be more real-size for most people.

  24. Dimensions by JewFish · · Score: 3, Funny

    Just telling me one dimension, 0.85", is useless. We live in a n-dimensional world. I forget what that n is, but last time I heard a nuclear physicist speak it was over 7. So tell me its the Length, Width, Height, Diameter, Radius or something useful.

    I had to RTFA to find out it was diameter, what kind of /.'er does that make me? having to RTFA uck.

  25. Is that a toshiba hdd in your pocket..... by reality-bytes · · Score: 4, Funny


    ....or are you cold?

    --
    Ripping an new rectum in the fabric of spacetime.