public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* How do I use "realtime subvolume" for storing video data?
@ 2010-04-23  9:21 hank peng
  2010-04-23 20:37 ` Eric Sandeen
  0 siblings, 1 reply; 2+ messages in thread
From: hank peng @ 2010-04-23  9:21 UTC (permalink / raw)
  To: linux-xfs

Hi, folks:
I am using XFS in storing video suvillence data, and today I found
"realtime subvolume" feature on SGI website. I used to make xfs with
default parameters, but I think this feature is maybe very useful to
me.
SGI website said: XFS supports the notion of a "realtime subvolume" -
a separate area of disk space where only file data is stored.  This is
really what I need, since disk space become biger and biger nowerdays,
if some sectors are corrupted, video data is lost which is acceptable
but the whole XFS filesystem down is not acceptable.

I googled some information, but it seems that few people made use of
this feature. I wonder if it is usable in my case and how do I use it?

-- 
The simplest is not all best but the best is surely the simplest!

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

* Re: How do I use "realtime subvolume" for storing video data?
  2010-04-23  9:21 How do I use "realtime subvolume" for storing video data? hank peng
@ 2010-04-23 20:37 ` Eric Sandeen
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Sandeen @ 2010-04-23 20:37 UTC (permalink / raw)
  To: hank peng; +Cc: linux-xfs

hank peng wrote:
> Hi, folks:
> I am using XFS in storing video suvillence data, and today I found
> "realtime subvolume" feature on SGI website. I used to make xfs with
> default parameters, but I think this feature is maybe very useful to
> me.
> SGI website said: XFS supports the notion of a "realtime subvolume" -
> a separate area of disk space where only file data is stored.  This is
> really what I need, since disk space become biger and biger nowerdays,
> if some sectors are corrupted, video data is lost which is acceptable
> but the whole XFS filesystem down is not acceptable.
> 
> I googled some information, but it seems that few people made use of
> this feature. I wonder if it is usable in my case and how do I use it?

build with CONFIG_XFS_RT=y, and see the mkfs man page for the -r option.

Then mount with -o rtdev=/dev/blah

And test the heck out of it, it doesn't get that much use.

-Eric

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

end of thread, other threads:[~2010-04-23 20:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-23  9:21 How do I use "realtime subvolume" for storing video data? hank peng
2010-04-23 20:37 ` Eric Sandeen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox