public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* please help me
@ 2009-12-21  9:15 rajkumar
  2009-12-21 10:48 ` Emmanuel Florac
  0 siblings, 1 reply; 2+ messages in thread
From: rajkumar @ 2009-12-21  9:15 UTC (permalink / raw)
  To: xfs

Dear Sir,

i have scientific linux 4.7 server with kernel 2.6.9.-78.ELsmp and 
installed the xfs rpms for supporting xfs filesystem.Now created  a 
volume of 300TB plz tell me how to format.please give commands how to 
format 300TB using xfs filesystem.

thanks&regards,
rajkumar.
tech support engineer.


__________ Information from ESET Smart Security, version of virus signature database 4704 (20091220) __________

The message was checked by ESET Smart Security.

http://www.eset.com


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

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

* Re: please help me
  2009-12-21  9:15 please help me rajkumar
@ 2009-12-21 10:48 ` Emmanuel Florac
  0 siblings, 0 replies; 2+ messages in thread
From: Emmanuel Florac @ 2009-12-21 10:48 UTC (permalink / raw)
  To: rajkumar; +Cc: xfs

Le Mon, 21 Dec 2009 14:45:49 +0530
rajkumar <rajkumar@storageindia.com> écrivait:

> i have scientific linux 4.7 server with kernel 2.6.9.-78.ELsmp and 
> installed the xfs rpms for supporting xfs filesystem.Now created  a 
> volume of 300TB plz tell me how to format.please give commands how to 
> format 300TB using xfs filesystem.

Are you running a 64 bits kernel? A 32 bits kernel won't be able to use
a filesystem bigger than 16 TB.

You need to install the xfs-progs too, to have mkfs.xfs.

To format a 300TB xfs, basically just do

mkfs.xfs /dev/whatever

However you'd better configure your filesystem to match the underlying
device. You must be using some sort of RAID array; you should do it
this way:

mkfs.xfs -d su=<value>,sw=<numberofdataDisks> /dev/whatever

Where <value> is the RAID array stripe size (in bytes, or append a k or
m accordingly) and <sw> the number of data disks (removing parity and
spare drives from the total).

-- 
------------------------------------------------------------------------
Emmanuel Florac     |   Direction technique
                    |   Intellique
                    |	<eflorac@intellique.com>
                    |   +33 1 78 94 84 02
------------------------------------------------------------------------

_______________________________________________
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:[~2009-12-21 10:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-21  9:15 please help me rajkumar
2009-12-21 10:48 ` Emmanuel Florac

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