* mkfs.xfs -n ci - error?
@ 2010-05-20 21:40 Linda A. Walsh
2010-05-20 21:48 ` Eric Sandeen
0 siblings, 1 reply; 2+ messages in thread
From: Linda A. Walsh @ 2010-05-20 21:40 UTC (permalink / raw)
To: xfs-oss
I'm trying to use the "-n ci" option on a volume, but get an error where it tells me
the correct syntax is "-n ci". Am I missing something?
mkfs.xfs -i maxpct=5 -n ci -l size=32704b,lazy-count=1 -d su=64k,sw=4 -L Backup -f /dev/Space/Backup
unknown option -n ci
Usage: mkfs.xfs
/* blocksize */ [-b log=n|size=num]
/* data subvol */ [-d agcount=n,agsize=n,file,name=xxx,size=num,
(sunit=value,swidth=value|su=num,sw=num),
sectlog=n|sectsize=num
/* inode size */ [-i log=n|perblock=n|size=num,maxpct=n,attr=0|1|2]
/* log subvol */ [-l agnum=n,internal,size=num,logdev=xxx,version=n
sunit=value|su=num,sectlog=n|sectsize=num,
lazy-count=0|1]
/* label */ [-L label (maximum 12 characters)]
/* naming */ [-n log=n|size=num,version=2|ci]
^^^^ ^^^
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: mkfs.xfs -n ci - error?
2010-05-20 21:40 mkfs.xfs -n ci - error? Linda A. Walsh
@ 2010-05-20 21:48 ` Eric Sandeen
0 siblings, 0 replies; 2+ messages in thread
From: Eric Sandeen @ 2010-05-20 21:48 UTC (permalink / raw)
To: Linda A. Walsh; +Cc: xfs-oss
On 05/20/2010 04:40 PM, Linda A. Walsh wrote:
> I'm trying to use the "-n ci" option on a volume, but get an error where it tells me
> the correct syntax is "-n ci". Am I missing something?
>
> mkfs.xfs -i maxpct=5 -n ci -l size=32704b,lazy-count=1 -d su=64k,sw=4 -L Backup -f /dev/Space/Backup
> unknown option -n ci
> Usage: mkfs.xfs
> /* blocksize */ [-b log=n|size=num]
> /* data subvol */ [-d agcount=n,agsize=n,file,name=xxx,size=num,
> (sunit=value,swidth=value|su=num,sw=num),
> sectlog=n|sectsize=num
> /* inode size */ [-i log=n|perblock=n|size=num,maxpct=n,attr=0|1|2]
> /* log subvol */ [-l agnum=n,internal,size=num,logdev=xxx,version=n
> sunit=value|su=num,sectlog=n|sectsize=num,
> lazy-count=0|1]
> /* label */ [-L label (maximum 12 characters)]
> /* naming */ [-n log=n|size=num,version=2|ci]
> ^^^^ ^^^
-n version=ci
from the man page:
version=value
The naming (directory) version value can be either 2 or ’ci’,
defaulting to 2 if unspecified.
-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-05-20 21:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-20 21:40 mkfs.xfs -n ci - error? Linda A. Walsh
2010-05-20 21:48 ` Eric Sandeen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox