Differences

This shows you the differences between two versions of the page.


xfs_info [2015/06/04 17:18] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== xfs_info ======
  
 +  * [[XFS]]
 +  * [[mkfs.xfs]]
 +  * [[mount]]
 +
 +
 +Use ''xfs_info'' to get details about a mounted filesystem:
 +
 +<code>
 +xfs_info /dev/sda
 +</code>
 +<code>
 +meta-data=/dev/sda               isize=256    agcount=4, agsize=524288 blks
 +                               sectsz=512   attr=2, projid32bit=1
 +                               crc=0        finobt=0
 +data                           bsize=4096   blocks=2097152, imaxpct=25
 +                               sunit=0      swidth=0 blks
 +naming   =version 2              bsize=4096   ascii-ci=0 ftype=0
 +log      =internal               bsize=4096   blocks=2560, version=2
 +                               sectsz=512   sunit=0 blks, lazy-count=1
 +realtime =none                   extsz=4096   blocks=0, rtextents=0
 +</code>

Navigation
QR Code
QR Code xfs_info (generated for current page)