Slashdot Mirror


A New Global Memory Card Standard

Lucas123 writes "The MultiMedia Card Association has approved a new memory card standard called the Multiple Interface Card (miCard). The card will make transferring pictures, songs, and other data between electronic gadgets and PCs easier. Twelve Taiwanese companies are preparing to manufacture the new miCard. 'The compatibility with both USB and MMC slots means most users won't need separate card readers anymore. MMC cards fit most consumer electronics, while USB connections are built into a wide range of IT hardware...'" Initial cards will hold 8 GB; the maximum the standard supports is 2,048 GB.

6 of 221 comments (clear)

  1. Thank goodness by teknokracy · · Score: 3, Interesting

    I think it's great that SD/MMC has taken hold as a "standard" of sorts. CF was once the king, but is too big by today's standards. SDMMC is good because it's not TOO small (i.e., I'd expect my own mother to lose a microSD card but not an SD card), and it has a wide range of applications like SDIO cards for wi-fi and other uses. And, the adapters for micro/miniSD make sense too.

    Now, if only they can convince Sony to at least stop making their OWN formats obsolete...

  2. Re:Don't need another "standard" by imsabbel · · Score: 2, Interesting

    SD cards are CHEAPER than CF cards of the same capacity, and have been so for at least a year.
    Thats because few companies bother supplying that dying market anymore.

    Add to this the fact that (HD)SD cards are now at 8GByte ($80, cheaper than compareable SD).

    Result: THe only people buying it are those contrained by legacy hardware, and dumb suckers like you.

    --
    HI O WISE PRINCE. WHT TOOK U SO DAM LONG?
  3. Re:Yes, but does it have a 30 year old file system by pchan- · · Score: 5, Interesting

    Many posters are commenting here that FAT works across all operating systems and that's why it's being used. If these manufacturers came out with a new file system specification (say, based on BSD UFS), I doubt it would be a big deal for Microsoft, Apple, and the Linux Kernel developers to include it in there.

    The reasons we are stuck with FAT is:
    1. Simplicity. This is huge for embedded devices (IE, the things that do the writing to all of these cards). A read-only FAT driver can be implemented in a few kilobytes of (compiled) code. It requires trivial amounts of memory to operate (only a few hundred bytes). I've written a bootloader for an embedded product that could load an OS from a FAT partition and it was under 10 kilobytes. A read-write implementation is not much bigger and the memory requirements are similarly trivial. No other major file system out there can claim this. Particularly, modern file systems like NTFS require huge amounts of memory (comparatively) due to the complex structures they need to maintain, and have massive, complex code to read and write.

    2. Reliability. I know this seems counterintuitive for such a lousy file system, but FAT is fairly resilient both to power failures (or card yanks), and more subtle corruption such as bad drivers or media defects. Sure, it may corrupt and lose your file, but it very rarely destroys the entire file system and lose the rest of the files on there. This is again because of the simplicity of the structures and the fact that very little needs to change on disk when a modification is made. Remember how many times Windows 95 crashed? How many times of that did you get major FS damage? Compare and contrast with Ext2.

    So, yes, FAT is a terrible file system compared to modern ones. But there's a reason everyone uses it.

  4. Re:Yeah! by nbritton · · Score: 2, Interesting

    "Most devices don't support CF, btw.

    You mean most of your devices. Professional photographers have standardized on CF. We've dumped millions into CF gear and it will be around for a very long time.

  5. Re:But does it have DRM? by ozmanjusri · · Score: 5, Interesting
    And would SONY approve?

    That's a better question than you probably intended.

    This new memory card format marks a major shift in who's leading and shaping the market for electronics. The companies involved in setting this standard are all what used to be second-tier manufacturers - companies like Asustech and BenQ. In the past, it's been Sandisk, Sony, Siemens et al who've decided what shape our storage cards will be.

    I think it's pretty revealing that this group of second-tier Taiwanese manufacturers has come up with a unifying design instead of fragmenting the market even more, as has been the habit of Sony et al. Your DRM comment becomes more relevant when we realise it's this same group who've been providing us with inexpensive DVD players that support way more standards, with less restrictions than the old guard Euro/America/Japanese based electronics companies.

    It's probably a good sign for those of us who despise DRM.

    --
    "I've got more toys than Teruhisa Kitahara."
  6. completely wrong answer to a complete non-problem by Anonymous Coward · · Score: 2, Interesting

    So, partition the flash device into two partitions.

    Make one of them FAT32, and the other EXT3.

    Make the FAT32 partition contain an autorun which installs, without prompting, Windows IFS drivers for the EXT3 partition.

    It would probably require a reboot, I'd guess, but that's typical of anything Windows.