From: David Woodhouse <dwmw2@infradead.org>
To: Stephen Brown <sbrown@stirling-dynamics.com>
Cc: linux-mtd@lists.infradead.org
Subject: Re: quick question
Date: Thu, 26 Jun 2003 12:06:43 +0100 [thread overview]
Message-ID: <1056625602.27553.73.camel@passion.cambridge.redhat.com> (raw)
In-Reply-To: <000f01c33bd2$2a579660$11c8a8c0@stevejunior>
On Thu, 2003-06-26 at 12:00, Stephen Brown wrote:
> Hi all,
>
> what do you all think about this:
>
> http://www.m-sys.com/content/products/product.asp?PID=17&FILE=DOCIdePro&FAM=
> doc
>
> if I used this as a standard IDE device does this mean that I wouldn't
> require any MTD drivers for linux and just use the standard IDE?
>
> if so could I format this as EXT2 fs and contain my ROOT file system on it?
> or would I still run the risk of power failure disk error etc?
You'd want EXT3 not EXT2, presumably, but yes -- it should just work.
You still have the same fundamental problem that you're running a
journalling file system atop a journalling pseudo-filesystem which
emulates a block device, but unlike the reports I've heard about most
CompactFlash devices, I'd expect that M-Systems have at least managed to
make the firmware within the device itself reliable w.r.t.
power-failure.
> I mean I can load my ROOT fs into memory so thats not a problem, see the
> thing is at the moment I can't get the MTD drivers to work with the onboard
> 'Msys D-O-C' on an Ampro p5e module, reason being is Ampro use part of the
> FLASH to store the bios for the ampro board and have specific tools for
> formatting etc,
That's interesting... can you describe the problems? Precisely what type
of DiskOnChip is it, is it detected correctly by the hardware driver? Is
it only the NFTL code which is unhappy? etc.
--
dwmw2
next prev parent reply other threads:[~2003-06-26 11:06 UTC|newest]
Thread overview: 64+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-26 11:00 quick question Stephen Brown
2003-06-26 11:06 ` David Woodhouse [this message]
2003-06-26 12:26 ` Stephen Brown
[not found] ` <005301c33bda$9e5621a0$11c8a8c0@stevejunior>
2003-06-26 12:34 ` David Woodhouse
-- strict thread matches above, loose matches on Subject: below --
2015-11-05 10:34 Quick Question Eliza via Containers
2015-08-29 5:56 Larry
2015-08-29 5:13 Larry North
2015-08-29 4:44 Larry North
2015-07-15 8:50 Zach
2012-03-01 19:00 Max Lucchetti
2012-03-01 19:35 ` Junio C Hamano
2012-03-01 19:45 ` Max Lucchetti
2010-08-09 1:57 quick question Evert Vorster
2010-08-09 2:13 ` C Anthony Risinger
2008-05-27 17:38 Quick question Ioannis Aslanidis
2008-05-27 17:56 ` Stephen Smalley
2008-05-27 18:08 ` Ioannis Aslanidis
2008-05-27 18:26 ` Stephen Smalley
2008-05-27 19:12 ` Ioannis Aslanidis
2008-05-27 19:47 ` Stephen Smalley
2006-02-13 16:36 Radoslaw Szkodzinski
2006-02-13 16:54 ` Linus Torvalds
2006-02-13 18:26 ` Radoslaw Szkodzinski
2006-02-13 20:17 ` Alex Riesen
2006-02-14 7:52 ` Junio C Hamano
2006-02-14 0:40 ` Junio C Hamano
2006-02-14 1:50 ` Radoslaw Szkodzinski
2006-02-14 2:03 ` Junio C Hamano
2006-02-14 2:21 ` Radoslaw Szkodzinski
2004-07-11 1:29 vlobanov
2004-07-11 2:09 ` John Richard Moser
2004-02-24 3:14 Anand Eswaran
2004-02-24 4:24 ` Dave Hansen
2003-07-25 19:08 quick question tim fitz
2003-07-26 7:12 ` Yury Umanets
[not found] <200306031312.h53DCVFs026163@in1.magma.ca>
2003-06-03 17:58 ` Quick question David Stuart
2003-06-04 0:38 ` Paul Davis
2003-06-04 0:18 ` Jan Depner
2003-06-04 1:01 ` jfm3
2003-06-04 3:37 ` David Stuart
2003-06-04 13:14 ` Paul Davis
2003-06-02 20:01 David Stuart
2003-06-03 13:05 ` David Stuart
2003-06-03 12:51 ` Patrick Shirkey
2003-06-03 13:18 ` Paul Davis
2003-06-03 13:25 ` David E. Storey
2003-06-03 13:53 ` David Stuart
2003-06-03 14:15 ` Mark Knecht
2002-06-19 17:01 Adam K Kirchhoff
2002-06-20 7:44 ` Takashi Iwai
2002-05-30 20:17 Quick Question Mike Atlas
2002-05-30 20:31 ` Antony Stone
2002-05-30 20:54 ` Ramin Alidousti
2002-05-30 21:03 ` Antony Stone
2002-05-30 21:50 ` Joe Patterson
2002-05-30 22:11 ` Mike Atlas
2002-05-30 20:10 Mike Atlas
2002-06-13 17:37 ` Aldo S. Lagana
2001-10-19 15:55 rclarke2
2001-10-19 12:36 Quick question Gareth Williams
2001-10-19 12:22 ` David Woodhouse
2001-01-31 2:51 Quick Question Josh Kindler
2001-01-31 18:13 ` Michel Dänzer
1999-03-23 4:26 B
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1056625602.27553.73.camel@passion.cambridge.redhat.com \
--to=dwmw2@infradead.org \
--cc=linux-mtd@lists.infradead.org \
--cc=sbrown@stirling-dynamics.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.