Forrest logo
back to context overview

resize2fs

List of commands for resize2fs:

  • resize2fs:tldr:7278f resize2fs: Resize the filesystem to a size of 40G, displaying a progress bar.
    $ resize2fs -p ${-dev-sdXN} ${40G}
    try on your machine
    explain this command
  • resize2fs:tldr:fef9d resize2fs: Shrink the filesystem to its minimum possible size.
    $ resize2fs -M ${-dev-sdXN}
    try on your machine
    explain this command
back to context overview