Difference between revisions of "Xfs growfs"

From wikieduonline
Jump to navigation Jump to search
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Draft}}
 
{{Draft}}
 +
{{lc}}
 +
* https://linux.die.net/man/8/xfs_growfs
  
 +
xfs_growfs /dev/nvme0n1p1
  
 +
xfs_growfs [[/dev/]]nvme0n1p1
 +
meta-data=/dev/nvme0n1p1        isize=512    agcount=129, agsize=130943 blks
 +
          =                      sectsz=512  attr=2, projid32bit=1
 +
          =                      crc=1        finobt=1, sparse=0, rmapbt=0
 +
          =                      reflink=0    bigtime=0 inobtcount=0
 +
data    =                      bsize=4096  blocks=16776699, imaxpct=25
 +
          =                      sunit=0      swidth=0 blks
 +
naming  =version 2              bsize=4096  ascii-ci=0, ftype=1
 +
log      =internal log          bsize=4096  blocks=2560, version=2
 +
          =                      sectsz=512  sunit=0 blks, lazy-count=1
 +
realtime =none                  extsz=4096  blocks=0, rtextents=0
 +
 +
 +
sudo xfs_growfs -d /
 +
meta-data=/dev/nvme0n1p1        isize=512    agcount=129, agsize=130943 blks
 +
          =                      sectsz=512  attr=2, projid32bit=1
 +
          =                      crc=1        finobt=1, sparse=0, rmapbt=0
 +
          =                      reflink=0    bigtime=0 inobtcount=0
 +
data    =                      bsize=4096  blocks=16776699, imaxpct=25
 +
          =                      sunit=0      swidth=0 blks
 +
naming  =version 2              bsize=4096  ascii-ci=0, ftype=1
 +
log      =internal log          bsize=4096  blocks=2560, version=2
 +
          =                      sectsz=512  sunit=0 blks, lazy-count=1
 +
realtime =none                  extsz=4096  blocks=0, rtextents=0
 +
data size unchanged, skipping
 +
 +
 +
 +
== Related ==
 +
* <code>[[resize2fs]]</code>
 +
* <code>[[lvextend]]</code>
  
 
== See also ==
 
== See also ==
 +
* {{xfs_growfs}}
 
* {{XFS}}
 
* {{XFS}}
  
 
[[Category:XFS]]
 
[[Category:XFS]]

Latest revision as of 08:50, 25 October 2023

This article is a Draft. Help us to complete it.

xfs_growfs /dev/nvme0n1p1
xfs_growfs /dev/nvme0n1p1
meta-data=/dev/nvme0n1p1         isize=512    agcount=129, agsize=130943 blks
         =                       sectsz=512   attr=2, projid32bit=1
         =                       crc=1        finobt=1, sparse=0, rmapbt=0
         =                       reflink=0    bigtime=0 inobtcount=0
data     =                       bsize=4096   blocks=16776699, imaxpct=25
         =                       sunit=0      swidth=0 blks
naming   =version 2              bsize=4096   ascii-ci=0, ftype=1
log      =internal log           bsize=4096   blocks=2560, version=2
         =                       sectsz=512   sunit=0 blks, lazy-count=1
realtime =none                   extsz=4096   blocks=0, rtextents=0


sudo xfs_growfs -d /
meta-data=/dev/nvme0n1p1         isize=512    agcount=129, agsize=130943 blks
         =                       sectsz=512   attr=2, projid32bit=1
         =                       crc=1        finobt=1, sparse=0, rmapbt=0
         =                       reflink=0    bigtime=0 inobtcount=0
data     =                       bsize=4096   blocks=16776699, imaxpct=25
         =                       sunit=0      swidth=0 blks
naming   =version 2              bsize=4096   ascii-ci=0, ftype=1
log      =internal log           bsize=4096   blocks=2560, version=2
         =                       sectsz=512   sunit=0 blks, lazy-count=1
realtime =none                   extsz=4096   blocks=0, rtextents=0
data size unchanged, skipping


Related[edit]

See also[edit]

Advertising: