teknoraver

enlarge your disk now

Jul 18th, 2025
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. # df -h /
  2. Filesystem Size Used Avail Use% Mounted on
  3. /dev/root 4.0G 3.0G 808M 79% /
  4.  
  5. # resize2fs /dev/vda1
  6. resize2fs 1.47.2 (1-Jan-2025)
  7. Filesystem at /dev/vda1 is mounted on /; on-line resizing required
  8. old_desc_blocks = 1, new_desc_blocks = 2
  9. [ 38.576360] EXT4-fs (vda1): resizing filesystem from 1048320 to 8388352 blocks
  10. [ 38.578508] EXT4-fs (vda1): resized filesystem to 8388352
  11. The filesystem on /dev/vda1 is now 8388352 (4k) blocks long.
  12.  
  13. # df -h /
  14. Filesystem Size Used Avail Use% Mounted on
  15. /dev/root 32G 3.0G 28G 10% /
  16.  
Advertisement
Add Comment
Please, Sign In to add comment