最終更新:2018-08-21 (火) 16:50:49 (2073d)  

resize2fs
Top / resize2fs

ext2/ext3/ext4 file system resizer

ext2/ext3 ファイルシステムのサイズを変更する

Ubuntu/パッケージ

オプション

  • OPTIONS
           -d debug-flags
                  Turns  on various resize2fs debugging features, if they have been compiled into the binary.  debug-flags should be computed by
                  adding the numbers of the desired features from the following list:
                       2    - Debug block relocations
                       4    - Debug inode relocations
                       8    - Debug moving the inode table
                       16   - Print timing information
                       32   - Debug minimum filesystem size (-M) calculation
    
           -f     Forces resize2fs to proceed with the filesystem resize operation, overriding  some  safety  checks  which  resize2fs  normally
                  enforces.
    
           -F     Flush the filesystem device's buffer caches before beginning.  Only really useful for doing resize2fs time trials.
    
           -M     Shrink the filesystem to the minimum size.
    
           -p     Prints out a percentage completion bars for each resize2fs operation during an offline resize, so that the user can keep track
                  of what the program is doing.
    
           -P     Print the minimum size of the filesystem and exit.
    
           -S RAID-stride
                  The resize2fs program will heuristically determine the RAID stride that was specified when the filesystem was  created.   This
                  option allows the user to explicitly specify a RAID stride setting to be used by resize2fs instead.
    

関連

参考