1838240 Members
3341 Online
110125 Solutions
New Discussion

Striped filesystem

 
GNOM
Frequent Advisor

Striped filesystem

Hi,

Could someone tell me wath is a striped filesystem? Is it just a filesystem created over more than one physical device ?

thanks
3 REPLIES 3
Ralph Grothe
Honored Contributor

Re: Striped filesystem

Must be.
so far I have only heard of striped volumes
which is a layer below the filesystem,
but never of a striped filesystem.
So I would be interested in learning more about it if it's a new feature...
Madness, thy name is system administration
Peter Godron
Honored Contributor

Re: Striped filesystem

Hi,
in principle,yes.

Please see:
http://en.wikipedia.org/wiki/Data_striping

Please also read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33 on how to reward any useful answers given to your questions.

Your profile shows you have only awarded points to 1 of 127 answers !
Pete Randall
Outstanding Contributor

Re: Striped filesystem

The simplistic answer is that striping is supposed to spread the I/O load over multiple devices rather than having it all concentrated against just one physical device. This, in theory, should increase throughput by eliminating some of the latency.


Pete

Pete