linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Developing a Distributed File System
@ 2006-07-10  5:23 UZAIR LAKHANI
  2006-07-10  8:18 ` Andreas Dilger
  0 siblings, 1 reply; 4+ messages in thread
From: UZAIR LAKHANI @ 2006-07-10  5:23 UTC (permalink / raw)
  To: linux-fsdevel

Hello All,

Our team want to develop a distributed file system, a
file system like NFS or in other words a remote file
access system.

In our design we have multiple clients and a single
server. I want to identify main issues involved. What
I found after doing some study is this:

(1) Handling of multiple clients (concurrent
read/write problem)

(2) Continuation of (1) i.e. the distributed lock
management

(3) For performance reasons caching on the client side
and the cache coherency problem
 (this can be avoided for our prototype release)

(4) Data integrity problem.

To solve these issues, I think I have to study NFS,
AFS and coda. Also I am doing general googling for
finding out distributed file system issues.

Since both linux and fs (especially a distributed one)
are new to me, I want help in this regard that how I
start this development of a prototype and which
documents/books to study for this purpose.

Thanks,
Uzair Lakhani,
Karachi, Pakistan.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

end of thread, other threads:[~2006-07-11 19:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-10  5:23 Developing a Distributed File System UZAIR LAKHANI
2006-07-10  8:18 ` Andreas Dilger
2006-07-11  4:55   ` UZAIR LAKHANI
2006-07-11 19:27     ` Andreas Dilger

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).