linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* RE: File systems in embedded devices
@ 2003-02-09 10:03 Mikael Starvik
  0 siblings, 0 replies; 3+ messages in thread
From: Mikael Starvik @ 2003-02-09 10:03 UTC (permalink / raw)
  To: 'Nandakumar  NarayanaSwamy',
	'linux-kernel@vger.kernel.org'

We use JFFS2 for configuration parameters etc, cramfs for 
binaries etc  and tmpfs for temporary data (our embedded 
devices typically have 4 MB flash and 16 MB RAM).

/Mikael

-----Original Message-----
From: linux-kernel-owner@vger.kernel.org
[mailto:linux-kernel-owner@vger.kernel.org]On Behalf Of Nandakumar
NarayanaSwamy
Sent: Saturday, February 08, 2003 3:20 PM
To: linux-kernel@vger.kernel.org
Subject: File systems in embedded devices


Dear All,

We are developing a embedded device based on linux. Through the 
development phase we used NFS. But now we want to move some 
filesystem
which can be created in FLASH/RAM.

I have few doubts about the file system in embedded devices.

1) What is the file system which is used normally in all embedded 
devices? (JFFS/CRAMFS/RAM DISK)

2) We tried using RAM disk as the file system. But since our 
application is huge it is not able to fit into 8 MB RAM disk 
created. When we tried to increase the size of the RAM disk, the 
kernel crashes above 9 MB. We have 32 MB in our target board.

3) I dont know whether we can use cramfs.

Can anybody suggest me some ideas so that i can solve these 
issues?

Thanks and Regards,
Nanda

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: File systems in embedded devices
  2003-02-08 14:20 Nandakumar  NarayanaSwamy
@ 2003-02-08 19:41 ` David Woodhouse
  0 siblings, 0 replies; 3+ messages in thread
From: David Woodhouse @ 2003-02-08 19:41 UTC (permalink / raw)
  To: Nandakumar NarayanaSwamy; +Cc: linux-kernel

On Sat, 2003-02-08 at 14:20, Nandakumar NarayanaSwamy wrote:
> Dear All,
> 
> We are developing a embedded device based on linux. Through the 
> development phase we used NFS. But now we want to move some 
> filesystem which can be created in FLASH/RAM.

Which? Flash or RAM?

> Can anybody suggest me some ideas so that i can solve these 
> issues?

You need to give at least _some_ indication of your requirements --
what's on your file system, what is the expected pattern of access to
it, do you require write access all the time or only occasional updates
of the whole system, etc. ?


-- 
dwmw2


^ permalink raw reply	[flat|nested] 3+ messages in thread

* File systems in embedded devices
@ 2003-02-08 14:20 Nandakumar  NarayanaSwamy
  2003-02-08 19:41 ` David Woodhouse
  0 siblings, 1 reply; 3+ messages in thread
From: Nandakumar  NarayanaSwamy @ 2003-02-08 14:20 UTC (permalink / raw)
  To: linux-kernel

Dear All,

We are developing a embedded device based on linux. Through the 
development phase we used NFS. But now we want to move some 
filesystem
which can be created in FLASH/RAM.

I have few doubts about the file system in embedded devices.

1) What is the file system which is used normally in all embedded 
devices? (JFFS/CRAMFS/RAM DISK)

2) We tried using RAM disk as the file system. But since our 
application is huge it is not able to fit into 8 MB RAM disk 
created. When we tried to increase the size of the RAM disk, the 
kernel crashes above 9 MB. We have 32 MB in our target board.

3) I dont know whether we can use cramfs.

Can anybody suggest me some ideas so that i can solve these 
issues?

Thanks and Regards,
Nanda


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-02-09  9:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-09 10:03 File systems in embedded devices Mikael Starvik
  -- strict thread matches above, loose matches on Subject: below --
2003-02-08 14:20 Nandakumar  NarayanaSwamy
2003-02-08 19:41 ` David Woodhouse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).