Thomas Kirk wrote:
> Im getting this info when im trying to create xfs filesystem on 400GB
> system :
>
> whatever:~# mkfs -t xfs -f /dev/sdb
> mkfs.xfs: warning - cannot set blocksize on block device /dev/sdb: Invalid
> argument
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
You need a newer mkfs - the ioctl to do the set blocksize was removed, since we
no
longer
needed it. The warning is actually harmless though.
Steve
>
>
> meta-data=/dev/sdb isize=256 agcount=100, agsize=1048576 blks
> data = bsize=4096 blocks=104248032, imaxpct=25
> = sunit=0 swidth=0 blks, unwritten=0
> naming =version 2 bsize=4096
> log =internal log bsize=4096 blocks=12725
> realtime =none extsz=65536 blocks=0, rtextents=0
>
> It exits fine and i can mount the disk afterward but somehow im not
> satisfied? Could somebody tell me if this is okie or not?
>
> --
> Venlig hilsen/Kind regards
> Thomas Kirk
> ARKENA
> thomas(at)arkena(dot)com
> Http://www.arkena.com
>
> "On a normal ascii line, the only safe condition to detect is a 'BREAK'
> - everything else having been assigned functions by Gnu EMACS."
> (By Tarl Neustaedter)
|