Author Topic: Mkfs.jffs2  (Read 2012 times)

Connor Angel

  • Newbie
  • *
  • Posts: 35
    • View Profile
Mkfs.jffs2
« on: January 23, 2005, 09:00:20 am »
Why is it that the default install of OpenZaurus has mkfs.ext2, mkfs.ext3, and even mkfs.minix, but no mkfs.jffs2?

Reading over the posts here, it seems that most people use ext2 on their SD/MMC cards instead of jffs2 which makes no sense to me either.

Finally i'd just like to point out that the mtd-tools package in debian has mkfs.jffs2 in it in case anybody is wondering where to find it. Not much of a help to windows users, but maybe there is an OZ package for it too.

Mickeyl

  • Hero Member
  • *****
  • Posts: 1495
    • View Profile
    • http://www.Vanille.de
Mkfs.jffs2
« Reply #1 on: January 23, 2005, 10:00:45 am »
I recommend doing a bit of research for how jffs2 works. jffs2 on SD cards is pure nonsense since the card controller does exactly what jffs2 does on mtd devices.

Anyway, the OZ package containing mkfs.jffs2 is called mtd-utils.
« Last Edit: January 23, 2005, 10:01:37 am by Mickeyl »
Cheers,

Michael 'Mickey' Lauer | Embedded Linux Freelancer | www.Vanille-Media.de
Consider donating, if you like the software I contribute to.

Connor Angel

  • Newbie
  • *
  • Posts: 35
    • View Profile
Mkfs.jffs2
« Reply #2 on: January 23, 2005, 11:07:42 am »
I always thought that was detected by mkfs.jffs2 and only the other flash friendly features would be used in that case. That makes sense though, thanks.