For updates follow @squidfunk on Fosstodon and Twitter
Bunny Lab
Mdadm grow array size
Initializing search
    bunny-lab/docs
    • Home
    • Blog
    • Infrastructure
    • Operations
    • Platforms
    • Services
    bunny-lab/docs
    • Home
    • Blog
    • Infrastructure
    • Operations
      • Automation
      • Backups and dr
      • Foundations
      • Hardware management
      • Linux
      • Power and ups
      • Reference
          • Configure ssh key authentication
          • Fix displaylink issues on linux
          • Git Repo Updater (Script)
          • Install qemu guest agent
          • Install xrdp
          • Mdadm grow array size
          • Open port checker
          • Time adjustment
          • Transfer docker containers
          • Transfer files with netcat
          • Proxmoxve
        • Batch
        • Powershell
      • Windows
    • Platforms
    • Services
    1. Home
    2. Operations
    3. Reference
    4. Bash
    Bash Linux RAID Scripting

    Mdadm grow array size

    https://www.digitalocean.com/community/tutorials/how-to-create-raid-arrays-with-mdadm-on-ubuntu-16-04

    sudo mdadm --grow /dev/md0 -l 5
    cat /proc/mdstat
    

    Made with Material for MkDocs